From 3964f7f9651d77ffc6befdc9cefbdbf96303eb4b Mon Sep 17 00:00:00 2001 From: Anthony Gauthier Date: Tue, 12 Sep 2023 14:13:41 -0400 Subject: [PATCH] docs: updated swagger URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b82ba3..f5b8b70 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ For example; 7. By using any HTTP client (Postman, Insomnia, cURL, etc.) communicate with the REST API to change your test's values ## Documentation -An API documentation [is available here](https://delirius325.github.io/jmeter-live-changes-config/), it is directly generated from the [swagger.yaml](docs/swagger.yaml). +An API documentation [is available here](https://anthonygauthier.github.io/jmeter-live-changes-config/), it is directly generated from the [swagger.yaml](docs/swagger.yaml). ---