diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_template.html | 2 | ||||
-rw-r--r-- | docs/change_log.txt | 2 | ||||
-rw-r--r-- | docs/extensions/index.txt | 2 | ||||
-rw-r--r-- | docs/index.txt | 2 | ||||
-rw-r--r-- | docs/install.txt | 2 | ||||
-rw-r--r-- | docs/release-2.1.0.txt | 2 | ||||
-rw-r--r-- | docs/release-2.2.0.txt | 2 | ||||
-rw-r--r-- | docs/release-2.3.txt | 2 | ||||
-rw-r--r-- | docs/release-2.4.txt | 2 | ||||
-rw-r--r-- | docs/release-2.5.txt | 2 | ||||
-rw-r--r-- | docs/release-2.6.txt | 4 | ||||
-rw-r--r-- | docs/test_suite.txt | 2 |
12 files changed, 13 insertions, 13 deletions
diff --git a/docs/_template.html b/docs/_template.html index d3780dd..58e9967 100644 --- a/docs/_template.html +++ b/docs/_template.html @@ -47,7 +47,7 @@ title="next chapter">%(next_title)s</a></p> <h3>This Page</h3> <ul class="this-page-menu"> - <li><a href="https://github.com/waylan/Python-Markdown/issues" + <li><a href="https://github.com/Python-Markdown/markdown/issues" >Report a Bug</a></li> <li><a href="%(source)s" rel="nofollow">Show Source</a></li> diff --git a/docs/change_log.txt b/docs/change_log.txt index 847046d..f47e6e9 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -21,7 +21,7 @@ Apr 20, 2015: Released version 2.6.2 (a bug-fix release). Mar 8, 2015: Released version 2.6.1 (a bug-fix release). The (new) `yaml` option has been removed from the Meta-Data Extension as it was buggy -(see [#390](https://github.com/waylan/Python-Markdown/issues/390)). +(see [#390](https://github.com/Python-Markdown/markdown/issues/390)). Feb 19, 2015: Released version 2.6 ([Notes](release-2.6.html)). diff --git a/docs/extensions/index.txt b/docs/extensions/index.txt index 1052d15..ba95274 100644 --- a/docs/extensions/index.txt +++ b/docs/extensions/index.txt @@ -84,4 +84,4 @@ is maintained on the wiki for your convenience. The Python-Markdown team offers no official support for these extensions. Please see the developer of each extension for support. -[list]: https://github.com/waylan/Python-Markdown/wiki/Third-Party-Extensions +[list]: https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions diff --git a/docs/index.txt b/docs/index.txt index bfe1818..92ac2d0 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -112,4 +112,4 @@ You may ask for help and discuss various other issues on the [mailing list][] and report bugs on the [bug tracker][]. [mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss -[bug tracker]: http://github.com/waylan/Python-Markdown/issues +[bug tracker]: http://github.com/Python-Markdown/markdown/issues diff --git a/docs/install.txt b/docs/install.txt index 1989398..c01c3b4 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -62,6 +62,6 @@ Python-Markdown is maintained in a Git repository on GitHub.com. To get a copy of Python-Markdown from the repository do the following from the command line: - git clone git://github.com/waylan/Python-Markdown.git python-markdown + git clone git://github.com/Python-Markdown/markdown.git python-markdown cd python-markdown python setup.py install diff --git a/docs/release-2.1.0.txt b/docs/release-2.1.0.txt index efb3b4a..43230dc 100644 --- a/docs/release-2.1.0.txt +++ b/docs/release-2.1.0.txt @@ -118,5 +118,5 @@ test the built-in extensions and other options available to change the parsing behavior. See the [Test Suite](test_suite.html) documentation for details. Various bug fixes have been made, which are too numerous to list here. See the -[commit log](https://github.com/waylan/Python-Markdown/commits/master) for a +[commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/release-2.2.0.txt b/docs/release-2.2.0.txt index c3750fa..8b94563 100644 --- a/docs/release-2.2.0.txt +++ b/docs/release-2.2.0.txt @@ -64,5 +64,5 @@ The BlockParser API was slightly altered to allow `blockprocessor.run` to return within any Blockprocessor instance.
Various bug fixes have been made. See the
-[commit log](https://github.com/waylan/Python-Markdown/commits/master)
+[commit log](https://github.com/Python-Markdown/markdown/commits/master)
for a complete history of the changes.
diff --git a/docs/release-2.3.txt b/docs/release-2.3.txt index a15e584..81c5d88 100644 --- a/docs/release-2.3.txt +++ b/docs/release-2.3.txt @@ -84,5 +84,5 @@ try it out and report bugs and/or improvements. [rST]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions * Various bug fixes have been made. See the -[commit log](https://github.com/waylan/Python-Markdown/commits/master) +[commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/release-2.4.txt b/docs/release-2.4.txt index c32408c..f1d00af 100644 --- a/docs/release-2.4.txt +++ b/docs/release-2.4.txt @@ -73,5 +73,5 @@ the [Fenced Code Extension]): [A. Jesse Jiryu Davis]: https://github.com/ajdavis * Various bug fixes have been made. See the -[commit log](https://github.com/waylan/Python-Markdown/commits/master) +[commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/release-2.5.txt b/docs/release-2.5.txt index 6f38122..7cde02f 100644 --- a/docs/release-2.5.txt +++ b/docs/release-2.5.txt @@ -183,5 +183,5 @@ What's New in Python-Markdown 2.5 benefit everyone. * Various bug fixes have been made. See the - [commit log](https://github.com/waylan/Python-Markdown/commits/master) + [commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/release-2.6.txt b/docs/release-2.6.txt index 9a235c8..e450162 100644 --- a/docs/release-2.6.txt +++ b/docs/release-2.6.txt @@ -206,7 +206,7 @@ explanation.</ins> [MultiMarkdown]: http://fletcherpenney.net/MultiMarkdown_Syntax_Guide#metadata [Meta-Data]: extensions/meta_data.html [YAML]: http://yaml.org/ -[#390]: https://github.com/waylan/Python-Markdown/issues/390 +[#390]: https://github.com/Python-Markdown/markdown/issues/390 ### Table of Contents Extension Refactored @@ -259,5 +259,5 @@ benefit everyone. [flake8]: https://flake8.readthedocs.io/en/latest/ Various bug fixes have been made. See the -[commit log](https://github.com/waylan/Python-Markdown/commits/master) +[commit log](https://github.com/Python-Markdown/markdown/commits/master) for a complete history of the changes. diff --git a/docs/test_suite.txt b/docs/test_suite.txt index 745ed3b..ee761f2 100644 --- a/docs/test_suite.txt +++ b/docs/test_suite.txt @@ -134,5 +134,5 @@ writing new tests, those standards and naming conventions should be followed. [PHP]: http://michelf.com/projects/php-markdown/ [PyTidyLib]: http://countergram.com/open-source/pytidylib/ [tox]: http://testrun.org/tox/latest/ -[setting up a testing environment]: https://github.com/waylan/Python-Markdown/wiki/Test-Environment-Setup +[setting up a testing environment]: https://github.com/Python-Markdown/markdown/wiki/Test-Environment-Setup [YAML]: http://yaml.org/ |