From b667aee0e13e95632c394eae6a074b15de622e5e Mon Sep 17 00:00:00 2001 From: copy Date: Wed, 4 Mar 2015 00:58:00 +0100 Subject: [PATCH] Fix docs links --- src/browser/starter.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/browser/starter.js b/src/browser/starter.js index dc241be1..ff92610a 100644 --- a/src/browser/starter.js +++ b/src/browser/starter.js @@ -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. *