summaryrefslogtreecommitdiff
path: root/docs/quick_tour
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 03:01:19 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 03:01:19 -0800
commit4c914ede7e790395a193003265eec87ea317acb4 (patch)
tree2b95fd2470c8e92f053239a4ed0587f056c741ca /docs/quick_tour
parent8478a3e4bc2e9b5f77edb107e95c4e045e54811d (diff)
downloadpyramid-4c914ede7e790395a193003265eec87ea317acb4.tar.gz
pyramid-4c914ede7e790395a193003265eec87ea317acb4.tar.bz2
pyramid-4c914ede7e790395a193003265eec87ea317acb4.zip
Fix links after running linkcheck, excluding HISTORY.txt, a local link, and a bad link in WebOb docs
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 02285b3ff..d659c7857 100644
--- a/docs/quick_tour/sqla_demo/sqla_demo/models/meta.py
+++ b/docs/quick_tour/sqla_demo/sqla_demo/models/meta.py
@@ -3,7 +3,7 @@ from sqlalchemy.schema import MetaData
# Recommended naming convention used by Alembic, as various different database
# providers will autogenerate vastly different names making migrations more
-# difficult. See: http://alembic.zzzcomputing.com/en/latest/naming.html
+# difficult. See: https://alembic.sqlalchemy.org/en/latest/naming.html
NAMING_CONVENTION = {
"ix": "ix_%(column_0_label)s",
"uq": "uq_%(table_name)s_%(column_0_name)s",