We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76c16e commit 3517dd3Copy full SHA for 3517dd3
2 files changed
_config.yml
@@ -1,2 +1,2 @@
1
theme: jekyll-theme-minimal
2
-repo-url: https://github.com/tigoe/ArduinoGeneralExamples
+codeurl: https://github.com/tigoe/ArduinoGeneralExamples
readme.md
@@ -1,6 +1,6 @@
# Arduino General Examples
3
-* [6-channel-LED]({{repo-url}}/6-channel-LED) - fades 6 channels of LEDs with a for loop
+* [6-channel-LED]({{site.codeurl}}/6-channel-LED) - fades 6 channels of LEDs with a for loop
4
* DACAnalogWrite
5
* EmicAnalogReadSerial
6
* EmicSoftwareSerial
0 commit comments