Skip to content

Commit 8e3ee0f

Browse files
authored
chore: Move docs/sdk_developers/project_structure.md to docs/sdk_developers/training/setup/project_structure.md #1223 (#1234)
Signed-off-by: Mathew Joseph <[email protected]>
1 parent d07ff9c commit 8e3ee0f

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/06_advanced_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ body:
6565
>
6666
> 📖 Helpful references:
6767
> - `docs/sdk_developers/training`
68-
> - `docs/sdk_developers/project_structure.md`
68+
> - `docs/sdk_developers/training/setup/project_structure.md`
6969
> - `docs/sdk_developers/rebasing.md`
7070
7171
- type: textarea

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
6868
- Added `.github/workflows/cron-check-broken-links.yml` workflow to perform scheduled monthly Markdown link validation across the entire repository with automatic issue creation for broken links ([#1210](https://github.com/hiero-ledger/hiero-sdk-python/issues/1210))
6969

7070
### Changed
71+
- Moved docs/sdk_developers/project_structure.md to docs/sdk_developers/training/setup/project_structure.md and ensured all previous references are updated [#1223](https://github.com/hiero-ledger/hiero-sdk-python/issues/1223)
7172
- Renamed workflow scripts in `.github/scripts/` to match their corresponding workflow file names for improved consistency and maintainability (#1198)
7273
- Refactored `account_create_transaction_evm_alias.py` to improve readability by splitting the monolithic function into smaller helper functions. [#1017](https://github.com/hiero-ledger/hiero-sdk-python/issues/1017)
7374
- Improved docstring for `account_allowance_approve_transaction_nft.py` with purpose, key concepts and required vs optional steps.

docs/sdk_developers/training/setup/06_importing_hiero_files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ print(f"🎉 Created new token on the Hedera network with ID: {token_id}")
7272
It takes time to be familiar with where everything is located to import correctly.
7373

7474
- For reference, look at the [examples](examples/)
75-
- For an explanation of the project structure read [project_structure.md](docs/sdk_developers/project_structure.md).
75+
- For an explanation of the project structure read [project_structure.md](docs/sdk_developers/training/setup/project_structure.md).
7676
- Set up [Pylance](docs/sdk_developers/pylance.md) to help you spot errors in your import locations
File renamed without changes.

0 commit comments

Comments
 (0)