From 0d932fbaf689453a45a3916111e6ecb1a9267edd Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Fri, 26 Apr 2024 17:35:53 +0100 Subject: [PATCH] Update github URLs to new pasteorg location. (#98) --- README.rst | 4 ++-- docs/community/repository.txt | 2 +- docs/download/index.txt | 9 ++++----- docs/index.txt | 2 +- docs/news.txt | 2 +- setup.py | 4 ++-- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 97c86dd3..6f8bac38 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ interfaces. .. _PEP 333: http://www.python.org/dev/peps/pep-0333/ * `Paste project at GitHub (source code, bug tracker) - `_ + `_ * `Paste on the Python Cheeseshop (PyPI) `_ * `Paste on Read the Docs @@ -106,4 +106,4 @@ Other Tools * A class for generating and traversing URLs, and creating associated HTML code, in ``paste.url`` -The official development repo is at https://github.com/cdent/paste. +The official development repo is at https://github.com/pasteorg/paste. diff --git a/docs/community/repository.txt b/docs/community/repository.txt index 5428bf9d..962a8fb6 100644 --- a/docs/community/repository.txt +++ b/docs/community/repository.txt @@ -2,6 +2,6 @@ Repository ========== Paste is kept in a Git repository at -http://github.com/cdent/paste +http://github.com/pasteorg/paste Go there to make pull requests and report issues. diff --git a/docs/download/index.txt b/docs/download/index.txt index 537e3169..f2ceed93 100644 --- a/docs/download/index.txt +++ b/docs/download/index.txt @@ -16,12 +16,11 @@ are always located on the Cheese Shop pages (listed below). * `Wareweb `_ (deprecated, use `Pylons `_ instead) -All the packages are available in some repositories, many rooted in -http://bitbucket.org/ianb/ +All the packages are available in some repositories: -* https://github.com/cdent/paste -* http://bitbucket.org/ianb/pastescript -* http://bitbucket.org/ianb/pastedeploy +* https://github.com/pasteorg/paste +* https://github.com/pasteorg/pastescript +* https://github.com/Pylons/pastedeploy/ * https://github.com/Pylons/webob * ... and others diff --git a/docs/index.txt b/docs/index.txt index a202b9db..92ccac5f 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -2,7 +2,7 @@ Python Paste ============ This is a new copy of the documentation for Paste. The project is now being -maintained on limited life-support from https://github.com/cdent/paste +maintained on limited life-support from https://github.com/pasteorg/paste **Please consider other options.** Many of the links you will find in these docs will be out of date. If you diff --git a/docs/news.txt b/docs/news.txt index deda412c..ef697e10 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -209,7 +209,7 @@ Thanks to benjaminp for many recent contributions. * Remove use of future for sake of html.escape and use own. Using future was causing installation loops. See: - https://github.com/cdent/paste/issues/6 + https://github.com/pasteorg/paste/issues/6 3.0.0 ----- diff --git a/setup.py b/setup.py index 46cae91a..e7516e4b 100644 --- a/setup.py +++ b/setup.py @@ -44,8 +44,8 @@ author_email="chris.dent@gmail.com", url="https://pythonpaste.readthedocs.io/", project_urls={ - "Source": "https://github.com/cdent/paste", - "Bug Tracker": "https://github.com/cdent/paste/issues", + "Source": "https://github.com/pasteorg/paste", + "Bug Tracker": "https://github.com/pasteorg/paste/issues", "Documentation": "https://pythonpaste.readthedocs.io" }, license="MIT",