diff --git a/docs-src/api/Getting Started.md b/docs-src/api/Getting Started.md index 128d990..248cc2b 100644 --- a/docs-src/api/Getting Started.md +++ b/docs-src/api/Getting Started.md @@ -2,7 +2,7 @@ The webqueue2 API is organized around [REST](https://en.wikipedia.org/wiki/Representational_state_transfer). The API has resource oriented URLs, accepts and returns JSON encoded request bodies, can be modified via the query string and uses standard HTTP response codes and verbs. -You can use the webqueue2 API hosted at [{{ production_url }}/api]({{ production_url }}/api) or [install it on your own machine](Installation.md). +You can use the webqueue2 API hosted at [{{ production_url }}/api]({{ production_url }}/api) or [install it on your own machine](../Installation.md). ## Basic Usage