From 3f3f2418c1ea8c5041212d3a730181a94624a85f Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Fri, 2 Apr 2021 17:16:30 -0400 Subject: [PATCH] Remove code formatting for URL --- docs/api/Getting Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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