From 1abdc335149122bbbabc6c44a9bace53a01940fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Gonz=C3=A1lez?= Date: Sat, 27 May 2017 21:24:13 +0200 Subject: [PATCH] Fix go-xgettext (go get) reference on translations README --- translations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/README.md b/translations/README.md index 59fe9c308e5..2091f50a1c8 100644 --- a/translations/README.md +++ b/translations/README.md @@ -23,7 +23,7 @@ Once the strings are wrapped, you can extract strings from go files using the `go-xgettext` command which can be installed with: ```console -go get github.com/gosexy/gettext/tree/master/go-xgettext +go get github.com/gosexy/gettext/go-xgettext ``` Once that's installed you can run `hack/update-translations.sh`, which