Commit Graph

5 Commits

Author SHA1 Message Date
Shurco
608700a5b7 add belarusian (#261) 2024-10-17 22:41:39 -07:00
Kyle Quest
17ea4464cb Merge pull request #243 from harshrathod50/master
Added Hindi translation of README.md file
2024-06-24 23:05:14 -07:00
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
Harsh Rathod
46871d3a73 Added Hindi translation of README.md file 2024-02-10 17:28:51 +05:30
japananh
7210d1e8d2 Add Vietnamese translation 2023-01-06 10:48:15 +07:00