From d2cd230cd1f452dbb1fbca0af78e6208fb547c45 Mon Sep 17 00:00:00 2001 From: David Elvers Date: Thu, 9 Dec 2021 12:45:23 +0100 Subject: [PATCH] fix github docu links --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 42a10f3..56d3d7c 100644 --- a/README.rst +++ b/README.rst @@ -22,8 +22,8 @@ You can install robotframework-httplibrary via `pip Usage ----- API documentation can be found at -`http://peritus.github.com/robotframework-httplibrary/ -`_, here is an example +`http://peritus.github.io/robotframework-httplibrary/ +`_, here is an example on how to use it: ============ ================ @@ -46,10 +46,10 @@ Example \ Response Body Should Contain generating different HTTP codes ============ ================================= =================================== -You can view a `report `_ and a `log `_ of this test executed that looks like this: +You can view a `report `_ and a `log `_ of this test executed that looks like this: -.. image:: http://peritus.github.com/robotframework-httplibrary/rfhttplib_example_test_execution.png - :target: http://peritus.github.com/robotframework-httplibrary/log.html +.. image:: http://peritus.github.io/robotframework-httplibrary/rfhttplib_example_test_execution.png + :target: http://peritus.github.io/robotframework-httplibrary/log.html Compatibility -------------