Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Nemoto <kaakaa@users.noreply.github.com>2020-10-06 17:58:25 +0300
committerGitHub <noreply@github.com>2020-10-06 17:58:25 +0300
commit7ff69e7b576d537ede4adb9bb78930d52454e80f (patch)
treebb33df697a749704f5f0c904d510df42b202894e
parent703c3bde3ea09b5f449581f4cb30f681e11351a3 (diff)
Fix broken link (#229)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa56cc7..97b5263 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ If you have added new messages to your program:
## For more information and examples:
- Read the [documentation](http://godoc.org/github.com/nicksnyder/go-i18n/v2).
-- Look at the [code examples](https://github.com/nicksnyder/go-i18n/blob/master/v2/i18n/example_test.go) and [tests](https://github.com/nicksnyder/go-i18n/blob/master/i18n/v2/localizer_test.go).
+- Look at the [code examples](https://github.com/nicksnyder/go-i18n/blob/master/v2/i18n/example_test.go) and [tests](https://github.com/nicksnyder/go-i18n/blob/master/v2/i18n/localizer_test.go).
- Look at an example [application](https://github.com/nicksnyder/go-i18n/tree/master/v2/example).
## License