Skip to content

Commit 380ed3e

Browse files
asajgitbook-bot
authored andcommittedMay 13, 2022
GitBook: [#67] Fix broken link
1 parent e4f1868 commit 380ed3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
* [Glossary](resources/glossary.md)
5656
* [Github](https://github.com/abacus-network)
5757
* [Discord](https://discord.gg/KBD3aD78Bb)
58-
* [Website](https://www.useabacus.network)
58+
* [Website](https://www.useabacus.network/)

‎developers/examples/controller.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An app for executing cross-chain function calls
44

55
# Controller
66

7-
The Controller is an Abacus application that allows arbitrary function calls to be executed on remote chains, built according to the [Router](broken-reference) design pattern.
7+
The Controller is an Abacus application that allows arbitrary function calls to be executed on remote chains, built according to the [Router](../advanced/router-pattern.md) design pattern.
88

99
We expect the Controller to be most useful as a tool to extend the reach of a governance protocol to multiple chains. For example, the Controller can allow a DAO deployed on Ethereum to execute transactions on remote chains like Polygon, Avalanche, or Celo.
1010

0 commit comments

Comments
 (0)
Please sign in to comment.