summaryrefslogtreecommitdiff
path: root/docs/topics/db/sql.txt
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2020-04-27 22:28:40 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-04-29 20:08:36 +0200
commit33f7739108226e2573f4b0242da5fd511908acdf (patch)
tree907c1ec6a51117e1f1cd14d053e869b0327c50ab /docs/topics/db/sql.txt
parent54646a423b4501aeb80bbdd9238f20500c84cd5f (diff)
Fixed #31356 -- Changed IRC links to the Freenode webchat.
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::