From 4a8019b47f972b957949a75153209db492189607 Mon Sep 17 00:00:00 2001 From: Natanel Shitrit <65548905+Natanel-Shitrit@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:48:42 +0300 Subject: [PATCH] Fix broken link in `parameters.md` --- docs/src/parameters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/parameters.md b/docs/src/parameters.md index 6ef92308..1f35f84e 100644 --- a/docs/src/parameters.md +++ b/docs/src/parameters.md @@ -13,4 +13,4 @@ Parameters are set with {{api param/set}} and retrieved with {{api param/get}}: Parameters work just like bindings do in the [node tree](./groups-and-panes.md#the-node-tree) in that the parameter values in descendant nodes overrite those in their ancestors when a client is attached to them. This allows `cy`'s functionality to be configured on a per-group (or even per-pane) basis using **default parameters**, which are described below. -`cy`'s settings are known as **default parameters**. They are set and retrieved in the same way normal parameters are, but influence `cy`'s behavior in ways not directly controllable using the API. A complete list can be found in [the default parameters chapter](/default-parameters.md). +`cy`'s settings are known as **default parameters**. They are set and retrieved in the same way normal parameters are, but influence `cy`'s behavior in ways not directly controllable using the API. A complete list can be found in [the default parameters chapter](./default-parameters.md).