Skip to content

Commit df06e7d

Browse files
committed
Docs: fix relative links
1 parent 35493cf commit df06e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/markdown/gamut.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ and simplicity are of great value.
276276
277277
The scale method is an approach where the out of gamut color channels are scaled within a linear RGB space such that the
278278
channels keep a similar proportion to each other. This approach specifically ensures that the
279-
[dominant wavelength](.wavelengths.md#estimate-dominant-wavelength-of-color) of the color is preserved which contributes
279+
[dominant wavelength](./wavelengths.md#estimate-dominant-wavelength-of-color) of the color is preserved which contributes
280280
the hue. It can be implemented in a way that prioritizes the colorfulness of the color or the luminance.
281281

282282
#### Colorfulness Preserving Scale
@@ -354,7 +354,7 @@ a similar intensity with the same dominant wavelength.
354354

355355
If there is a strong requirement to preserve the luminance instead, the `preserve_luminance` option can be set to
356356
`#!py True`. This will preserve luminance over saturation/colorfulness while preserving the same
357-
[dominant wavelength](.wavelengths.md#estimate-dominant-wavelength-of-color).
357+
[dominant wavelength](./wavelengths.md#estimate-dominant-wavelength-of-color).
358358

359359
> [!note]
360360
> Luminance is not perceptually uniform.

0 commit comments

Comments
 (0)