From 8e30eba9718e01cf65ad98ab5e6aeaffc7e6afbb Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Mon, 28 Oct 2024 11:43:32 -0700 Subject: [PATCH] fix link check error --- docs/use-cases/defi/algorithmic-trading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use-cases/defi/algorithmic-trading.md b/docs/use-cases/defi/algorithmic-trading.md index 7d3d5257d0b..54962d67b28 100644 --- a/docs/use-cases/defi/algorithmic-trading.md +++ b/docs/use-cases/defi/algorithmic-trading.md @@ -89,7 +89,7 @@ To give yourself as much time as possible to react to profit-taking opportunitie The XRP Ledger natively supports Automated Market Makers (AMMs) that work alongside the existing central limit order based (CLOB) decentralized exchange. AMMs are an important factor in trading on the XRP Ledger. You can read more at the following links: - [Automated Market Makers](../../concepts/tokens/decentralized-exchange/automated-market-makers.md) -- [Use the AMM Auction Slot for Lower Fees](../../tutorials/javascript/trade-on-ledger/use-amm-auction-slot-for-lower-fees.md) +- [Use the AMM Auction Slot for Lower Fees](/docs/tutorials/javascript/amm/trade-with-auction-slot.md) - [XLS-30 Specification](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0030-automated-market-maker#readme) ## Further Reading