From 13f0992d97777f0e2329ce14d97e0e01b0b80082 Mon Sep 17 00:00:00 2001 From: Alexander Liesenfeld Date: Sun, 1 Sep 2024 09:59:50 +0200 Subject: [PATCH] Improve docs --- README.md | 2 +- docs/website/src/content/docs/server/debugging.mdx | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4ddf4f..c6f5c46 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/website/src/content/docs/server/debugging.mdx b/docs/website/src/content/docs/server/debugging.mdx index d2944fd..3925426 100644 --- a/docs/website/src/content/docs/server/debugging.mdx +++ b/docs/website/src/content/docs/server/debugging.mdx @@ -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 diff --git a/src/lib.rs b/src/lib.rs index c029fca..1ee26be 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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