Update URL references to Rattail home page.
This commit is contained in:
parent
a958a7b285
commit
0d65691952
|
@ -5,5 +5,6 @@ Tailbone
|
||||||
Tailbone is an extensible web application based on Rattail. It provides a
|
Tailbone is an extensible web application based on Rattail. It provides a
|
||||||
"back-office network environment" (BONE) for use in managing retail data.
|
"back-office network environment" (BONE) for use in managing retail data.
|
||||||
|
|
||||||
Please see Rattail's `home page <http://rattail.edbob.org/>`_ for more
|
Please see Rattail's `home page`_ for more information.
|
||||||
information.
|
|
||||||
|
.. _home page: http://rattailproject.org/
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -107,7 +107,7 @@ setup(
|
||||||
version = __version__,
|
version = __version__,
|
||||||
author = "Lance Edgar",
|
author = "Lance Edgar",
|
||||||
author_email = "lance@edbob.org",
|
author_email = "lance@edbob.org",
|
||||||
url = "http://rattail.edbob.org/",
|
url = "http://rattailproject.org/",
|
||||||
license = "GNU Affero GPL v3",
|
license = "GNU Affero GPL v3",
|
||||||
description = "Backoffice Web Application for Rattail",
|
description = "Backoffice Web Application for Rattail",
|
||||||
long_description = README,
|
long_description = README,
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
</div><!-- body-wrapper -->
|
</div><!-- body-wrapper -->
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
powered by ${h.link_to("Rattail", 'http://rattail.edbob.org/', target='_blank')}
|
powered by ${h.link_to("Rattail", 'http://rattailproject.org/', target='_blank')}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue