Skip to content

Commit 2c2f25d

Browse files
author
kuyan
committed
Don't use direct links if it can be helped.
1 parent 13d99d9 commit 2c2f25d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/dev/env.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,11 @@ Other Tools
286286
IDLE
287287
----
288288

289-
`IDLE <http://docs.python.org/library/idle.html>`_ is an integrated
290-
development environment that is part of Python standard library. It is
291-
completely written in Python and uses the Tkinter GUI toolkit. Though IDLE
292-
is not suited for full-blown development using Python, it is quite
293-
helpful to try out small Python snippets and experiment with different
294-
features in Python.
289+
:ref:`IDLE <python:idle>` is an integrated development environment that is
290+
part of Python standard library. It is completely written in Python and uses
291+
the Tkinter GUI toolkit. Though IDLE is not suited for full-blown development
292+
using Python, it is quite helpful to try out small Python snippets and
293+
experiment with different features in Python.
295294

296295
It provides the following features:
297296

0 commit comments

Comments
 (0)