Skip to content

Commit 2316cca

Browse files
committed
docs: fix mod_tls link in README
Previously the README linked to `https://github.com/icing/mod_tls`, but this repo has been removed and the code is now upstreamed into Apache HTTPD. This commit replaces it with a pointer to the docs for `mod_tls`, which in turn lists the relevant source file.
1 parent 1dec438 commit 2316cca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ need further evaluation and will most likely change significantly in the future.
236236

237237
The `rustls_server_config_builder_set_hello_callback` and its provided information
238238
in `rustls_client_hello` will change. The current design is a snapshot of the
239-
implementation efforts in [mod_tls](https://github.com/icing/mod_tls) to provide
239+
implementation efforts in
240+
[mod_tls](https://httpd.apache.org/docs/2.4/mod/mod_tls.html) to provide
240241
`rustls`-based TLS as module for the Apache webserver.
241242

242243
For a webserver hosting multiple domains on the same endpoint, it is highly desirable

0 commit comments

Comments
 (0)