Skip to content

Commit acca352

Browse files
committed
Fixed broken links is documentation
1 parent 6216ca0 commit acca352

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

docs/demos.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Here are a few demo-sketches that using the LedControl-library. You
44
can either copy+paste the code directly into the editor of the
55
Arduino-IDE, or download the sketches in a zip-file :
66

7-
``LedControlDemos.zip``
7+
`LedControlDemos.zip <http://arduino.cc/playground/uploads/Main/LedControl.zip>`_
88

99
.. note :: **LedControl must be installed first...**
1010

docs/hardware.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@ Arduino from a 500mA hub.
328328

329329
Powering the Leds from batteries
330330
++++++++++++++++++++++++++++++++
331-
Its hard to come up with numbers as to how long a battery will last. So here are just a few guidelines:
331+
Its hard to come up with numbers as to how long a battery will last. So here are
332+
just a few guidelines:
332333

333334
- Every Led that is **not** lit saves power.
334335
- Selecting a higher value for ``RSet`` makes the display dimmer,

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ or a ``MAX7219`` chip which are both used to that drives a Led matrix
1010
or a 7-segment display from an Arduino board.
1111

1212
A detailed description of the hardware and a
13-
schematic can be found ``here``.
13+
schematic can be found `here <hardware>`.
1414

1515
As a teaser here is a picture of my rather crappy (but working) testbed...
1616

docs/software.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ digits.
661661
* value the character to be displayed.
662662
* dp sets the decimal point.
663663
*/
664-
void setChar(int addr, int digit, char value, *boolean dp);
664+
void setChar(int addr, int digit, char value, *boolean dp);i
665665
666666
667667
Commented demos for the library
@@ -671,7 +671,7 @@ also download the code for the demos from [[LedControlDemos | there]].
671671

672672
Sourcecode and download
673673
***********************
674-
The sourcecode of the library is available as a zip-file :[[Attach:LedControl.zip | ``LedControl.zip``]]
674+
The sourcecode of the library is available as a zip-file : `LedControl.zip <http://arduino.cc/playground/uploads/Main/LedControl.zip>`_
675675

676676
The zip-file will create a new directory named LedControl with 3 files:
677677

@@ -691,8 +691,8 @@ versions of the arduino environment.
691691
- Starting with version ``0010`` the Arduino IDE expects libraries to be
692692
installed at ``arduino-<version>/hardware/libraries/``
693693

694-
When the file [[Attach:LedControl.zip | ``LedControl.zip``]] has been unpacked
695-
into one of the directory from above, the new library has to be compiled. From
694+
When the file `LedControl.zip <http://arduino.cc/playground/uploads/Main/LedControl.zip>`_
695+
has been unpacke into one of the directory from above, the new library has to be compiled. From
696696
the arduino-ide this is very simple. Create a new sketch with the following
697697
content...
698698

@@ -710,5 +710,6 @@ content...
710710
all of your sketches that start with a ``#include "LedControl.h"`` line.
711711

712712
The Zip-File also contains 3 example sketches which are documented on the
713-
[[LedControlDemos]] page.
713+
`LedControlDemos <demos>`_ page.
714+
714715

0 commit comments

Comments
 (0)