Skip to content

Commit f370f51

Browse files
chore: Update documentation link
1 parent c4df2e8 commit f370f51

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/thread/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
## Thread Library
3-
Documentation at https://thread.ngjx.org
3+
Documentation at https://thread.ngjx.org/docs/v1.0.0
44
55
66
---

src/thread/_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
## Types
33
4-
Documentation: https://thread.ngjx.org
4+
Documentation: https://thread.ngjx.org/docs/v1.0.0
55
"""
66

77
from typing import Any, Literal, Callable, Union

src/thread/decorators/_processor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
## Processor
33
4-
Documentation: https://thread.ngjx.org
4+
Documentation: https://thread.ngjx.org/docs/v1.0.0
55
"""
66

77
from functools import wraps

src/thread/decorators/_threaded.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
## Threaded
33
4-
Documentation: https://thread.ngjx.org
4+
Documentation: https://thread.ngjx.org/docs/v1.0.0
55
"""
66

77
from functools import wraps

src/thread/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
## Thread Exceptions
33
4-
Documentation: https://thread.ngjx.org
4+
Documentation: https://thread.ngjx.org/docs/v1.0.0
55
"""
66

77
import traceback

src/thread/thread.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Thread: ...
66
class ParallelProcessing: ...
77
```
88
9-
Documentation: https://thread.ngjx.org
9+
Documentation: https://thread.ngjx.org/docs/v1.0.0
1010
"""
1111

1212
import sys

0 commit comments

Comments
 (0)