Skip to content

Commit c0d2625

Browse files
authored
docs: delete unused blogs.md and discord.md and update references to upstream (#2113)
Signed-off-by: tannaya7 <tannayasupriya157@gmail.com>
1 parent 817986c commit c0d2625

6 files changed

Lines changed: 5 additions & 67 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ We welcome blog posts! Whether you're sharing a tutorial, case study, or your ex
8989
- Blog posts are submitted to the [Hiero Website Repository](https://github.com/hiero-ledger/hiero-website) in a Pull Request
9090
- Written in Markdown
9191

92-
**Full guide with step-by-step instructions:** [Blog Post Guide](docs/blogs.md)
92+
**Full guide with step-by-step instructions:** [Blog Post Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/blogs.md)
9393

9494
---
9595

@@ -159,7 +159,7 @@ git rebase main -S
159159

160160
Thank you for contributing to the Hiero Python SDK! 🎉
161161

162-
- **Need help or want to connect?** Join our community on Discord! See the **[Discord Joining Guide](docs/discord.md)** for detailed steps on how to join the LFDT server
162+
- **Need help or want to connect?** Join our community on Discord! See the **[Discord Joining Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/discord.md)** for detailed steps on how to join the LFDT server
163163
- **Quick Links:**
164164
- Join the main [Linux Foundation Decentralized Trust (LFDT) Discord Server](https://discord.gg/hyperledger).
165165
- Go directly to the [#hiero-python-sdk channel](https://discord.com/channels/905194001349627914/1336494517544681563)

docs/blogs.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/discord.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/sdk_developers/training/transaction_lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ transaction.set_account_id(new_id) # Error: Transaction is immutable
178178
- **Auto-freeze/sign:** Works for simple transactions but can hide issues in complex ones.
179179
- **Order dependency:** Construct → Freeze → Sign → Execute → Receipt.
180180

181-
For more details, refer to the SDK documentation or community calls on [Discord](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/discord.md).
181+
For more details, refer to the SDK documentation or community calls on [Discord](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/discord.md).

docs/sdk_developers/training/workflow/10_submit_pull_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ We have several workflows that check:
6060
- All Examples Pass
6161

6262
If they are failing and you require help, you can:
63-
- Contact us on [Discord](../../../discord.md)
63+
- Contact us on [Discord](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/discord.md)
6464
- Attend the Python SDK Office Hours using the [LFDT Calendar](https://zoom-lfx.platform.linuxfoundation.org/meeting/99912667426?password=5b584a0e-1ed7-49d3-b2fc-dc5ddc888338)
6565
- Ask for help on the pull request
6666

docs/sdk_developers/workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ We have several security and quality checks.
297297
Please review and check they all pass.
298298

299299
If they are failing and you require help, you can:
300-
- Contact us on [discord](../discord.md)
300+
- Contact us on [Discord](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/discord.md)
301301
- Attend [Python SDK Office Hours](https://zoom-lfx.platform.linuxfoundation.org/meeting/99912667426?password=5b584a0e-1ed7-49d3-b2fc-dc5ddc888338)
302302
- Attend [Community Calls](https://zoom-lfx.platform.linuxfoundation.org/meeting/92041330205?password=2f345bee-0c14-4dd5-9883-06fbc9c60581)
303303
- Ask for help on the pull request

0 commit comments

Comments
 (0)