From 33c8aa34fce1b7d52495a6fdf5a93762b6f5cfcb Mon Sep 17 00:00:00 2001 From: mkflow27 Date: Tue, 7 May 2024 08:07:45 +0200 Subject: [PATCH] fix: broken links --- docs/build-a-custom-amm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build-a-custom-amm/README.md b/docs/build-a-custom-amm/README.md index d7a67426..354e4814 100644 --- a/docs/build-a-custom-amm/README.md +++ b/docs/build-a-custom-amm/README.md @@ -16,5 +16,5 @@ necessary organic flow to compete effectively. Our aim is to simplify the development process and facilitate the creation of novel AMMs with minimal friction. When building a custom AMM on Balancer, there are two paths that can be taken: -- [Create a custom AMM with a novel invariant](/concepts/developer-guides/create-custom-amm-with-novel-invariant.html) -- [Extend an existing pool type using hooks](/concepts/developer-guides/extend-existing-pool-type-using-hooks.html) +- [Create a custom AMM with a novel invariant](/build-a-custom-amm/build-an-amm/create-custom-amm-with-novel-invariant.html) +- [Extend an existing pool type using hooks](/build-a-custom-amm/build-an-amm/extend-existing-pool-type-using-hooks.html)