Skip to content

Commit dde27a7

Browse files
authored
Merge pull request #130 from danbaruka/fix-build-deploys
fix: Resolve broken links and anchor references in documentation
2 parents 252c0fe + ce1d6e9 commit dde27a7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

website/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Built by the community, for the community. Join our working groups and help shap
4545
### How-To Guides
4646
- **[Beginner](./how-to-guide/beginner/)** - Getting started guides for newcomers
4747
- **[Intermediate](./how-to-guide/intermediate/)** - Next-level guides for developers with basic knowledge
48-
- **[Advanced](./how-to-guide/advanced/)** - Deep-dive technical guides for experienced developers
48+
- **Advanced** - Deep-dive technical guides for experienced developers (see [Cardano API](./how-to-guide/advanced/cardano-api.md) and [cardano-db-sync](./how-to-guide/advanced/cardano-db-sync.md))
4949

5050
### Tutorials
5151
- **Hands-On** - Interactive coding tutorials and workshops

website/docs/how-to-guide/intermediate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before starting these guides, you should be comfortable with:
4242
1. Start with [Beginner Guides](../beginner/README.md) if you haven't already
4343
2. Join the [Developer Experience Working Group](../../working-group/readme.md) for hands-on sessions
4444
3. Practice with testnet before moving to mainnet
45-
4. Progress to [Advanced Guides](../advanced/README.md) when ready
45+
4. Progress to Advanced Guides when ready
4646

4747
## Getting Help
4848

website/docs/working-group/q1-2025/sessions/01-kickoff-orientation/session-notes/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Welcome to the Cardano ecosystem! This guide provides a comprehensive map of whe
3939

4040
---
4141

42-
## ▸ Core Repositories
42+
## ▸ Core Repositories {#core-repositories}
4343

4444
### Cardano Node & Core Infrastructure
4545

@@ -77,7 +77,7 @@ Welcome to the Cardano ecosystem! This guide provides a comprehensive map of whe
7777

7878
---
7979

80-
## ▸ Documentation Resources
80+
## ▸ Documentation Resources {#documentation-resources}
8181

8282
### Official Documentation
8383

@@ -98,7 +98,7 @@ Welcome to the Cardano ecosystem! This guide provides a comprehensive map of whe
9898

9999
---
100100

101-
## ▸ Essential Tooling
101+
## ▸ Essential Tooling {#essential-tooling}
102102

103103
### Development Environments
104104

@@ -126,7 +126,7 @@ Welcome to the Cardano ecosystem! This guide provides a comprehensive map of whe
126126
| **Eternl** | Multi-platform wallet | [eternl.io](https://eternl.io) |
127127
| **Wallet Connector** | dApp integration library | [github.com/cardano-foundation/cardano-connect-with-wallet](https://github.com/cardano-foundation/cardano-connect-with-wallet) |
128128

129-
### Block Explorers & APIs
129+
### Block Explorers & APIs {#block-explorers--apis}
130130

131131
| Service | Purpose | URL |
132132
| -------------------- | -------------------------------- | ---------------------------------------------------- |

website/docs/working-group/q1-2025/sessions/03-dev-environment-setup/session-notes/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ API keys and endpoints vary by network (mainnet, preprod, preview).
115115
- Maintain separate configs for `mainnet`, `preprod`, and `preview`
116116
- Align node/CLI versions with official releases
117117
- Document project-specific steps in your repo `README` for team consistency
118-
- For deeper ecosystem links (wallets, SDKs, explorers), see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md) and [Block Explorers & APIs](../../01-kickoff-orientation/session-notes/readme.md)
118+
- For deeper ecosystem links (wallets, SDKs, explorers), see [Essential Tooling](../../01-kickoff-orientation/session-notes/readme.md#essential-tooling) and [Block Explorers & APIs](../../01-kickoff-orientation/session-notes/readme.md#block-explorers--apis)
119119

120120
## Session Resources
121121

0 commit comments

Comments
 (0)