diff --git a/APIs.md b/APIs.md index 786cb72..76414da 100644 --- a/APIs.md +++ b/APIs.md @@ -16,7 +16,7 @@ The standard libraries aside, OpenComputers comes with a couple of additional, b - [[Computer|API/Computer]]: information on and interactions with the computer the Lua state is running on. - [[Event|API/Event]]: a very rudimentary event system (intended for libraries) and filtered signal pulling. - [[FileSystem|API/FileSystem]]: abstracted interaction with file system components. -- [[HTTP|API/HTTP]]: a simple wrapper for HTTP requests. +- [[Internet|API/Internet]]: a wrapper for Internet Card functionality. - [[Keyboard|API/Keyboard]]: a table of key codes by name and pressed key tracking. - [[Process|API/Process]]: keeps track of running programs and their environments - [[Robot|API/Robot]]: abstracted access to robot actions.