From 754f513afb0236ad334578e9a9c1ea823f240d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Thu, 6 Mar 2014 00:33:33 -0800 Subject: [PATCH] Updated APIs (markdown) --- APIs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.