Skip to content

Commit d7f17ce

Browse files
committed
🐛 Fix docs links in the setup wizard
1 parent d2d74c8 commit d7f17ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

octoprint_ws281x_led_status/templates/ws281x_led_status_wizard.jinja2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% import "macros/docs.jinja2" as docs %}
1+
{% import "macros/docs.jinja2" as docs with context %}
22
<h3>WS281x LED Status Setup</h3>
33
<p>Thank you for installing WS281x LED Status!</p>
44
<p>This plugin requires some one-time setup before it will work properly.</p>
@@ -8,15 +8,15 @@
88
</p>
99
<hr>
1010
<h3>
11-
{{ docs.doc_link("/guides/setup-guide-1/wiring-your-leds", "1. Wiring your LEDs") }}
11+
{{ docs.doc_link("guides/setup-guide-1/wiring-your-leds", "1. Wiring your LEDs") }}
1212
</h3>
1313
<p>The most important part! Make sure you have them wired up correctly. </p>
1414
<p>
1515
<i class="fa fa-arrow-right text-success"></i>
16-
See {{ docs.doc_link("/guides/setup-guide-1/wiring-your-leds", "Wiring your LEDs") }} in the docs.
16+
See {{ docs.doc_link("guides/setup-guide-1/wiring-your-leds", "Wiring your LEDs") }} in the docs.
1717
</p>
1818
<h3>
19-
{{ docs.doc_link("/guides/setup-guide-1/spi-setup", "2. SPI Setup") }}
19+
{{ docs.doc_link("guides/setup-guide-1/spi-setup", "2. SPI Setup") }}
2020
</h3>
2121
<p>
2222
The OS configuration test will help you to configure your Raspberry Pi for use with this plugin.
@@ -34,7 +34,7 @@
3434
</button>
3535
</p>
3636
<h3>
37-
{{ docs.doc_link("/guides/setup-guide-1/initial-configuration", "3. Initial Configuration") }}
37+
{{ docs.doc_link("guides/setup-guide-1/initial-configuration", "3. Initial Configuration") }}
3838
</h3>
3939
<form class="form-horizontal">
4040
<div class="control-group">

0 commit comments

Comments
 (0)