From b46be47eeb4a76b7d5ad6ef74b759f87293302a7 Mon Sep 17 00:00:00 2001 From: mendesfabio Date: Wed, 15 Jan 2025 14:16:44 -0300 Subject: [PATCH] remove broken links --- docs/developer-reference/contracts/batch-router-api.md | 2 +- .../contracts/composite-liquidity-router-api.md | 2 +- docs/developer-reference/contracts/router-api.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developer-reference/contracts/batch-router-api.md b/docs/developer-reference/contracts/batch-router-api.md index baf20c2..91342bd 100644 --- a/docs/developer-reference/contracts/batch-router-api.md +++ b/docs/developer-reference/contracts/batch-router-api.md @@ -5,7 +5,7 @@ title: Batch Router API # Batch Router API -The Batch Router can be used to interact with Balancer onchain via [state changing](/concepts/router/onchain-api/batch-router-api.html#state-changing-functions) operations or used to [query operations](/concepts/router/onchain-api/batch-router-api.html#query-functions) in an off-chain context. +The Batch Router can be used to interact with Balancer onchain via state changing operations or used to query operations in an off-chain context. ## State-changing functions diff --git a/docs/developer-reference/contracts/composite-liquidity-router-api.md b/docs/developer-reference/contracts/composite-liquidity-router-api.md index 4ad5849..a919952 100644 --- a/docs/developer-reference/contracts/composite-liquidity-router-api.md +++ b/docs/developer-reference/contracts/composite-liquidity-router-api.md @@ -5,7 +5,7 @@ title: Composite Liquidity Router API # Composite Liquidity Router API -The Composite Liquidity Router can be used to interact with Balancer onchain via [state changing](/concepts/router/onchain-api/composite-liquidity-router-api.html#state-changing-functions) operations or used to [query operations](/concepts/router/onchain-api/composite-liquidity-router-api.html#query-functions) in an off-chain context. +The Composite Liquidity Router can be used to interact with Balancer onchain via state changing operations or used to query operations in an off-chain context. This is not the final version; more operations will likely be added. diff --git a/docs/developer-reference/contracts/router-api.md b/docs/developer-reference/contracts/router-api.md index 177e63b..79255dd 100644 --- a/docs/developer-reference/contracts/router-api.md +++ b/docs/developer-reference/contracts/router-api.md @@ -5,7 +5,7 @@ title: Router API # Router API -The Router can be used to interact with Balancer onchain via [state changing](/concepts/router/onchain-api/router-api.html#state-changing-functions) operations or used to [query operations](/concepts/router/onchain-api/router-api.html#query-functions) in an off-chain context. +The Router can be used to interact with Balancer onchain via state changing operations or used to query operations in an off-chain context. ## State-changing functions The router's state-changing functions are used for interacting with Balancer onchain. They provide simple interfaces for the most common user actions performed against the Balancer Vault.