Skip to content

Commit 4ffb176

Browse files
committed
f Fix LSPS0 links
1 parent fb5b81a commit 4ffb176

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blip-0055.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,20 +354,20 @@ The LSP creates a timestamp of when the notification is
354354
created, then signs both the timestamp and the above body.
355355

356356
The signature is by the LSP using its node ID for signing
357-
as described in [<LSPS0 ln_signature>][].
357+
as described in <[LSPS0.ln_signature][]>.
358358

359-
[<LSPS0 ln_signature>]: ./blip-0050.md#link-lsps0ln_signature
359+
[LSPS0.ln_signature]: ./blip-0050.md#link-lsps0ln_signature
360360

361361
The message to be signed is the following JSON string template:
362362

363363
"LSPS5: DO NOT SIGN THIS MESSAGE MANUALLY: LSP: At ${timestamp} I notify ${body}"
364364

365365
Where `${timestamp}` is the timestamp, in ISO8601
366-
date format `YYYY-MM-DDThh:mm:ss.uuuZ` [<LSPS0 datetime>][],
366+
date format `YYYY-MM-DDThh:mm:ss.uuuZ` <[LSPS0.datetime][]>,
367367
and `${body}` is the exact and complete JSON serialization of
368368
the above webhook notification object.
369369

370-
[<LSPS0 datetime>]: ./blip-0050.md#link-lsps0datetime
370+
[LSPS0.datetime]: ./blip-0050.md#link-lsps0datetime
371371

372372
For example, if the timestamp is `2023-05-04T10:52:58.395Z`
373373
and the webhook notification object is the exact ASCII sequence
@@ -397,7 +397,7 @@ following hex dump:
397397
```
398398

399399
The resulting signature is a zbase32-formatted string.
400-
See [<LSPS0 ln_signature>][] for more information.
400+
See <[LSPS0 ln_signature][]> for more information.
401401

402402
The timestamp, signature, and webhook notification object are sent
403403
to the notification delivery service based on the protocol of the

0 commit comments

Comments
 (0)