Skip to content

Commit ee98561

Browse files
authored
chore: bring back direct links to Python SDK discord (#615)
Signed-off-by: nadineloepfe <[email protected]>
1 parent fb6aa6a commit ee98561

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1010
- Unified balance and transfer logging format — both now consistently display values in hbars for clarity.
1111

1212
### Added
13+
1314
- Refactored `examples/topic_create.py` into modular functions for better readability and reuse.
1415
- Add Rebasing and Signing section to signing.md with instructions for maintaining commit verification during rebase operations (#556)
1516
- Add `examples/account_id.py` demonstrating AccountId class usage including creating standard AccountIds, parsing from strings, comparing instances, and creating AccountIds with public key aliases
@@ -28,6 +29,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2829

2930
### Changed
3031

32+
- Added direct links to Python SDK channel in Linux Foundation Decentralized Trust Discord back in
3133
- Updated all occurrences of non-functional Discord invite links throughout the documentation with the new, stable Hyperledger and Hedera invite links (#603).
3234
- Refactored TopicId class to use @dataclass decorator for reducing boilerplate code
3335
- Renamed `examples/nft_allowance.py` to `examples/account_allowance_nft.py` for consistency with account class naming scheme

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,5 @@ No worries, we're here to help. But please first see the [Common Issues Guide](d
163163

164164
Thank you for contributing to the Hiero Python SDK! 🎉
165165

166-
**Need help?** Ask on [Discord](https://discord.gg/hyperledger ) - we're friendly!
166+
- **Need help?** Ask on the [Linux Foundation Decentralized Trust Discord](https://discord.gg/hyperledger)
167+
(or, if logged in, straight in the [related Hiero Python SDK Group](https://discord.com/channels/905194001349627914/1336494517544681563))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ uv run pytest
9494

9595
### Get Help
9696

97-
- **Discord**: [Hiero Python SDK Channel](https://discord.gg/hyperledger )
98-
- **General Hedera Support**: [Developer Discord](https://discord.gg/UuQevYMP)
97+
- **Discord**: - [Linux Foundation Decentralized Trust Discord](https://discord.gg/hyperledger) (signed in users can use this [direct link to the Python SDK Channel](https://discord.com/channels/905194001349627914/1336494517544681563))
98+
- **General Hedera Support**: - [Hedera Developer Discord](https://discord.com/invite/hederahashgraph)
9999
- **Issues**: [GitHub Issues](https://github.com/hiero-ledger/hiero-sdk-python/issues)
100100

101101
### Stay Updated

docs/sdk_developers/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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](MAINTAINERS.md) on [Discord](https://discord.gg/hyperledger) privately
1313

1414
**Include:**
1515
- Clear description

docs/sdk_developers/setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,5 @@ Test your credentials at [Hedera Portal](https://portal.hedera.com/)
241241
- **Installation issues?** Check the [uv documentation](https://docs.astral.sh/uv/)
242242
- **Hedera testnet?** Visit [Hedera Portal](https://portal.hedera.com/)
243243
- **Git questions?** See [Git Basics](https://git-scm.com/book/en/v2/Getting-Started-Git-Basics)
244-
- **General questions?** Ask on [Hiero Python SDK Discord](https://discord.gg/hyperledger)
244+
- **General questions?** Ask on the [Linux Foundation Decentralized Trust Discord](https://discord.gg/hyperledger)
245+
(or, if logged in, straight in the [related Hiero Python SDK Group](https://discord.com/channels/905194001349627914/1336494517544681563))

docs/sdk_developers/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ If you encounter issues or have questions:
11921192
1. **Check this guide** - Most common scenarios are covered
11931193
2. **Review existing tests** - Look at similar tests in the codebase
11941194
3. **Check documentation** - See `/docs/sdk_developers/`
1195-
4. **Ask in Discord** - Link to be updated soon <!--[Hiero Python SDK Discord]( https://discord.gg/hyperledger)-->
1195+
4. **Ask in Discord** - Ask on the [Linux Foundation Decentralized Trust Discord](https://discord.gg/hyperledger)
11961196
5. **Open an issue** - For bugs or unclear documentation
11971197

11981198
### Useful Resources

examples/sdk_developers/common_issues.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ You're stuck, have questions, or need help with your contribution.
141141
The Hiero Python SDK community is here to help! Here are the best ways to get support:
142142

143143
**1. Discord Community**
144-
- Join the [Hiero Python SDK Discord](https://discord.gg/hyperledger)
144+
- Join the [Linux Foundation Decentralized Trust Discord](https://discord.gg/hyperledger)
145+
- Join the [Hedera Discord](https://discord.com/invite/hederahashgraph)
145146
- Ask questions, discuss your PR, or get real-time help from maintainers and community members
146147
- This is the fastest way to get unstuck
147148

@@ -175,7 +176,7 @@ The Hiero Python SDK community is here to help! Here are the best ways to get su
175176
If you encounter an issue not covered in this guide, please:
176177

177178
1. Search existing [Issues](https://github.com/hiero-ledger/hiero-sdk-python/issues) and [Discussions](https://github.com/hiero-ledger/hiero-sdk-python/discussions)
178-
2. Ask in the [Discord](https://discord.gg/hyperledger)
179+
2. Ask in the [Linux Foundation Decentralized Trust Discord](https://discord.gg/hyperledger)
179180
3. Create a new issue with the `documentation` label if something should be added to this guide
180181

181182
Happy contributing! 🎉

0 commit comments

Comments
 (0)