diff --git a/docs/content/developer/getting-started/graphql-rpc.mdx b/docs/content/developer/getting-started/graphql-rpc.mdx index 680d022bba9..c5eb406fc58 100644 --- a/docs/content/developer/getting-started/graphql-rpc.mdx +++ b/docs/content/developer/getting-started/graphql-rpc.mdx @@ -363,11 +363,7 @@ 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. - -:::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. -::: +You can find other examples in the [repository](https://github.com/iotaledger/iota/tree/develop/crates/iota-graphql-rpc/examples). ## Related links diff --git a/docs/content/developer/references/iota-sdks.mdx b/docs/content/developer/references/iota-sdks.mdx index 32c054b70c0..2a582423af5 100644 --- a/docs/content/developer/references/iota-sdks.mdx +++ b/docs/content/developer/references/iota-sdks.mdx @@ -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 diff --git a/docs/site/src/pages/index.js b/docs/site/src/pages/index.js index c8b13daf756..51690ac8745 100644 --- a/docs/site/src/pages/index.js +++ b/docs/site/src/pages/index.js @@ -131,10 +131,10 @@ const HomeCardCTA = () => { - + IOTA ecosystem directory - + IOTA blog