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
1 年之前
Sunman
55786bec54
Update README_zh-CN.md
2 年之前
Kyle Quest
25bf6c72cc
Update README_zh-CN.md
updated the `master` branch back to `main`
2 年之前
Alfan Mubarok
194703678f
Add indonesian translation to all README files
2 年之前
syyyj
f406b254f8
Fix errors in Chinese grammar
Chinese errors caused by machine translation
2 年之前
japananh
7210d1e8d2
Add Vietnamese translation
4 年之前
Rostislav Pylypiv
275568c7e2
Added new translation to all README files
3 年之前
Alessio Pierobon
e78b867d1b
doc: adds missing "it" translation links
3 年之前
Mikey Boldt
00c345d99a
Update link to Terraform example
That repo's master branch was renamed to main.
4 年之前
司徒公子
1476306302
Fix typo
4 年之前
Kyle Quest
23bda496bb
Turkish translation link updates
4 年之前
Kyle Quest
4e2cf8b9b3
russian translation link updates
4 年之前
Kyle Quest
400ada333a
additional links for the Romanian translation
4 年之前
Junjie Yuan
1aab7911e7
fix typo and markdown style
Signed-off-by: Junjie Yuan <yuan@junjie.pro>
4 年之前
Akiomi Kamakura
ae24394f73
Fix markdown formatting
4 年之前
yi_t
57126c3d4c
There are two typos in the document.fix typos
4 年之前
Caio Almeida
3a03a458cf
Add portuguese translation
4 年之前
Kyle Quest
69b44db4cc
translation index update
4 年之前
sugoi
4d32432c50
Correct translation errors
5 年之前
sugoi
e67fd8ae21
Add readme chinese translation
5 年之前