From bb4a145023ff0db774e69a16364e5ebd859a6bb5 Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Wed, 15 May 2024 16:21:14 -0700 Subject: [PATCH] Update RFC 9458 reference draft-ietf-ohai-ohttp has long since been published as RFC 9458, so update some links in the READMEs. --- README.md | 2 +- ohttp/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.