Skip to content

Commit

Permalink
fix docs links to api.md
Browse files Browse the repository at this point in the history
points to `master/docs/docs/api.md` currently
  • Loading branch information
vdloo authored and copy committed Apr 29, 2017
1 parent 9985eb3 commit 77e9128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/events.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Here is a list of events that can be listened to using
[`add_listener`](docs/api.md#add_listenerstring-event-function-listener). These
[`add_listener`](api.md#add_listenerstring-event-function-listener). These
can be used to programtically control the emulator. Events cannot be sent to
the emulator (although it is internally implemented that way), use the
[API](docs/api.md) methods for that.
[API](api.md) methods for that.

### Serial terminal

Expand Down
5 changes: 3 additions & 2 deletions docs/filesystem.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
A 9p filesystem is supported by the emulator, using a virtio transport. Using
it, files can be exchanged with the guest OS, see
[`create_file`](docs/api.md#create_filestring-file-uint8array-data-functionobject-callback)
[`create_file`](api.md#create_filestring-file-uint8array-data-functionobject-callback)
[`create_file`](api.md#create_filestring-file-uint8array-data-functionobject-callback)
and
[`read_file`](docs/api.md#read_filestring-file-functionobject-uint8array-callback). It can
[`read_file`](api.md#read_filestring-file-functionobject-uint8array-callback). It can
be enabled by passing the following options to `V86Starter`:

```javascript
Expand Down

0 comments on commit 77e9128

Please sign in to comment.