diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2017-08-17 19:01:34 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-08-17 19:06:24 -0400 |
commit | 634391bcf7a59b2be898a5f40c290f2bf7662b54 (patch) | |
tree | a82a444c59066fb6ce67926d408ac36939e10cc7 /docs/install.txt | |
parent | 418f58ab04d786cb189b1419b0de95b0fc9e9667 (diff) | |
download | markdown-634391bcf7a59b2be898a5f40c290f2bf7662b54.tar.gz markdown-634391bcf7a59b2be898a5f40c290f2bf7662b54.tar.bz2 markdown-634391bcf7a59b2be898a5f40c290f2bf7662b54.zip |
GitHub/waylan => GitHub/Python-Markdown org
Diffstat (limited to 'docs/install.txt')
-rw-r--r-- | docs/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |