summaryrefslogtreecommitdiff
path: root/docs/topics/db/sql.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/db/sql.txt')
-rw-r--r--docs/topics/db/sql.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt
index 355c7366ca..3fabf6607e 100644
--- a/docs/topics/db/sql.txt
+++ b/docs/topics/db/sql.txt
@@ -24,7 +24,8 @@ __ `executing custom SQL directly`_
Before using raw SQL, explore :doc:`the ORM </topics/db/index>`. Ask on
|django-users| or the `#django IRC channel
- <irc://irc.freenode.net/django>`_ to see if the ORM supports your use case.
+ <https://webchat.freenode.net/#django>`_ to see if the ORM supports your
+ use case.
.. warning::