Skip to content

Chore: update links and email #44

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ representative at an online or offline event.
## Enforcement

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

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion src/thread/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
## Thread Library
Documentation at https://thread.ngjx.org
Documentation at https://thread.ngjx.org/docs/v1.0.0


---
Expand Down
2 changes: 1 addition & 1 deletion src/thread/_types.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
## Types

Documentation: https://thread.ngjx.org
Documentation: https://thread.ngjx.org/docs/v1.0.0
"""

from typing import Any, Literal, Callable, Union
Expand Down
2 changes: 1 addition & 1 deletion src/thread/decorators/_processor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
## Processor

Documentation: https://thread.ngjx.org
Documentation: https://thread.ngjx.org/docs/v1.0.0
"""

from functools import wraps
Expand Down
2 changes: 1 addition & 1 deletion src/thread/decorators/_threaded.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
## Threaded

Documentation: https://thread.ngjx.org
Documentation: https://thread.ngjx.org/docs/v1.0.0
"""

from functools import wraps
Expand Down
2 changes: 1 addition & 1 deletion src/thread/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
## Thread Exceptions

Documentation: https://thread.ngjx.org
Documentation: https://thread.ngjx.org/docs/v1.0.0
"""

import traceback
Expand Down
2 changes: 1 addition & 1 deletion src/thread/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Thread: ...
class ParallelProcessing: ...
```

Documentation: https://thread.ngjx.org
Documentation: https://thread.ngjx.org/docs/v1.0.0
"""

import sys
Expand Down