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=(