Skip to content

Commit 3cbddfa

Browse files
committed
Fix documentation link
Use latest version of documentation that built on doc.rs (0.4.1) Fixes CodeSandwich#25
1 parent 941f36b commit 3cbddfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="https://raw.githubusercontent.com/CodeSandwich/mocktopus/master/logo.png" alt="logo"/>
77
</p>
88

9-
Mocking framework for Rust (currently only nightly). See [documentation](https://docs.rs/crate/mocktopus) for more.
9+
Mocking framework for Rust (currently only nightly). See [documentation](https://docs.rs/mocktopus/0.4.1/mocktopus/) for more.
1010

1111
```rust
1212
#[mockable]

crates_io_readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![logo](https://raw.githubusercontent.com/CodeSandwich/mocktopus/master/logo.png)
22

3-
Mocking framework for Rust (currently only nightly). See documentation for more.
3+
Mocking framework for Rust (currently only nightly). See [documentation](https://docs.rs/mocktopus/0.4.1/mocktopus/) for more.
44

55
```rust
66
#[mockable]

0 commit comments

Comments
 (0)