diff options
| author | Alberto Donizetti <alb.donizetti@gmail.com> | 2021-05-12 16:49:02 +0200 |
|---|---|---|
| committer | Alberto Donizetti <alb.donizetti@gmail.com> | 2021-05-12 16:14:47 +0000 |
| commit | 7c0634e83fce00e061c55c76d0003c9ed280918a (patch) | |
| tree | ae774647dea797003fbca31ed84ae1ac7394fe6e | |
| parent | e4a37d30d6fc8cd440803accaf188700f163438e (diff) | |
| download | golang-id-tour-7c0634e83fce00e061c55c76d0003c9ed280918a.tar.xz | |
content: use uniform dashes in translation links
Fixes golang/tour#1179
Change-Id: I080c12cad0a6a6d2e4bee9b5af1aa01cb90e4a5a
Reviewed-on: https://go-review.googlesource.com/c/tour/+/319309
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
| -rw-r--r-- | content/welcome.article | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/welcome.article b/content/welcome.article index bca274e..e96256a 100644 --- a/content/welcome.article +++ b/content/welcome.article @@ -55,8 +55,8 @@ The tour is available in other languages: - [[https://go-tour-id2.appspot.com/][Indonesian — Bahasa Indonesia]] - [[https://go-tour-jp.appspot.com/][Japanese — 日本語]] - [[https://go-tour-ko.appspot.com/][Korean — 한국어]] -- [[https://go-tour-pl1.appspot.com/][Polish - Polski]] -- [[https://go-tour-th.appspot.com/][Thai - ภาษาไทย]] +- [[https://go-tour-pl1.appspot.com/][Polish — Polski]] +- [[https://go-tour-th.appspot.com/][Thai — ภาษาไทย]] - [[https://go-tour-uz.appspot.com/][Uzbek — Ўзбекча]] Click the [[javascript:highlightAndClick(".next-page")]["next"]] button or type `PageDown` to continue. |
