]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Avoid a 301 permanent redirect.
authorFred Drake <fdrake@acm.org>
Tue, 22 Jul 2003 01:09:22 +0000 (01:09 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 Jul 2003 01:09:22 +0000 (01:09 +0000)
Part of SF patch #773007.

Doc/mac/libscrap.tex
Doc/mac/toolbox.tex

index 059c57ccfad1ccf3ac137da022a0b955da3288c5..aa4627871fa30dfaab2df7dc77bbee978ef3a950 100644 (file)
@@ -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.}
index ba28b95dd143e21ffdee69766bfcf196d16c42c9..d31b7f870877dfe55f4da4eb1c7d94bb7ffcbc18 100644 (file)
@@ -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