Skip to content

Commit 96fa656

Browse files
committed
Updates URLs to messageformat/messageformat.js
1 parent 07728a2 commit 96fa656

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "messageformat.js"]
22
path = messageformat.js
3-
url = https://github.com/SlexAxton/messageformat.js.git
3+
url = https://github.com/messageformat/messageformat.js.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This is the source for [messageformat.github.io](https://messageformat.github.io/), the site for [messageformat.js](https://github.com/SlexAxton/messageformat.js).
1+
This is the source for [messageformat.github.io](https://messageformat.github.io/), the site for [messageformat.js](https://github.com/messageformat/messageformat.js).

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ npm:
2424
link: https://www.npmjs.com/package/messageformat
2525

2626
github:
27-
repo: https://github.com/SlexAxton/messageformat.js
27+
repo: https://github.com/messageformat/messageformat.js

build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note that as `efunc` is defined as a `new Function()`, it has no access to the s
3636

3737
## CLI Compiler
3838

39-
A [CLI compiler](https://github.com/SlexAxton/messageformat.js/tree/master/bin/messageformat.js) is also included, available as `./node_modules/.bin/messageformat` or just `messageformat` when installed with `npm install -g`.
39+
A [CLI compiler](https://github.com/messageformat/messageformat.js/tree/master/bin/messageformat.js) is also included, available as `./node_modules/.bin/messageformat` or just `messageformat` when installed with `npm install -g`.
4040

4141
```text
4242
$ messageformat --help
@@ -56,7 +56,7 @@ Available options:
5656

5757
`messageformat` will recursively read all JSON files in `inputdir` and compile them to `output`.
5858

59-
When using the CLI, the following commands will each produce the same results as included in the [examples](https://github.com/SlexAxton/messageformat.js/tree/master/example/en):
59+
When using the CLI, the following commands will each produce the same results as included in the [examples](https://github.com/messageformat/messageformat.js/tree/master/example/en):
6060

6161
```
6262
$ messageformat --locale en --namespace i18n --inputdir ./example/en --output ./i18n.js
@@ -67,7 +67,7 @@ $ messageformat -l en ./example/en
6767

6868
## Using compiled messageformat.js output
6969

70-
With default options, compiled messageformat functions are available through the `i18n` global object, with each source json having a corresponding subobject. Hence the compiled function corresponding to the `test` message defined in [`example/en/sub/folder/plural.json`](https://github.com/SlexAxton/messageformat.js/tree/master/example/en/sub/folder/plural.json) is available as [`i18n['sub/folder/plural'].plural`](https://github.com/SlexAxton/messageformat.js/tree/master/example/en/i18n.js):
70+
With default options, compiled messageformat functions are available through the `i18n` global object, with each source json having a corresponding subobject. Hence the compiled function corresponding to the `test` message defined in [`example/en/sub/folder/plural.json`](https://github.com/messageformat/messageformat.js/tree/master/example/en/sub/folder/plural.json) is available as [`i18n['sub/folder/plural'].plural`](https://github.com/messageformat/messageformat.js/tree/master/example/en/i18n.js):
7171

7272
```html
7373
<script src="path/to/bower_components/messageformat/example/en/i18n.js"></script>

0 commit comments

Comments
 (0)