Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Sep 1, 2024
1 parent 13f0992 commit c508847
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>

<p align="center">
<a href="https://alexliesenfeld.github.io/httpmock/">Documentation</a>
<a href="https://alexliesenfeld.github.io/httpmock/">Website</a>
·
<a href="https://docs.rs/httpmock/">API Reference</a>
·
Expand Down Expand Up @@ -117,13 +117,13 @@ Docs: https://docs.rs/httpmock/0.8.0-alpha.1/httpmock/struct.When.html#metho

# Usage

See the [official documentation](http://alexliesenfeld.github.io/httpmock) for detailed API documentation.
See the [official website](http://alexliesenfeld.github.io/httpmock) for detailed API documentation.

## Examples

You can find examples in the
[`httpmock` test directory](https://github.com/alexliesenfeld/httpmock/blob/master/tests/).
The [official documentation](http://alexliesenfeld.github.io/httpmock) and [reference docs](https://docs.rs/httpmock/) also contain _**a lot**_ of examples.
The [official website](http://alexliesenfeld.github.io/httpmock) and [reference docs](https://docs.rs/httpmock/) also contain _**a lot**_ of examples.

## License

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@
//!
//! # Usage
//!
//! See the [official documentation](http://alexliesenfeld.github.io/httpmock) a for detailed
//! See the [official website](http://alexliesenfeld.github.io/httpmock) a for detailed
//! API documentation.
//!
//! ## Examples
//!
//! You can find examples in the
//! [`httpmock` test directory](https://github.com/alexliesenfeld/httpmock/blob/master/tests/).
//! The [official documentation](http://alexliesenfeld.github.io/httpmock) and [reference docs](https://docs.rs/httpmock/)
//! The [official website](http://alexliesenfeld.github.io/httpmock) and [reference docs](https://docs.rs/httpmock/)
//! also contain _**a lot**_ of examples.
//!
//! ## License
Expand Down

0 comments on commit c508847

Please sign in to comment.