wiremock / wiremock.org

WireMock website, powered by Jekyll. Contributions are welcome!
https://wiremock.org/
MIT License
11 stars 49 forks source link

Issue on Serving HTTPs #267

Closed RangaSamudrala closed 5 months ago

RangaSamudrala commented 5 months ago

Page

/docs/https/

Details

In the last sentence, the link is incorrect: Here is an example of [how to do this with the Apache HTTP client](https://github.com/tomakehurst/wiremock/blob/3.4.2/src/main/java/com/github/tomakehurst/wiremock/http/HttpClientFactory.java).

Suggested Edits

Change from https://github.com/tomakehurst/wiremock/blob/3.4.2/src/main/java/com/github/tomakehurst/wiremock/http/client/HttpClientFactory.java

to https://github.com/wiremock/wiremock/blob/3.4.2/src/main/java/com/github/tomakehurst/wiremock/http/client/HttpClientFactory.java

References

No response