From 2f71cf74ae3e9bc78d4b599d8ba350cb8df95921 Mon Sep 17 00:00:00 2001 From: Vincenzo Imperati <61617279+VincenzoImp@users.noreply.github.com> Date: Tue, 30 Dec 2025 19:04:37 +0100 Subject: [PATCH] Fix typos and broken links across multiple NIPs (#2178) --- 46.md | 2 +- 66.md | 2 +- 71.md | 2 +- 72.md | 2 +- 88.md | 2 +- 90.md | 2 +- C0.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/46.md b/46.md index 17019649..af34b19d 100644 --- a/46.md +++ b/46.md @@ -204,7 +204,7 @@ _client_ should display (in a popup or new tab) the URL from the `error` field a ### Announcing _remote-signer_ metadata -_remote-signer_ MAY publish it's metadata by using [NIP-05](05.md) and [NIP-89](89.md). With NIP-05, a request to `/.well-known/nostr.json?name=_` MAY return this: +_remote-signer_ MAY publish its metadata by using [NIP-05](05.md) and [NIP-89](89.md). With NIP-05, a request to `/.well-known/nostr.json?name=_` MAY return this: ```jsonc { "names":{ diff --git a/66.md b/66.md index 89f5a5fa..9b467912 100644 --- a/66.md +++ b/66.md @@ -67,7 +67,7 @@ Tags include: - `frequency` - The frequency in seconds at which the monitor publishes events. - `timeout` (optional) - The timeout values for various checks conducted by a monitor. Index `1` is the monitor's timeout in milliseconds. Index `2` describes what test the timeout is used for. If no index `2` is provided, it is inferred that the timeout provided applies to all tests. - `c` - a lowercase string describing the checks conducted by a monitor. Examples include `open`, `read`, `write`, `auth`, `nip11`, `dns`, and `geo`. -- `g` - [NIP-52](https://github.com/nostr-protocol/nips/blob/master/11.md) geohash tag +- `g` - [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash tag Monitors SHOULD also publish a `kind 0` profile and a `kind 10002` relay selections event. diff --git a/71.md b/71.md index 303ec5a3..3068e7ad 100644 --- a/71.md +++ b/71.md @@ -26,7 +26,7 @@ The primary source of video information is the `imeta` tags which is defined in Each `imeta` tag can be used to specify a variant of the video by the `dim` & `m` properties. -This NIP defines the following additional `imeta` properties aside form those listen in [NIP-92](92.md) & [NIP-94](94.md): +This NIP defines the following additional `imeta` properties aside from those listed in [NIP-92](92.md) & [NIP-94](94.md): * `duration` (recommended) the duration of the video/audio in seconds (floating point number) * `bitrate` (recommended) the average bitrate of the video/audio in bits/sec diff --git a/72.md b/72.md index 9471cdb0..210376ec 100644 --- a/72.md +++ b/72.md @@ -41,7 +41,7 @@ The goal of this NIP is to enable public communities. It defines the replaceable ## Posting to a community -[NIP-22](NIP-22) kind 1111 events SHOULD be used for text notes posted to a community, with the `A` tag always scoped to the community definition. +[NIP-22](22.md) kind 1111 events SHOULD be used for text notes posted to a community, with the `A` tag always scoped to the community definition. ### Top-level posts diff --git a/88.md b/88.md index 331cd271..9971623f 100644 --- a/88.md +++ b/88.md @@ -48,7 +48,7 @@ Example Event The response event is a `kind:1018` event. It contains an e tag with the poll event it is referencing, followed by one or more response tags. -- **response** : The tag contains "response" as it's first positional argument followed by the option Id selected. +- **response** : The tag contains "response" as its first positional argument followed by the option Id selected. The responses are meant to be published to the relays specified in the poll event. diff --git a/90.md b/90.md index e39ce904..a33d90ab 100644 --- a/90.md +++ b/90.md @@ -58,7 +58,7 @@ All tags are optional. * ``: The way this argument should be interpreted. MUST be one of: * `url`: A URL to be fetched of the data that should be processed. * `event`: A Nostr event ID. - * `job`: The output of a previous job with the specified event ID. The dermination of which output to build upon is up to the service provider to decide (e.g. waiting for a signaling from the customer, waiting for a payment, etc.) + * `job`: The output of a previous job with the specified event ID. The determination of which output to build upon is up to the service provider to decide (e.g. waiting for a signaling from the customer, waiting for a payment, etc.) * `text`: `` is the value of the input, no resolution is needed * ``: If `event` or `job` input-type, the relay where the event/job was published, otherwise optional or empty string * ``: An optional field indicating how this input should be used within the context of the job diff --git a/C0.md b/C0.md index 65381871..de78fe87 100644 --- a/C0.md +++ b/C0.md @@ -25,7 +25,7 @@ The `.content` field contains the actual code snippet text. - `runtime` - Runtime or environment specification (e.g., "node v18.15.0", "python 3.11") - `license` - License under which the code (along with any related data contained within the event, when available, such as the description) is shared. This MUST be a standard [SPDX](https://spdx.org/licenses/) short identifier (e.g., "MIT", "GPL-3.0-or-later", "Apache-2.0") when available. An additional parameter containing a reference to the actual text of the license MAY be provided. This tag can be repeated, to indicate multi-licensing, allowing recipients to use the code under any license of choosing among the referenced ones - `dep` - Dependency required for the code to run (can be repeated) -- `repo` - Reference to a repository where this code originates. This MUST be a either standard URL or, alternatively, the address of a [NIP-34](34.md) Git repository announcement event in the form `"30617:<32-bytes hex a pubkey>:"`. If a repository announcement is referenced, a recommended relay URL where to find the event should be provided as an additional parameter +- `repo` - Reference to a repository where this code originates. This MUST be either a standard URL or, alternatively, the address of a [NIP-34](34.md) Git repository announcement event in the form `"30617:<32-bytes hex a pubkey>:"`. If a repository announcement is referenced, a recommended relay URL where to find the event should be provided as an additional parameter ## Format