Skip to content

Commit 8b2a631

Browse files
authored
fix(docs): Fix broken or wrong links (#9376)
1 parent b8b1cf8 commit 8b2a631

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

docs/content/developer/getting-started/graphql-rpc.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,7 @@ mutation ($tx: String!, $sigs: [String!]!) {
363363

364364
## Other examples
365365

366-
You can find other examples in the [repository](https://github.com/iotaledger/iota/tree/releases/iota-graphql-rpc-v2024.1.0-release/crates/iota-graphql-rpc/examples), grouped into sub-directories. For example, there are directories for [transaction block effects](https://github.com/iotaledger/iota/tree/releases/iota-graphql-rpc-v2024.1.0-release/crates/iota-graphql-rpc/examples/transaction_block_effects), [protocol configs](https://github.com/iotaledger/iota/tree/releases/iota-graphql-rpc-v2024.1.0-release/crates/iota-graphql-rpc/examples/protocol_configs), [stake connection](https://github.com/iotaledger/iota/tree/releases/iota-graphql-rpc-v2024.1.0-release/crates/iota-graphql-rpc/examples/stake_connection), and more.
367-
368-
:::info
369-
Examples in the repository are designed to work with the version of GraphQL built at the same revision. The links above point to examples intended for [GraphQL v2024.1](https://github.com/iotaledger/iota/tree/releases/iota-graphql-rpc-v2024.1.0-release), the latest production version at the time of writing.
370-
:::
366+
You can find other examples in the [repository](https://github.com/iotaledger/iota/tree/develop/crates/iota-graphql-rpc/examples).
371367

372368
## Related links
373369

docs/content/developer/references/iota-sdks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ IOTA provides developer kits that act as wrappers for the IOTA API.
66

77
## IOTA dApp Kit
88

9-
[IOTA dApp Kit](../ts-sdk/typescript/index.mdx) is a web frontend SDK that interacts with the IOTA API. It is available as an NPM package.
9+
[IOTA dApp Kit](../ts-sdk/dapp-kit/index.mdx) is a web frontend SDK that interacts with the IOTA API. It is available as an NPM package.
1010

1111
## IOTA Rust SDK
1212

docs/site/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ const HomeCardCTA = () => {
131131
</Link>
132132
</HomeCard>
133133
<HomeCard title="Resources">
134-
<Link className={styles.CardLink} to="https://iota.directory/?_project_type=api%2Cdeveloper-tools%2Cinfrastructure%2Csdk">
134+
<Link className={styles.CardLink} to="https://iotalabs.io/projects">
135135
IOTA ecosystem directory <ArrowIcon />
136136
</Link>
137-
<Link className={styles.CardLink} to="https://blog.iota.org//">
137+
<Link className={styles.CardLink} to="https://blog.iota.org/">
138138
IOTA blog <ArrowIcon />
139139
</Link>
140140
<Link className={styles.CardLink} to="developer/dev-cheat-sheet">

0 commit comments

Comments
 (0)