Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit ad2196d

Browse files
Merge pull request #6937 from livecodesam/bugfix_20022
[Bugfix 20022] Change external link to Apple Event documentation.
2 parents 8406bd9 + 6c19ef6 commit ad2196d

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/dictionary/command/request-appleEvent.lcdoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ specify which pieces you want to get.
7070
data.
7171

7272

73-
For more information about Apple events, see Apple Computer's technical
74-
documentation, Inside Macintosh: Interapplication Communication, located
75-
at http://developer.apple.com/techpubs/mac/IAC/IAC-2.html.
73+
For more information about Apple events, refer to the section entitled
74+
"Apple Events Sent by the Mac OS" in the technical documentation section
75+
located on [Apple's website]
76+
(https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ScriptableCocoaApplications/SApps_handle_AEs/SAppsHandleAEs.html#//apple_ref/doc/uid/20001239-1117769).
7677

7778
References: send to program (command), handler (glossary),
7879
Apple Event (glossary), variable (glossary), command (glossary),

docs/dictionary/message/appleEvent.lcdoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ or one that you want to handle specially.
4747
Use the request appleEvent <command> to obtain the data associated with
4848
an <Apple event>.
4949

50-
For more information about Apple events, see Apple Computer's technical
51-
documentation, Inside Macintosh: Interapplication Communication, located
52-
at http://developer.apple.com/documentation/mac/IAC/IAC-2.html.
50+
For more information about Apple events, refer to the section entitled
51+
"Apple Events Sent by the Mac OS" in the technical documentation
52+
located on [Apple's website]
53+
(https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ScriptableCocoaApplications/SApps_handle_AEs/SAppsHandleAEs.html#//apple_ref/doc/uid/20001239-1117769)
5354

5455
References: send to program (command), flushEvents (function),
5556
application (glossary), current card (glossary), Apple Event (glossary),

docs/notes/bugfix-20022.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Updated an external link to Apple Event documentation in dictionary entries regarding Apple Events.

0 commit comments

Comments
 (0)