Skip to content

Commit

Permalink
Update installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 30, 2021
1 parent b005765 commit 93f1a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/api/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 93f1a13

Please sign in to comment.