Skip to content

Commit 4747526

Browse files
committed
Fix API reference links
1 parent 2da8c6a commit 4747526

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

fluent-bundle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (welcome.value) {
4040
}
4141
```
4242

43-
The API reference is available at http://projectfluent.org/fluent.js/fluent.
43+
The API reference is available at https://projectfluent.org/fluent.js/bundle.
4444

4545

4646
## Compatibility

fluent-react/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ It makes `@fluent/react` unopinionated and suitable for many different
2525
scenarios. You will likely also need to install a few other packages:
2626
`@fluent/bundle`, `@fluent/langneg` and `intl-pluralrules`.
2727

28-
Consult the [wiki][] for documentation on how to set up and use `@fluent/react`.
28+
Consult the [wiki][] for documentation on how to set up and use
29+
`@fluent/react`.
2930

3031
[wiki]: https://github.com/projectfluent/fluent.js/wiki/React-Bindings
3132

33+
The API reference is available at https://projectfluent.org/fluent.js/react.
34+
3235

3336
## Compatibility
3437

fluent-sequence/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ asynchronous iterator to `mapBundleAsync`, wrap it in `CachedAsyncIterable`.
5252
This allows multiple calls to `mapContext*` without advancing and eventually
5353
depleting the iterator.
5454

55+
The API reference is available at
56+
https://projectfluent.org/fluent.js/sequence.
57+
5558

5659
## Learn more
5760

fluent-syntax/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ welcome = Welcome, {$name}, to {-brand-name}!
2727
assert(res instanceof Resource);
2828
```
2929

30-
The API reference is available at
31-
http://projectfluent.org/fluent.js/syntax.
30+
The API reference is available at https://projectfluent.org/fluent.js/syntax.
3231

3332

3433
## Compatibility

0 commit comments

Comments
 (0)