diff --git a/README.md b/README.md index 69efdad..3972f29 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Oblivious HTTP This is a rust implementation of [Oblivious -HTTP](https://ietf-wg-ohai.github.io/oblivious-http/draft-ietf-ohai-ohttp.html) +HTTP](https://www.rfc-editor.org/rfc/rfc9458.html) and the supporting [Binary HTTP Messages](https://www.rfc-editor.org/rfc/rfc9292.html). diff --git a/ohttp/README.md b/ohttp/README.md index 5ac73e3..a14293b 100644 --- a/ohttp/README.md +++ b/ohttp/README.md @@ -1,7 +1,7 @@ # Oblivious HTTP This is a rust implementation of [Oblivious -HTTP](https://ietf-wg-ohai.github.io/oblivious-http/draft-ietf-ohai-ohttp.html). +HTTP](https://www.rfc-editor.org/rfc/rfc9458.html). This work is undergoing active revision in the IETF and so are these implementations. Use at your own risk.