Skip to content

Commit 9f95f71

Browse files
committed
Update README.
1 parent 27a1d98 commit 9f95f71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ bins = Uuid.modify(bins)
150150
uuid = Uuid.format(bins.hex())
151151
```
152152

153-
See [ouuid/test/unit.py](test/unit.py) for more examples. <br><br>
153+
See [test/unit.py](ouuid/test/unit.py) for more examples. <br><br>
154154

155155
### The `DateUuid` Class
156156

@@ -202,7 +202,7 @@ threshold = str(int(datetime.utcnow().strftime('%Y')) + 1) + '1212'
202202
assert None == DateUuid.parse(uuid1.value, threshold)
203203
```
204204

205-
See [test/main.py](test/main.py) for more examples. <br><br>
205+
See [test/unit.py](ouuid/test/unit.py) for more examples. <br><br>
206206

207207
### The `DateTimeUuid` Class
208208

@@ -264,4 +264,4 @@ threshold = str(int(datetime.utcnow().strftime('%Y')) + 1) + '1212191919'
264264
assert None == DateTimeUuid.parse(uuid1.value, threshold)
265265
```
266266

267-
See [test/main.py](test/main.py) for more examples. <br><br>
267+
See [test/unit.py](ouuid/test/unit.py) for more examples. <br><br>

0 commit comments

Comments
 (0)