Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/developer/getting-started/graphql-rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@ mutation ($tx: String!, $sigs: [String!]!) {

## Other examples

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.
You can find other examples in the [repository](https://github.com/iotaledger/iota/tree/develop/crates/iota-graphql-rpc/examples), grouped into sub-directories. For example, there are directories for [transaction block effects](https://github.com/iotaledger/iota/tree/develop/crates/iota-graphql-rpc/examples/transaction_block_effects), [protocol configs](https://github.com/iotaledger/iota/tree/develop/crates/iota-graphql-rpc/examples/protocol_configs), [stake connection](https://github.com/iotaledger/iota/tree/develop/crates/iota-graphql-rpc/examples/stake_connection), and more.

:::info
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.
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/develop/crates/iota-graphql-rpc-v2024.1.0-release), the latest production version at the time of writing.
:::

## Related links
Expand Down
2 changes: 1 addition & 1 deletion docs/content/developer/references/iota-sdks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IOTA provides developer kits that act as wrappers for the IOTA API.

## IOTA dApp Kit

[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.
[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.

## IOTA Rust SDK

Expand Down
4 changes: 2 additions & 2 deletions docs/site/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ const HomeCardCTA = () => {
</Link>
</HomeCard>
<HomeCard title="Resources">
<Link className={styles.CardLink} to="https://iota.directory/?_project_type=api%2Cdeveloper-tools%2Cinfrastructure%2Csdk">
<Link className={styles.CardLink} to="https://iotalabs.io/projects">
IOTA ecosystem directory <ArrowIcon />
</Link>
<Link className={styles.CardLink} to="https://blog.iota.org//">
<Link className={styles.CardLink} to="https://blog.iota.org/">
IOTA blog <ArrowIcon />
</Link>
<Link className={styles.CardLink} to="developer/dev-cheat-sheet">
Expand Down
Loading