diff --git a/docs/api/Getting Started.md b/docs/api/Getting Started.md index e43f0fe..128d990 100644 --- a/docs/api/Getting Started.md +++ b/docs/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` 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