Skip to content

Commit 339a964

Browse files
Merge pull request #44 from python-thread/chore/links
Chore: update links and email
2 parents c4df2e8 + e90f470 commit 339a964

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.github/CODE_OF_CONDUCT.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at
63-
thread@ngjx.org.
62+
reported to the community leaders responsible for enforcement at [contact@thread.ngjx.org](mailto:contact@thread.ngjx.org).
6463
All complaints will be reviewed and investigated promptly and fairly.
6564

6665
All community leaders are obligated to respect the privacy and security of the

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)