Skip to content

Commit 4a6d7bd

Browse files
committed
Fix document path
1 parent b1645de commit 4a6d7bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/frameworks.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ This chapter is no longer maintained, and the modules it contained have been mov
1010
Please see the following pages for their new locations:
1111

1212

13-
* :mod:`turtle` — :doc:`Graphical User Interfaces with Tk <library/tk>`
14-
* :mod:`cmd` — :doc:`Command Line Interface Libraries <library/cmdlinelibs>`
15-
* :mod:`shlex` — :doc:`Unix Specific Services <library/unix>`
13+
* :mod:`turtle` — :doc:`Graphical User Interfaces with Tk <./tk>`
14+
* :mod:`cmd` — :doc:`Command Line Interface Libraries <./cmdlinelibs>`
15+
* :mod:`shlex` — :doc:`Unix Specific Services <./unix>`

0 commit comments

Comments
 (0)