fix some broken URLs
diff --git a/Doc/library/carbon.rst b/Doc/library/carbon.rst
index c53c1b6..4abb495 100644
--- a/Doc/library/carbon.rst
+++ b/Doc/library/carbon.rst
@@ -14,7 +14,7 @@
in Python (input and output buffers, especially). All methods and functions
have a :attr:`__doc__` string describing their arguments and return values, and
for additional description you are referred to `Inside Macintosh
-<http://developer.apple.com/documentation/macos8/mac8.html>`_ or similar works.
+<http://developer.apple.com/legacy/mac/library/#documentation/macos8/mac8.html>`_ or similar works.
These modules all live in a package called :mod:`Carbon`. Despite that name they
are not all part of the Carbon framework: CF is really in the CoreFoundation
@@ -515,7 +515,7 @@
.. seealso::
- `Scrap Manager <http://developer.apple.com/documentation/mac/MoreToolbox/MoreToolbox-109.html>`_
+ `Scrap Manager <http://developer.apple.com/legacy/mac/library/documentation/mac/MoreToolbox/MoreToolbox-109.html>`_
Apple's documentation for the Scrap Manager gives a lot of useful information
about using the Scrap Manager in applications.
diff --git a/Doc/library/easydialogs.rst b/Doc/library/easydialogs.rst
index 2cea693..a042b0f 100644
--- a/Doc/library/easydialogs.rst
+++ b/Doc/library/easydialogs.rst
@@ -143,7 +143,7 @@
.. seealso::
- `Navigation Services Reference <http://developer.apple.com/documentation/Carbon/Reference/Navigation_Services_Ref/>`_
+ `Navigation Services Reference <http://developer.apple.com/legacy/mac/library/#documentation/Carbon/Conceptual/NavServicesIntro/ns_intro_carb/ns_into_carb.html>`_
Programmer's reference documentation for the Navigation Services, a part of the
Carbon framework.