Skip to content

Commit

Permalink
Update github URLs to new pasteorg location.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed Apr 26, 2024
1 parent f4669c3 commit 40d19a7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interfaces.
.. _PEP 333: http://www.python.org/dev/peps/pep-0333/

* `Paste project at GitHub (source code, bug tracker)
<https://github.com/cdent/paste/>`_
<https://github.com/pasteorg/paste/>`_
* `Paste on the Python Cheeseshop (PyPI)
<https://pypi.python.org/pypi/Paste>`_
* `Paste on Read the Docs
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/community/repository.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
9 changes: 4 additions & 5 deletions docs/download/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ are always located on the Cheese Shop pages (listed below).
* `Wareweb <http://pypi.python.org/pypi/Wareweb>`_ (deprecated, use `Pylons
<https://pypi.python.org/pypi/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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 40d19a7

Please sign in to comment.