summaryrefslogtreecommitdiff
path: root/docs/quick_tour
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-07-06 09:50:45 -0700
committerSteve Piercy <web@stevepiercy.com>2016-07-06 09:50:45 -0700
commit9c84d8fd48802c86b342f977e634fae0871b4d90 (patch)
tree73c3352250af7962f80aba2c039bb2bc3241156c /docs/quick_tour
parent0be21351eeff12cb7c598178fd378cb2414c3c85 (diff)
downloadpyramid-9c84d8fd48802c86b342f977e634fae0871b4d90.tar.gz
pyramid-9c84d8fd48802c86b342f977e634fae0871b4d90.tar.bz2
pyramid-9c84d8fd48802c86b342f977e634fae0871b4d90.zip
Update links for Alembix
Diffstat (limited to 'docs/quick_tour')
-rw-r--r--docs/quick_tour/sqla_demo/sqla_demo/models/meta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour/sqla_demo/sqla_demo/models/meta.py b/docs/quick_tour/sqla_demo/sqla_demo/models/meta.py
index 80ececd8c..03c50ae93 100644
--- a/docs/quick_tour/sqla_demo/sqla_demo/models/meta.py
+++ b/docs/quick_tour/sqla_demo/sqla_demo/models/meta.py
@@ -6,7 +6,7 @@ import zope.sqlalchemy
# Recommended naming convention used by Alembic, as various different database
# providers will autogenerate vastly different names making migrations more
-# difficult. See: http://alembic.readthedocs.org/en/latest/naming.html
+# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
NAMING_CONVENTION = {
"ix": 'ix_%(column_0_label)s',
"uq": "uq_%(table_name)s_%(column_0_name)s",