Skip to content

Commit 707e40d

Browse files
authored
Fix for GIT URLs. (#302)
1 parent 4cd3ece commit 707e40d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ The starting point to understand how to use *Mocket* to write a custom mock is t
8383

8484
As next step, you are invited to have a look at the implementation of both the mocks it provides:
8585

86-
- HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/mockhttp.py
87-
- Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/mockredis.py
86+
- HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/main/mocket/mocks/mockhttp.py
87+
- Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/main/mocket/mocks/mockredis.py
8888

8989
Please also have a look at the huge test suite:
9090

0 commit comments

Comments
 (0)