From 0dee2a1788ceee9ca5fb099f82a7d566b75eb1d0 Mon Sep 17 00:00:00 2001
From: David Dorchies <david.dorchies@inrae.fr>
Date: Fri, 19 Jan 2024 13:33:42 +0000
Subject: [PATCH] fix(docs): bad link

Refs #609
---
 docs/en/calculators/pam/macrorugo_remous.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/calculators/pam/macrorugo_remous.md b/docs/en/calculators/pam/macrorugo_remous.md
index b5ad87f27..7d260dbd9 100644
--- a/docs/en/calculators/pam/macrorugo_remous.md
+++ b/docs/en/calculators/pam/macrorugo_remous.md
@@ -24,7 +24,7 @@ slope of the water is equal to the slope of the bottom of the channel.
 The rock-ramp fishpass module is used here to calculate the slope of the water
 in the non-uniform case.
 The fluvial backwater curve is then calculated from the water level
-downstream using the [trapezoid integration method](../../numerical_methods/integration_trapezes.md).
+downstream using the [trapezoid integration method](../../methodes_numeriques/integration_trapezes.md).
 
 This module is based on [the module for calculating the backwater curve of a
 section](../hsl/courbe_remous.md) to calculate and display the results.
-- 
GitLab