mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
Fix broken links in docs
This commit is contained in:
parent
3f77076707
commit
ab7ed40481
2 changed files with 2 additions and 2 deletions
|
@ -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)!
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue