Skip to content

Commit 616583c

Browse files
authored
Update docs links
1 parent fcc42eb commit 616583c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ npm install vue-notion
6161

6262
> Check out a demo at [vue-notion.now.sh](https://vue-notion.now.sh/)
6363
64-
The full `NotionRenderer` specification and more information on the Notion API and integration with Nuxt can be found at [`docs/`](https://github.com/janniks/vue-notion/docs/).
64+
The full `NotionRenderer` specification and more information on the Notion API and integration with Nuxt can be found at [`docs/`](https://github.com/janniks/vue-notion/tree/main/docs).
6565

6666
### Basic Example
6767

@@ -97,7 +97,7 @@ It is also possible to store and use plain `.json` objects received from the Not
9797
> The `getPageBlocks` and `getPageTable` are based on the private Notion API.
9898
> We can not gurantee it will stay stable.
9999
> The private API is warpped by [notion-api-worker](https://github.com/splitbee/notion-api-worker).
100-
> If you use these methods a lot, please consider hosting you own instance, as described in [`docs#notion-api`](docs#notion-api).
100+
> If you use these methods a lot, please consider hosting you own instance, as described in [`docs#notion-api`](https://github.com/janniks/vue-notion/tree/main/docs#notion-api).
101101
102102
A [full working example using Nuxt and static generation](https://vue-notion.now.sh/) can be found inside the `example` directory.
103103

0 commit comments

Comments
 (0)