diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-22 01:09:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-22 01:09:22 (GMT) |
commit | 644a08c73542d2c602af5201aac86f29c5fa925b (patch) | |
tree | 905727904af28f2b78922214c081a896fdbf62e1 /Doc/mac | |
parent | 700c890631fd7642feb2d2a3fb25cd98848d672b (diff) | |
download | cpython-644a08c73542d2c602af5201aac86f29c5fa925b.zip cpython-644a08c73542d2c602af5201aac86f29c5fa925b.tar.gz cpython-644a08c73542d2c602af5201aac86f29c5fa925b.tar.bz2 |
Avoid a 301 permanent redirect.
Part of SF patch #773007.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libscrap.tex | 2 | ||||
-rw-r--r-- | Doc/mac/toolbox.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libscrap.tex b/Doc/mac/libscrap.tex index 059c57c..aa46278 100644 --- a/Doc/mac/libscrap.tex +++ b/Doc/mac/libscrap.tex @@ -35,7 +35,7 @@ of the Scrap Manager. It contains the following functions: \begin{seealso} - \seetitle[http://developer.apple.com/techpubs/mac/MoreToolbox/MoreToolbox-109.html] + \seetitle[http://developer.apple.com/documentation/mac/MoreToolbox/MoreToolbox-109.html] {Scrap Manager}{Apple's documentation for the Scrap Manager gives a lot of useful information about using the Scrap Manager in applications.} diff --git a/Doc/mac/toolbox.tex b/Doc/mac/toolbox.tex index ba28b95..d31b7f8 100644 --- a/Doc/mac/toolbox.tex +++ b/Doc/mac/toolbox.tex @@ -10,7 +10,7 @@ are often a problem), and parameters will occasionally be different in Python (input and output buffers, especially). All methods and functions have a \member{__doc__} string describing their arguments and return values, and for additional description you are referred to -\citetitle[http://developer.apple.com/techpubs/macos8/mac8.html]{Inside +\citetitle[http://developer.apple.com/documentation/macos8/mac8.html]{Inside Macintosh} or similar works. These modules all live in a package called \module{Carbon}. Despite that name |