From 23b276099b14fb937b5c380e2b7ca95f04abb7e3 Mon Sep 17 00:00:00 2001 From: Isaac <38821590+WorkInProgress-Development@users.noreply.github.com> Date: Tue, 12 Jan 2021 07:51:56 +1100 Subject: [PATCH] Update USER_GUIDE.md Removed backticks on link to python-requests library to allow the markdown link to work. --- docs/USER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index d68b723..9b632a1 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -146,7 +146,7 @@ To use this authentication technique you need to create a new GitHub OAuth app. ## Fetching Data -This project uses Python's `[requests](http://docs.python-requests.org/en/master/)` package to make HTTP requests. An example request in your terminal will look like this: +This project uses Python's [requests](http://docs.python-requests.org/en/master/) package to make HTTP requests. An example request in your terminal will look like this: ``` $ python