We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c04672 commit 1cde637Copy full SHA for 1cde637
app/templates/links.py
@@ -28,7 +28,7 @@
28
'ext_beautifulsoup4_docs': 'https://beautiful-soup-4.readthedocs.io/en/latest/#',
29
'ext_requests_docs': 'https://docs.python-requests.org/en/latest/index.html',
30
'ext_pylint': 'https://pylint.org/',
31
- 'ext_ruff': 'https://beta.ruff.rs/docs/',
+ 'ext_ruff': 'https://docs.astral.sh/ruff/',
32
'ext_python_the_python_tutorial': 'https://docs.python.org/3/tutorial/index.html',
33
'ext_python_wiki_learning_resources': 'https://wiki.python.org/moin/BeginnersGuide/Programmers',
34
'ext_automate_the_boring_stuff': 'https://automatetheboringstuff.com/',
0 commit comments