File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT"
7
7
keywords = [" vm" , " chip-8" ,]
8
8
homepage = " https://github.com/chip8-rust/chip8-vm"
9
9
repository = " https://github.com/chip8-rust/chip8-vm.git"
10
- documentation = " https://chip8-rust.github.io/chip8-vm/chip8_vm/ "
10
+ documentation = " https://chip8-rust.github.io/chip8-vm/"
11
11
version = " 0.0.3"
12
12
authors = [
13
13
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ git = "https://github.com/chip8-rust/chip8-vm"
28
28
```
29
29
30
30
See an example integration with a UI in the [ chip8_ui] ( https://github.com/chip8-rust/chip8-ui/blob/master/src/main.rs ) crate code.
31
- For further information, take a look at the [ ` chip8_vm ` rustdoc ] ( https://chip8-rust.github.io/chip8-vm/chip8_vm ) .
31
+ For further information, take a look at the [ ` chip8_vm ` documentation ] ( https://chip8-rust.github.io/chip8-vm/ ) .
32
32
33
33
Spec
34
34
==
You can’t perform that action at this time.
0 commit comments