From 4155f6973e4678b5e4a455f525cad5b9a2e8bad1 Mon Sep 17 00:00:00 2001 From: James Sharpe Date: Tue, 24 Nov 2020 11:08:07 +0000 Subject: [PATCH] Fix typos in urls on getting started page --- docs/source/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 940ac0d..10378db 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -6,7 +6,7 @@ PyEPIC wraps the autogenerated API code. The autogenerated code can be used dire PyEPIC can be used as a reference for making use of the epiccore. -The REST API documentation can be viewed in epic at `https:/epic.zenotech.com/api/explorer/ `_ or `https:/epic.zenotech.com/api/docs/ `_ +The REST API documentation can be viewed in epic at `https://epic.zenotech.com/api/explorer/ `_ or `https://epic.zenotech.com/api/docs/ `_ Installation ************ @@ -15,4 +15,4 @@ Python 3.4+ is required. The package can be installed from PyPi using pip. ``pip install pyepic`` -To use the API you will need an 'API token'. This can be retieved by logging into EPIC and viewing the API Token section on the Your Profile -> Your Credentials page. \ No newline at end of file +To use the API you will need an 'API token'. This can be retieved by logging into EPIC and viewing the API Token section on the Your Profile -> Your Credentials page. \ No newline at end of file