Skip to content

Commit

Permalink
Remove code formatting for URL
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 2, 2021
1 parent 8336ab6 commit 3f3f241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/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` 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 3f3f241

Please sign in to comment.