aboutsummaryrefslogtreecommitdiffstats
path: root/source/pwm.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-05 16:17:16 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-05 16:17:16 -0400
commitba2883d21a4a1f8598bf6eaae667a6bb4d86943d (patch)
tree75d98821aadd48ce61d743f7e2f527cce47981d8 /source/pwm.rst
parent2204cbabd91d0823fded18b7b03d773e6f56111c (diff)
downloadlibrambutan-ba2883d21a4a1f8598bf6eaae667a6bb4d86943d.tar.gz
librambutan-ba2883d21a4a1f8598bf6eaae667a6bb4d86943d.zip
Documentation link fixes.
Fixing some Sphinx error messages.
Diffstat (limited to 'source/pwm.rst')
-rw-r--r--source/pwm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pwm.rst b/source/pwm.rst
index ac67689..34ad508 100644
--- a/source/pwm.rst
+++ b/source/pwm.rst
@@ -25,7 +25,7 @@ Each PWM output is driven by an output channel connected to one of 4
timers. Some configuration, such as the clock rate or prescaling,
must be common to the entire timer; see the :ref:`timer documentation
<timers>` for more information. See your board's :ref:`pin mapping
-tables <gpio-pin-mapping-tables>` to track down the correspondence
+tables <gpio-pin-maps>` to track down the correspondence
between timer channels and GPIO pins.
Background