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