From 37dd86ded7bb9359156da9d7872c735bdede1167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Fri, 6 Dec 2013 04:31:26 -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 cb0516d..1630d73 100644 --- a/APIs.md +++ b/APIs.md @@ -13,7 +13,7 @@ The standard libraries aside, OpenComputers comes with a couple of additional, b - [[Colors|API/Colors]]: a global table that allows referencing standard Minecraft colors by name. - [[Component|API/Component]]: look-up and management of components attached to the computer. - [[Event|API/Event]]: a very rudimentary event system (intended for libraries) and filtered signal pulling. -- [[FileSystem|API/FileSystem]: abstracted interaction with file system components. +- [[FileSystem|API/FileSystem]]: abstracted interaction with file system components. - [[HTTP|API/HTTP]]: a simple wrapper for HTTP requests. - [[Keyboard|API/Keyboard]]: a table of key codes by name and pressed key tracking. - [[Robot|API/Robot]]: abstracted access to robot actions.