Skip to content

Commit a7a2182

Browse files
docs: fix MAINTAINERS link in bug guide (hiero-ledger#1666) (hiero-ledger#1838)
Signed-off-by: Aditya Giri <74224708+adityagiri3600@users.noreply.github.com>
1 parent 9b879f0 commit a7a2182

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2828
- Improved Google-style docstring for `compress_point_unchecked` in `crypto_utils.py`. (#1625)
2929
- chore: update office hours and community calls to use direct links (`#1804`)
3030
- docs: create workflow best practices guide (`docs/workflows/03-workflow-best-practices.md`) (`#1743`)
31+
- Fixed broken `MAINTAINERS.md` relative link in `docs/sdk_developers/bug.md` by using the repository-root GitHub URL. (#1666)
3132

3233
### Tests
3334
- Format `tests/unit/endpoint_test.py` using black. (`#1792`)

docs/sdk_developers/bug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
```
1010
3. **Report it:**
1111
- **Regular bugs**[Create Issue](https://github.com/hiero-ledger/hiero-sdk-python/issues/new)
12-
- **Security bugs** → Contact [maintainers](MAINTAINERS.md) on [Discord](https://discord.gg/hyperledger) privately
12+
- **Security bugs** → Contact [maintainers](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/MAINTAINERS.md) on [Discord](https://discord.gg/hyperledger) privately
1313

1414
**Include:**
1515
- Clear description
1616
- Steps to reproduce
1717
- Expected vs actual behavior
18-
- Logs/screenshots if applicable
18+
- Logs/screenshots if applicable

0 commit comments

Comments
 (0)