Fix broken links in docs

This commit is contained in:
Eryn Lynn 2021-09-23 19:10:22 -04:00
parent 3f77076707
commit ab7ed40481
2 changed files with 2 additions and 2 deletions

View file

@ -44,4 +44,4 @@ Using a package manager? The repository has a [`rotriever.toml`](https://github.
## Next ## Next
Now, check out the [API reference](/roblox-lua-promise/lib/)! Now, check out the [API reference](/api/Promise)!

View file

@ -4,7 +4,7 @@ sidebar_position: 3
# Tour of Promises # Tour of Promises
Here's quick introduction to Promises. For more complete information, check out the [API Reference](/lib). Here's quick introduction to Promises. For more complete information, check out the [API Reference](/api/Promise).
## Creating a Promise ## Creating a Promise