diff --git a/docs/web/docs/guides/quickstart.md b/docs/web/docs/guides/quickstart.md index 31a523ccf..b357f7246 100644 --- a/docs/web/docs/guides/quickstart.md +++ b/docs/web/docs/guides/quickstart.md @@ -25,7 +25,7 @@ $ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/main/get-poet $ poetry install ``` -*Are you a Docker user? We support that too! Check out [our Docker guide](docker.md).* +*Are you a Docker user? We support that too! Check out [our Docker guide](./how-tos/docker.md).* ### Setup diff --git a/docs/web/docs/tutorials/review-cli.md b/docs/web/docs/tutorials/review-cli.md index e30e25acf..d304841a0 100644 --- a/docs/web/docs/tutorials/review-cli.md +++ b/docs/web/docs/tutorials/review-cli.md @@ -1,6 +1,6 @@ # Using the Mephisto Review CLI -Once you've [installed Mephisto](../quickstart), you have access to the `mephisto` command line utility. +Once you've [installed Mephisto](../guides/quickstart), you have access to the `mephisto` command line utility. This utility can be used to invoke a review workflow via `$ mephisto review ...`.