Commit Graph

15 Commits

Author SHA1 Message Date
Arkadiusz Drabczyk
13f3654146 Convert github.com/golang/go/wiki links to go.dev/wiki
Go wiki has moved https://github.com/golang/go/issues/61940. Wiki at
github.com/golang/go/wiki does not automatically move to go.dev/wiki
but says that wiki has moved.

I used the following shell one-liner to convert all links:

    $ find . -type f -print0 | xargs -0 sed -i 's,github.com/golang/go/wiki,go.dev/wiki,g'

To verify if they return 200:

    $ ag -a --nofilename -o 'https?.+wiki/.+?\b' | sort | uniq | xargs curl -sI
    HTTP/2 200
    (...)
    HTTP/2 200
2024-06-23 22:16:17 +02:00
Kyle Quest
761f7a9f8b Merge branch 'master' into doc/adds-links-it-translation 2023-06-29 22:00:36 -07:00
Kyle Quest
f25c8b05e1 Merge branch 'master' into master 2023-06-29 21:55:22 -07:00
Kyle Quest
db82c4d282 Merge pull request #155 from mboldt/terraform-main
Update link to Terraform example
2023-06-29 21:45:31 -07:00
Alfan Mubarok
194703678f Add indonesian translation to all README files 2023-06-05 08:39:46 +07:00
japananh
7210d1e8d2 Add Vietnamese translation 2023-01-06 10:48:15 +07:00
Rostislav Pylypiv
275568c7e2 Added new translation to all README files 2022-12-09 14:20:16 +02:00
Alessio Pierobon
e78b867d1b doc: adds missing "it" translation links 2022-05-04 12:35:09 +02:00
Mikey Boldt
00c345d99a Update link to Terraform example
That repo's master branch was renamed to main.
2021-12-21 14:23:02 -06:00
Kyle Quest
23bda496bb Turkish translation link updates 2021-04-29 10:52:03 -07:00
Kyle Quest
4e2cf8b9b3 russian translation link updates 2021-04-28 23:06:26 -07:00
Kyle Quest
400ada333a additional links for the Romanian translation 2021-04-28 17:37:17 -07:00
Caio Almeida
3a03a458cf Add portuguese translation 2021-02-15 11:44:49 -03:00
Kyle Quest
69b44db4cc translation index update 2021-01-29 12:16:47 -08:00
Manuel Morejon
9fda871f87 Add Spanish translation 2020-11-08 18:23:36 +01:00