diff --git a/docs/patterns/sqlalchemy.rst b/docs/patterns/sqlalchemy.rst
index 8d06187f..5a064469 100644
--- a/docs/patterns/sqlalchemy.rst
+++ b/docs/patterns/sqlalchemy.rst
@@ -188,3 +188,6 @@ You can also pass string of SQL statements to the
>>> engine.execute('select * from users where id = :1', [1]).first()
(1, u'admin', u'admin@localhost')
+
+For more information about SQLAlchemy, head over to the
+`website
+ +For more information about WTForms, head over to the `WTForms +website`_. + +.. _WTForms website: http://wtforms.simplecodes.com/