aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_rgblight.md
diff options
context:
space:
mode:
authorRyan2024-06-01 02:37:40 +0200
committerGitHub2024-06-01 02:37:40 +0200
commitfa6d23235bf429446250cd5212e209d5fbfdbac2 (patch)
treed4e07707be77de9b22d7d8dd2b154957c81f01b2 /docs/feature_rgblight.md
parent119e54e9e3db66355a07be5f8db9fcc81b65f1ff (diff)
[docs] Remove gitbook directory (#23839)
Diffstat (limited to 'docs/feature_rgblight.md')
-rw-r--r--docs/feature_rgblight.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md
index bd973ef009..682d8b8cba 100644
--- a/docs/feature_rgblight.md
+++ b/docs/feature_rgblight.md
@@ -49,7 +49,7 @@ Then you should be able to use the keycodes below to change the RGB lighting to
QMK uses [Hue, Saturation, and Value](https://en.wikipedia.org/wiki/HSL_and_HSV) to select colors rather than RGB. The color wheel below demonstrates how this works.
-<img src="./gitbook/images/color-wheel.svg" alt="HSV Color Wheel" width="250"/>
+<img src="./public/color-wheel.svg" alt="HSV Color Wheel" width="250"/>
Changing the **Hue** cycles around the circle.<br>
Changing the **Saturation** moves between the inner and outer sections of the wheel, affecting the intensity of the color.<br>