From ab7ed4048104bf951132eef1c0be416f48ff943f Mon Sep 17 00:00:00 2001 From: Eryn Lynn Date: Thu, 23 Sep 2021 19:10:22 -0400 Subject: [PATCH] Fix broken links in docs --- docs/Installation.md | 2 +- docs/Tour.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Installation.md b/docs/Installation.md index 0aac2d9..f1e2eb7 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -44,4 +44,4 @@ Using a package manager? The repository has a [`rotriever.toml`](https://github. ## Next -Now, check out the [API reference](/roblox-lua-promise/lib/)! +Now, check out the [API reference](/api/Promise)! diff --git a/docs/Tour.md b/docs/Tour.md index a2cf457..2b89db2 100644 --- a/docs/Tour.md +++ b/docs/Tour.md @@ -4,7 +4,7 @@ sidebar_position: 3 # 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