Skip to content

Commit 1722f05

Browse files
authored
Update README.rst
1 parent a2dd03b commit 1722f05

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
@@ -63,8 +63,8 @@ The starting point to understand how to use *Mocket* to write a custom mock is t
6363

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

66-
- HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mockhttp.py
67-
- Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mockredis.py
66+
- HTTP mock (similar to HTTPretty) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/mockhttp.py
67+
- Redis mock (basic implementation) - https://github.com/mindflayer/python-mocket/blob/master/mocket/mocks/mockredis.py
6868

6969
Please also have a look at the huge test suite:
7070

0 commit comments

Comments
 (0)