From d7f17ce2c169acca28875ba65d38fb8949d54c35 Mon Sep 17 00:00:00 2001 From: cp2004 <31997505+cp2004@users.noreply.github.com> Date: Sat, 27 Mar 2021 18:30:06 +0000 Subject: [PATCH] :bug: Fix docs links in the setup wizard --- .../templates/ws281x_led_status_wizard.jinja2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/octoprint_ws281x_led_status/templates/ws281x_led_status_wizard.jinja2 b/octoprint_ws281x_led_status/templates/ws281x_led_status_wizard.jinja2 index 760908b..3f44768 100644 --- a/octoprint_ws281x_led_status/templates/ws281x_led_status_wizard.jinja2 +++ b/octoprint_ws281x_led_status/templates/ws281x_led_status_wizard.jinja2 @@ -1,4 +1,4 @@ -{% import "macros/docs.jinja2" as docs %} +{% import "macros/docs.jinja2" as docs with context %}
Thank you for installing WS281x LED Status!
This plugin requires some one-time setup before it will work properly.
@@ -8,15 +8,15 @@The most important part! Make sure you have them wired up correctly.
- See {{ docs.doc_link("/guides/setup-guide-1/wiring-your-leds", "Wiring your LEDs") }} in the docs. + See {{ docs.doc_link("guides/setup-guide-1/wiring-your-leds", "Wiring your LEDs") }} in the docs.
The OS configuration test will help you to configure your Raspberry Pi for use with this plugin. @@ -34,7 +34,7 @@