Skip to content

Commit df09b8e

Browse files
committed
Prefer source extlink
1 parent 0e7c06a commit df09b8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/faq/programming.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Reference Manual <pdb>`. You can also write your own debugger by using the code
2525
for pdb as an example.
2626

2727
The IDLE interactive development environment, which is part of the standard
28-
Python distribution (normally available as
29-
`Tools/scripts/idle3 <https://github.com/python/cpython/blob/main/Tools/scripts/idle3>`_),
28+
Python distribution (normally available as :source:`Tools/scripts/idle3`),
3029
includes a graphical debugger.
3130

3231
PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
@@ -79,7 +78,7 @@ set of modules required by a program and bind these modules together with a
7978
Python binary to produce a single executable.
8079

8180
One is to use the freeze tool, which is included in the Python source tree as
82-
`Tools/freeze <https://github.com/python/cpython/tree/main/Tools/freeze>`_.
81+
:source:`Tools/freeze`.
8382
It converts Python byte code to C arrays; with a C compiler you can
8483
embed all your modules into a new program, which is then linked with the
8584
standard Python modules.

0 commit comments

Comments
 (0)