Skip to content

Commit

Permalink
Merge pull request #207 from balancer/fix-broken-links
Browse files Browse the repository at this point in the history
remove broken links
  • Loading branch information
mkflow27 authored Jan 16, 2025
2 parents 82646e1 + b46be47 commit 3d51703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/developer-reference/contracts/batch-router-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-reference/contracts/router-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d51703

Please sign in to comment.