From c123483e380c2986fd7c0192816b3c5e59b1e6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Mon, 21 Apr 2014 05:02:36 -0700 Subject: [PATCH] Updated Component Abstract Bus (markdown) --- Component-Abstract-Bus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Component-Abstract-Bus.md b/Component-Abstract-Bus.md index 21738c0..d6d65df 100644 --- a/Component-Abstract-Bus.md +++ b/Component-Abstract-Bus.md @@ -20,4 +20,4 @@ Callbacks: - `maxPacketSize(): number` Returns the maximum size a packet can be sent over the bus. -The abstract bus generates a signal named `bus_message` if a message is received. See the [signals reference](https://github.com/MightyPirates/OpenComputers/wiki/_preview#abstract-bus-card). \ No newline at end of file +The abstract bus generates a signal named `bus_message` if a message is received. See the [signals reference](https://github.com/MightyPirates/OpenComputers/wiki/Signals#abstract-bus-card). \ No newline at end of file