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 4622079 commit 13f0992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ All received query parameter values:
1. word=hello

Matcher: query_param
Docs: https://docs.rs/httpmock/0.8.0/httpmock/struct.When.html#method.query_param
Docs: https://docs.rs/httpmock/0.8.0-alpha.1/httpmock/struct.When.html#method.query_param
```

# Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/website/src/content/docs/server/debugging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ All received query parameter values:
1. word=hello

Matcher: query_param
Docs: https://docs.rs/httpmock/0.8.0/httpmock/struct.When.html#method.query_param
Docs: https://docs.rs/httpmock/0.8.0-alpha.1/httpmock/struct.When.html#method.query_param
```

## Logs
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
//! 1. word=hello
//!
//! Matcher: query_param
//! Docs: https://docs.rs/httpmock/0.8.0/httpmock/struct.When.html#method.query_param
//! Docs: https://docs.rs/httpmock/0.8.0-alpha.1/httpmock/struct.When.html#method.query_param
//! ```
//!
//! # Usage
Expand Down

0 comments on commit 13f0992

Please sign in to comment.