[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

https in links (was: Add Vietnamese translation for about page)



Dear all

El 14/05/16 a las 02:44, Trần Ngọc Quân escribió:
> On 13/05/2016 18:10, Laura Arjona Reina wrote:
>>
>>> I recommend alway use https:// in the link to www.debian.org. I've
>>> changed one of it in my translation.
>>
>> I think it's a good idea, I can replace the string in all the articles.
>>
>> Please say something if you see any downside, otherwise I'll do that
>> replace in the next few days.
> Find it by running:
> 
> $ git grep 'http://www.debian.org'
> 
> You can repalce all by run these command:
> 
> $ find content/ -name '*.md' -exec sed -i
> 's@http://www.debian.org@https://www.debian.org@g' {} \;
> $ find content/ -name '*.md' -exec sed -i
> 's@http://identi.ca@https://identi.ca@g' {} \;
> $ find content/ -name '*.md' -exec sed -i
> 's@http://www.gnu.org@https://www.gnu.org@g' {} \;
> 
> Then recheck by yourself:
> 
> $ git diff
> 

I've just applied the changes. Thanks for reporting and providing the
commands!
Cheers

-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona


Reply to: