Skip to content

Commit

Permalink
fix: amend URLs and add text URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanee committed Nov 11, 2021
1 parent ce00f31 commit 9ec88ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ download_bom: true
<p class="title">Step 2</p>
<p class="subtitle">Install the custom Arduino board in the Arduino IDE.</p>
<p>Copy and paste the following URL into the File > Preferences > "Additional Boards Manager" textbox in Arduino IDE</p>
<code> https://raw.githubusercontent.com/hutscape/arduino-board-index/main/package_hutscape_index.json</code>
<a href="{{site.url}}/images/examples/paste-board-url.png">
<img src="{{site.url}}/images/examples/paste-board-url.png" alt="Paste board URL">
</a>
Expand All @@ -57,7 +58,7 @@ download_bom: true
<article class="tile is-child notification">
<div class="content">
<p class="title">Step 3</p>
<p class="subtitle">Try the <a href="/examples/hello-world">Blinky LED code</a> or other <a href="/examples">examples</a>.</p>
<p class="subtitle">Try the <a href="{{site.url}}/examples/hello-world">Blinky LED code</a> or other <a href="{{site.url}}/examples">examples</a>.</p>
<a href="{{site.url}}/images/examples/eink-prototype.jpg">
<img src="{{site.url}}/images/examples/eink-prototype.jpg" alt="Typical setup">
</a>
Expand Down

0 comments on commit 9ec88ae

Please sign in to comment.