From 208798569bf1c8028e74a191881d2121a57e214e Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 15 Apr 2024 12:53:27 -0300 Subject: [PATCH] README: fix broken link to L402 Protocol Standard --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af71e0..8ed056a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ non-custodial on/off ramp for the Lightning Network. Aperture is a HTTP 402 reverse proxy that supports proxying requests for gRPC (HTTP/2) and REST (HTTP/1 and HTTP/2) backends using the [L402 Protocol -Standard](https://lsat.tech/). L402 is short for: the Lightning HTTP 402 +Standard][l402]. L402 is short for: the Lightning HTTP 402 protocol. L402 combines HTTP 402, macaroons, and the Lightning Network to create a new standard for authentication and paid services on the web. @@ -23,6 +23,8 @@ novel constructs such as automated tier upgrades. In another light, this can be viewed as a global HTTP 402 reverse proxy at the load balancing level for web services and APIs. +[l402]: https://github.com/lightninglabs/L402 + ## Installation / Setup **lnd**