diff --git a/docs/Intro.md b/docs/Intro.md index 33b68805..cb2f10f7 100644 --- a/docs/Intro.md +++ b/docs/Intro.md @@ -17,7 +17,7 @@ title: ttag * It can precompile translations on a build step. * [Support for plurals](reference-ngettext.md) with `ngettext` * Standard gettext [contexts](reference-contexts.md) supported -* Uses a [babel plugin](https://github.com/ttag/babel-plugin-tag) to extract and resolve translations, +* Uses a [babel plugin](https://github.com/ttag-org/babel-plugin-tag) to extract and resolve translations, works with modern javascript AST. * It can be integrated in any build tool that works with babel. * Has options for both efficient [development and production setups](localization-with-webpack.md). @@ -32,7 +32,7 @@ title: ttag The whole solution consists of 2 parts: 1. **ttag library** - [https://github.com/ttag-org/ttag](https://github.com/ttag-org/ttag) -2. **ttag babel plugin** - [https://github.com/ttag/babel-plugin-ttag](https://github.com/ttag/babel-plugin-ttag) +2. **ttag babel plugin** - [https://github.com/ttag-org/babel-plugin-ttag](https://github.com/ttag-org/babel-plugin-ttag) ### How it looks like in the code: diff --git a/docs/quickstart.md b/docs/quickstart.md index 91e16a2e..605452e3 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -191,6 +191,6 @@ So, you can simply run `node counter.uk.js` and see the the localized output. This approach performs much better, because it eliminates all the translations loading boilerplate. -> Note: `ttag-cli` is a wrapper around [babel-plugin-ttag](https://github.com/ttag/babel-plugin-ttag) +> Note: `ttag-cli` is a wrapper around [babel-plugin-ttag](https://github.com/ttag-org/babel-plugin-ttag) Feel free to post any questions and issues [here](https://github.com/ttag-org/ttag/issues)