aboutsummaryrefslogtreecommitdiffstats
path: root/docs/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
commit7904a5921a75ee4f99fb2662d7b540b56d6a7cb3 (patch)
tree807a4794005807f50eb35ec3da1dccf653b8d44a /docs/source/pwm.rst
parentef8c58b96ea8d1e503362c5d18a74cd5d0101e0c (diff)
downloadlibrambutan-7904a5921a75ee4f99fb2662d7b540b56d6a7cb3.tar.gz
librambutan-7904a5921a75ee4f99fb2662d7b540b56d6a7cb3.zip
Documentation link fixes.
Fixing some Sphinx error messages.
Diffstat (limited to 'docs/source/pwm.rst')
-rw-r--r--docs/source/pwm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/pwm.rst b/docs/source/pwm.rst
index ac67689..34ad508 100644
--- a/docs/source/pwm.rst
+++ b/docs/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