diff options
| author | Daniel Neuh?user <dasdasich@gmail.com> | 2011-02-05 21:48:54 +0100 |
|---|---|---|
| committer | Daniel Neuh?user <dasdasich@gmail.com> | 2011-02-05 21:48:54 +0100 |
| commit | a49ab4d78a87a9f65ae356dae074dd7db7037b0b (patch) | |
| tree | 82e1b5b095700444e8a5da65496fcbe6335247da /doc/ext | |
| parent | efce3640b79c22fd682247a9d11453c830b2f08f (diff) | |
| download | sphinx-a49ab4d78a87a9f65ae356dae074dd7db7037b0b.tar.gz | |
Change redirected URLs to the new locations
Diffstat (limited to 'doc/ext')
| -rw-r--r-- | doc/ext/extlinks.rst | 4 | ||||
| -rw-r--r-- | doc/ext/math.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/ext/extlinks.rst b/doc/ext/extlinks.rst index d4478c5b..d8bcaa52 100644 --- a/doc/ext/extlinks.rst +++ b/doc/ext/extlinks.rst @@ -27,11 +27,11 @@ The extension adds one new config value: short alias names to a base URL and a *prefix*. For example, to create an alias for the above mentioned issues, you would add :: - extlinks = {'issue': ('http://bitbucket.org/birkenfeld/sphinx/issue/%s', + extlinks = {'issue': ('https://bitbucket.org/birkenfeld/sphinx/issue/%s', 'issue ')} Now, you can use the alias name as a new role, e.g. ``:issue:`123```. This - then inserts a link to http://bitbucket.org/birkenfeld/sphinx/issue/123. + then inserts a link to https://bitbucket.org/birkenfeld/sphinx/issue/123. As you can see, the target given in the role is substituted in the base URL in the place of ``%s``. diff --git a/doc/ext/math.rst b/doc/ext/math.rst index c2096104..1c7332d6 100644 --- a/doc/ext/math.rst +++ b/doc/ext/math.rst @@ -241,4 +241,4 @@ package jsMath_. It provides this config value: .. _MathJax: http://www.mathjax.org/ .. _jsMath: http://www.math.union.edu/~dpvc/jsmath/ .. _preview-latex package: http://www.gnu.org/software/auctex/preview-latex.html -.. _AmSMath LaTeX package: http://www.ams.org/tex/amslatex.html +.. _AmSMath LaTeX package: http://www.ams.org/publications/authors/tex/amslatex |
