Skip to content

Commit 614b8d7

Browse files
author
robo9k
committed
Link documentation to GitHub Pages root
The documentation index currently redirects to `chip8_vm`'s rustdoc, but some overview page might be added lateron.
1 parent c51bbe5 commit 614b8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
keywords = ["vm", "chip-8",]
88
homepage = "https://github.com/chip8-rust/chip8-vm"
99
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/"
1111
version = "0.0.3"
1212
authors = [
1313
"Jake Kerr <[email protected]>",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git = "https://github.com/chip8-rust/chip8-vm"
2828
```
2929

3030
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/).
3232

3333
Spec
3434
==

0 commit comments

Comments
 (0)