Skip to content

Commit

Permalink
fix(docs): Use correct oganization name ttag-org instead of ttag.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickwilder authored and oleksandr-kuzmenko committed Oct 14, 2018
1 parent db889cf commit ede17e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Intro.md
Expand Up @@ -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).
Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Expand Up @@ -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)

0 comments on commit ede17e1

Please sign in to comment.