Skip to content

Commit

Permalink
fix: update docs to new website URL
Browse files Browse the repository at this point in the history
Netlify removed the .com => .app redirection recently, therefore the old
URL no longer works.

Fixes #275
  • Loading branch information
gilbsgilbs committed May 23, 2024
1 parent 44b24a0 commit 7cc5b80
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ traverse your Javascript/Typescript code in order to find i18next translation ke
- ✅ Contexts support.
- ✅ Namespace detection.
- ✅ Disable extraction on a specific file sections or lines using [comment hints](
https://i18next-extract.netlify.com/#/comment-hints?id=disable-extraction-on-a-specific-line-or-code-section).
https://i18next-extract.netlify.app/#/comment-hints?id=disable-extraction-on-a-specific-line-or-code-section).
- ✅ Overwrite namespaces, plurals and contexts on-the-fly using [comment hints](
https://i18next-extract.netlify.com/#/comment-hints?id=explicitly-specify-contexts-for-a-key).
- [… and more?](https://i18next-extract.netlify.com/#/contributing)
https://i18next-extract.netlify.app/#/comment-hints?id=explicitly-specify-contexts-for-a-key).
- [… and more?](https://i18next-extract.netlify.app/#/contributing)

<!-- {% if false %} -->
<!-- Don't render this in actual documentation -->

## Documentation

You can check out the full documentation at [i18next-extract.netlify.com](
https://i18next-extract.netlify.com).
You can check out the full documentation at [i18next-extract.netlify.app](
https://i18next-extract.netlify.app).

<!-- {% endif %} -->

Expand Down Expand Up @@ -81,7 +81,7 @@ You may want to specify additional configuration options:
```

> For an exhaustive list of configuration options, check out the [Configuration](
https://i18next-extract.netlify.com/#/configuration) page.
https://i18next-extract.netlify.app/#/configuration) page.

Once the plugin is setup, you can build your app normally or run Babel through [Babel CLI](
https://babeljs.io/docs/en/babel-cli):
Expand Down
2 changes: 1 addition & 1 deletion docs/logo/LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Proprietary / All Right Reserved

See https://i18next-extract.netlify.com/#/license?id=logo for more information and credits.
See https://i18next-extract.netlify.app/#/license?id=logo for more information and credits.
4 changes: 2 additions & 2 deletions docs/templates/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ rely on [default values](
https://www.i18next.com/translation-function/essentials#passing-a-default-value) instead, it is
still possible to make natural keys work with this plugin.
Note that [useI18nextDefaultValue
](https://i18next-extract.netlify.com/#/configuration?id=usei18nextdefaultvalue) supersedes the
[keyAsDefaultValue](https://i18next-extract.netlify.com/#/configuration?id=keyasdefaultvalue)
](https://i18next-extract.netlify.app/#/configuration?id=usei18nextdefaultvalue) supersedes the
[keyAsDefaultValue](https://i18next-extract.netlify.app/#/configuration?id=keyasdefaultvalue)
option in the cases where you do specify a default. Here is a simple configuration that may help
you getting started with natural keys:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"internationalization",
"localization"
],
"homepage": "https://i18next-extract.netlify.com/",
"homepage": "https://i18next-extract.netlify.app/",
"bugs": {
"url": "https://github.com/gilbsgilbs/babel-plugin-i18next-extract/issues"
},
Expand Down

0 comments on commit 7cc5b80

Please sign in to comment.