From b8f6cfca6f8a2429fa2f2f21f06688d91f43fd69 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Sat, 19 Aug 2023 12:41:35 -0300 Subject: [PATCH] Fix link in docs Fixes #172 --- docs/how-to/how-to-startup-API.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/how-to/how-to-startup-API.md b/docs/how-to/how-to-startup-API.md index 025b5b6..de4b551 100644 --- a/docs/how-to/how-to-startup-API.md +++ b/docs/how-to/how-to-startup-API.md @@ -35,8 +35,9 @@ using port 9999. The configuration parameters are passed to `Teapot` so you can configure here any of the options accepted by `Teapot` or `Zinc` servers. The `operations` key is mandatory, and it's used for the plugin system of Stargate. See [the -operations and plugins documentation](Operations.md) to get a list of valid -options. For deployment environments, the `jwt` authentication scheme is recommended. +operations and plugins documentation](../reference/Operations.md) to get a list +of valid options. For deployment environments, the `jwt` authentication scheme +is recommended. `#serverUrl` parameter is used as the base URL in the media controls. So, if you're deploying your API behind a proxy and using a specific domain, this