From 5eebaeb63815a8a4f74f2423490d63b64e195b04 Mon Sep 17 00:00:00 2001 From: Thomas Schreiber Date: Thu, 25 Jul 2013 01:20:45 +0200 Subject: [PATCH] fix links --- docs/index.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index a66ab8e7..d8e9391e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ but has been independently used for a number of other conferences. We are in the process of cleaning things up and making them more generic. -The project homepage is http://pinax.github.com/symposion/ +The project homepage is http://eldarion.com/symposion/ Apps: diff --git a/setup.py b/setup.py index 6c5314cc..74eebbc5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( author_email="jtauber@jtauber.com", version=symposion.__version__, description="A collection of Django apps for conference websites.", - url="http://pinax.github.com/symposion/", + url="http://eldarion.com/symposion/", packages=find_packages(exclude=["symposion_project"]), include_package_data=True, classifiers=(