Fix docs links

This commit is contained in:
copy 2015-03-04 00:58:00 +01:00
parent e338ebd535
commit b667aee0e1

View file

@ -18,7 +18,7 @@
* - `disable_mouse boolean` (false) - If the mouse should be disabled.
*
* - `network_relay_url string` (No network card) - The url of a server running
* websockproxy. See [networking.md](docs/networking.md). Setting this will
* websockproxy. See [networking.md](networking.md). Setting this will
* enable an emulated network card.
*
* - `bios Object` (No bios) - Either a url pointing to a bios or an
@ -31,15 +31,15 @@
* [`restore_state`](#restore_statearraybuffer-state) and below.
*
* - `filesystem Object` (No 9p filesystem) - A 9p filesystem, see
* [filesystem.md](docs/filesystem.md).
* [filesystem.md](filesystem.md).
*
* - `serial_container HTMLTextAreaElement` (No serial terminal) - A textarea
* that will receive and send data to the emulated serial terminal.
* Alternatively the serial terminal can also be accessed programatically,
* see [serial.html](docs/samples/serial.html).
* see [serial.html](samples/serial.html).
*
* - `screen_container HTMLElement` (No screen) - An HTMLElement. This should
* have a certain structure, see [basic.html](docs/samples/basic.html).
* have a certain structure, see [basic.html](samples/basic.html).
*
* ***
*
@ -380,7 +380,7 @@ V86Starter.prototype.restart = function()
/**
* Add an event listener (the emulator is an event emitter). A list of events
* can be found at [docs/events.md](docs/events.md).
* can be found at [events.md](events.md).
*
* The callback function gets a single argument which depends on the event.
*