From 8e34164cffd0cd28daa852eb5953c1b593a1427c Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Mon, 6 Nov 2023 09:50:21 +0100 Subject: [PATCH] Fix all core API links --- .../stardust/docs/explanations/node_software.md | 2 +- .../stardust/docs/reference/networks/betanet.md | 2 +- .../stardust/docs/reference/networks/shimmer.md | 2 +- docs/build/iota.rs/2.0-rc.7/docs/overview.md | 2 +- docs/maintain/chronicle/1.0-rc.2/docs/reference/api.md | 2 +- docs/maintain/hornet/2.0/docs/references/api_reference.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/build/introduction-docs/stardust/docs/explanations/node_software.md b/docs/build/introduction-docs/stardust/docs/explanations/node_software.md index 7bf317288e9..a5d93cafceb 100644 --- a/docs/build/introduction-docs/stardust/docs/explanations/node_software.md +++ b/docs/build/introduction-docs/stardust/docs/explanations/node_software.md @@ -24,6 +24,6 @@ for Stardust eases the development of application specific node extensions. ## Node API Specification -- [Core rest-api specification](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/stardust-api/tips/TIP-0025/core-rest-api.yaml). +- [Core rest-api specification](/apis/core/v2/iota-core-rest-api). - [UTXO Indexer rest-api specification](https://github.com/iotaledger/tips/blob/main/tips/TIP-0026/tip-0026.md). - [Event API (MQTT) specification](https://studio.asyncapi.com/?url=https://raw.githubusercontent.com/iotaledger/tips/stardust-event-api/tips/TIP-0028/event-api.yml). diff --git a/docs/build/introduction-docs/stardust/docs/reference/networks/betanet.md b/docs/build/introduction-docs/stardust/docs/reference/networks/betanet.md index 47b86d5fa52..2c6adc8f989 100644 --- a/docs/build/introduction-docs/stardust/docs/reference/networks/betanet.md +++ b/docs/build/introduction-docs/stardust/docs/reference/networks/betanet.md @@ -24,7 +24,7 @@ We currently provide load-balanced public Shimmer Beta endpoints: - MQTT: wss://api.testnet.shimmer.network:443/api/mqtt/v1 - Chronicle API: https://chronicle.testnet.shimmer.network -These endpoints have MQTT (via WebSockets and raw TCP) exposed and offer the HTTP REST API (according to this specifications [TIP-25](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/main/tips/TIP-0025/core-rest-api.yaml), [TIP-26](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/main/tips/TIP-0026/indexer-rest-api.yaml) over TLS. +These endpoints have MQTT (via WebSockets and raw TCP) exposed and offer the HTTP REST API (according to this specifications: [Core API](/apis/core/v2/iota-core-rest-api), [Indexer API](/apis/indexer/iota-utxo-indexer-rest-api)) over TLS. ## Developer Tools diff --git a/docs/build/introduction-docs/stardust/docs/reference/networks/shimmer.md b/docs/build/introduction-docs/stardust/docs/reference/networks/shimmer.md index c967001b40a..bba05f19bbd 100644 --- a/docs/build/introduction-docs/stardust/docs/reference/networks/shimmer.md +++ b/docs/build/introduction-docs/stardust/docs/reference/networks/shimmer.md @@ -23,7 +23,7 @@ Health endpoint: https://api.shimmer.network/health MQTT: wss://api.shimmer.network:443/api/mqtt/v1 Chronicle API: https://chronicle.shimmer.network -These endpoints have MQTT (via WebSockets) exposed and offer the HTTP REST API (according to the specifications [TIP-25](https://github.com/iotaledger/tips/blob/main/tips/TIP-0025/tip-0025.md), [TIP-26](https://github.com/iotaledger/tips/blob/main/tips/TIP-0026/tip-0026.md) and [TIP-28](https://github.com/iotaledger/tips/blob/main/tips/TIP-0028/tip-0028.md)) over TLS +These endpoints have MQTT (via WebSockets) exposed and offer the HTTP REST API (according to this specifications: [Core API](/apis/core/v2/iota-core-rest-api), [Indexer API](/apis/indexer/iota-utxo-indexer-rest-api) and [TIP-28](https://github.com/iotaledger/tips/blob/main/tips/TIP-0028/tip-0028.md)) over TLS. ## Developer Tools diff --git a/docs/build/iota.rs/2.0-rc.7/docs/overview.md b/docs/build/iota.rs/2.0-rc.7/docs/overview.md index a9490a8674b..7e805af44a0 100644 --- a/docs/build/iota.rs/2.0-rc.7/docs/overview.md +++ b/docs/build/iota.rs/2.0-rc.7/docs/overview.md @@ -60,7 +60,7 @@ appear the same for any client. The iota.rs library exposes operations of two types. Clients interact with nodes by calling their REST API, and the first group of operations mirrors the available calls. When your program invokes such an operation, it directly translates it into a REST call to a node. See -the [node's REST API reference](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/main/tips/TIP-0025/core-rest-api.yaml) +the [node's REST API reference](/apis/core/v2/iota-core-rest-api) for a complete list of available endpoints. Operations from the first group tend to be too atomic and basic to use conveniently. The second group provides you with diff --git a/docs/maintain/chronicle/1.0-rc.2/docs/reference/api.md b/docs/maintain/chronicle/1.0-rc.2/docs/reference/api.md index 6346c096776..e39ebf66498 100644 --- a/docs/maintain/chronicle/1.0-rc.2/docs/reference/api.md +++ b/docs/maintain/chronicle/1.0-rc.2/docs/reference/api.md @@ -10,7 +10,7 @@ keywords: The data within Chronicle can be accessed through the following APIs: -- [Core Node API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/main/tips/TIP-0025/core-rest-api.yaml) `api/core/v2/…` +- [Core Node API](/apis/core/v2/iota-core-rest-api) `api/core/v2/…` - [Explorer API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/inx-chronicle/main/documentation/api/api-explorer.yml) `api/explorer/v2/…` - [Indexer API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/tips/indexer-api/tips/TIP-0026/indexer-rest-api.yaml) `api/indexer/v1/…` - [PoI API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/iotaledger/inx-chronicle/main/documentation/api/api-poi.yml) `api/poi/v1/…` diff --git a/docs/maintain/hornet/2.0/docs/references/api_reference.md b/docs/maintain/hornet/2.0/docs/references/api_reference.md index 76c8dde5a38..432c99bea99 100644 --- a/docs/maintain/hornet/2.0/docs/references/api_reference.md +++ b/docs/maintain/hornet/2.0/docs/references/api_reference.md @@ -13,4 +13,4 @@ keywords: You can find specifications of the APIs exposed by HORNET in the the links below: -- [Core REST API v2](https://wiki.iota.org/apis/core/v2/iota-core-rest-api) +- [Core REST API v2](/apis/core/v2/iota-core-rest-api)