Skip to content

Commit 3ee7057

Browse files
committed
update readme
1 parent a5f6b34 commit 3ee7057

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ processor.stop()
147147
```
148148

149149
## Documentation and Example
150-
- [Usage Guide](docs/usage.md): Learn how to define signals/slots, manage threads, and structure your event-driven code.
151-
- [API Reference](docs/api.md): Detailed documentation of classes, decorators, and functions.
152-
- [Examples](docs/examples.md): Practical use cases, including UI integration, async operations, and worker pattern usage.
153-
- [Logging Guidelines](docs/logging.md): Configure logging levels and handlers for debugging.
154-
- [Testing Guide](docs/testing.md): earn how to run tests and contribute safely.
150+
- [Usage Guide](https://github.com/TSignalDev/tsignal-python/blob/main/docs/usage.md): Learn how to define signals/slots, manage threads, and structure your event-driven code.
151+
- [API Reference](https://github.com/TSignalDev/tsignal-python/blob/main/docs/api.md): Detailed documentation of classes, decorators, and functions.
152+
- [Examples](https://github.com/TSignalDev/tsignal-python/blob/main/docs/examples.md): Practical use cases, including UI integration, async operations, and worker pattern usage.
153+
- [Logging Guidelines](https://github.com/TSignalDev/tsignal-python/blob/main/docs/logging.md): Configure logging levels and handlers for debugging.
154+
- [Testing Guide](https://github.com/TSignalDev/tsignal-python/blob/main/docs/testing.md): earn how to run tests and contribute safely.
155155

156156
## Logging
157157
Configure logging to diagnose issues:
@@ -161,7 +161,7 @@ import logging
161161
logging.getLogger('tsignal').setLevel(logging.DEBUG)
162162
```
163163

164-
For more details, see the [Logging Guidelines](docs/logging.md).
164+
For more details, see the [Logging Guidelines](https://github.com/TSignalDev/tsignal-python/blob/main/docs/logging.md).
165165

166166
## Testing
167167

@@ -178,10 +178,10 @@ pytest -v
178178
pytest tests/unit/test_signal.py
179179
```
180180

181-
See the [Testing Guide](docs/testing.md) for more details.
181+
See the [Testing Guide](https://github.com/TSignalDev/tsignal-python/blob/main/docs/testing.md) for more details.
182182

183183
## Contributing
184-
We welcome contributions. Please read the [Contributing Guidelines](CONTRIBUTING.md) before submitting PRs.
184+
We welcome contributions. Please read the [Contributing Guidelines](https://github.com/TSignalDev/tsignal-python/blob/main/CONTRIBUTING.md) before submitting PRs.
185185

186186
## License
187-
TSignal is licensed under the MIT License. See [LICENSE](LICENSE) for details.
187+
TSignal is licensed under the MIT License. See [LICENSE](https://github.com/TSignalDev/tsignal-python/blob/main/LICENSE) for details.

0 commit comments

Comments
 (0)