Skip to content

Commit

Permalink
Fix broken link in parameters.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Natanel-Shitrit authored Jul 20, 2024
1 parent dfb6f35 commit 4a8019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 4a8019b

Please sign in to comment.