From 93f1a1302cbd418cb42208a8a0d8fece979fc19e Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 30 Jun 2021 17:00:01 -0400 Subject: [PATCH] Update installation link --- docs-src/api/Getting Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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