Skip to content

Commit

Permalink
Remove duplicate link to create_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil1920 authored Feb 6, 2022
1 parent f69706c commit c9e274d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/archlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ Now that the webserver is running, point your browser to `http://localhost:8000/

```sh
initial_state: {
"url": ""http://localhost:8000/images/v86state.bin,
"url": "http://localhost:8000/images/v86state.bin",
},
```

Expand Down
5 changes: 2 additions & 3 deletions docs/filesystem.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
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`](api.md#create_filestring-file-uint8array-data-functionobject-callback)
[`create_file`](api.md#create_filestring-file-uint8array-data-functionobject-callback)
[`create_file`](/src/browser/starter.js#L1179-L1199)
and
[`read_file`](api.md#read_filestring-file-functionobject-uint8array-callback). It can
[`read_file`](/src/browser/starter.js#L1209-L1228). It can
be enabled by passing the following options to `V86Starter`:

```javascript
Expand Down

0 comments on commit c9e274d

Please sign in to comment.