Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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