Skip to content

Commit

Permalink
🐛 Fix docs links in the setup wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
cp2004 committed Mar 27, 2021
1 parent d2d74c8 commit d7f17ce
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% import "macros/docs.jinja2" as docs %}
{% import "macros/docs.jinja2" as docs with context %}
<h3>WS281x LED Status Setup</h3>
<p>Thank you for installing WS281x LED Status!</p>
<p>This plugin requires some one-time setup before it will work properly.</p>
Expand All @@ -8,15 +8,15 @@
</p>
<hr>
<h3>
{{ docs.doc_link("/guides/setup-guide-1/wiring-your-leds", "1. Wiring your LEDs") }}
{{ docs.doc_link("guides/setup-guide-1/wiring-your-leds", "1. Wiring your LEDs") }}
</h3>
<p>The most important part! Make sure you have them wired up correctly. </p>
<p>
<i class="fa fa-arrow-right text-success"></i>
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.
</p>
<h3>
{{ docs.doc_link("/guides/setup-guide-1/spi-setup", "2. SPI Setup") }}
{{ docs.doc_link("guides/setup-guide-1/spi-setup", "2. SPI Setup") }}
</h3>
<p>
The OS configuration test will help you to configure your Raspberry Pi for use with this plugin.
Expand All @@ -34,7 +34,7 @@
</button>
</p>
<h3>
{{ docs.doc_link("/guides/setup-guide-1/initial-configuration", "3. Initial Configuration") }}
{{ docs.doc_link("guides/setup-guide-1/initial-configuration", "3. Initial Configuration") }}
</h3>
<form class="form-horizontal">
<div class="control-group">
Expand Down

0 comments on commit d7f17ce

Please sign in to comment.