diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-08 10:00:02 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-08 10:00:02 +0000 |
| commit | bfaf0cc7e3abf25b16d5ee48d96e71faba45353c (patch) | |
| tree | b690c8df98ae4fc0494ee22e4809a37d16155c96 /docutils/docs/ref | |
| parent | 73965ec1e3c7184be32cc58e9ef4a6f9844450a2 (diff) | |
| download | docutils-bfaf0cc7e3abf25b16d5ee48d96e71faba45353c.tar.gz | |
Fix broken link. Thanks to Kevin Cole for reporting.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8560 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/directives.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index e598140ce..146450605 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -569,7 +569,7 @@ support math typesetting at all, the content is inserted verbatim. For inline formulas, use the `"math" role`_. -.. _Short Math Guide: ftp://ftp.ams.org/ams/doc/amsmath/short-math-guide.pdf +.. _Short Math Guide: http://tug.ctan.org/info/short-math-guide/short-math-guide.pdf .. _"math" role: roles.html#math .. _math_output: ../../user/config.html#math-output |
