Skip to content

Commit 4510556

Browse files
committed
Fix broken links in the readme.
1 parent 5826b38 commit 4510556

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Replaced TypeScript `Record` types with index signatures.
1616
- Added missing readme “Installation” section import map instructions for [`is-plain-obj`](https://npm.im/is-plain-obj).
1717
- Added [Browserslist](https://browsersl.ist) links to the readme.
18+
- Fixed broken links in the readme.
1819

1920
## 19.0.0
2021

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ These dependencies might not need to be in the import map, depending on what [`g
4646

4747
Polyfill any required globals (see [_**Requirements**_](#requirements)) that are missing in your server and client environments.
4848

49-
Create a single [`Cache`](#class-cache) instance and use the [`Provider`](#function-dataprovider) component to provide it for your app.
49+
Create a single [`Cache`](./Cache.mjs) instance and use the [`Provider`](./Provider.mjs) component to provide it for your app.
5050

51-
To server side render your app, use the [`waterfallRender`](https://github.com/jaydenseric/react-waterfall-render#function-waterfallrender) function from [`react-waterfall-render`](https://npm.im/react-waterfall-render).
51+
To server side render your app, use the function [`waterfallRender`](https://github.com/jaydenseric/react-waterfall-render#exports) from [`react-waterfall-render`](https://npm.im/react-waterfall-render).
5252

5353
## Examples
5454

0 commit comments

Comments
 (0)