diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json index 717f8f176..f7f040d11 100644 --- a/contrib/msggen/msggen/schema.json +++ b/contrib/msggen/msggen/schema.json @@ -9182,17 +9182,7 @@ "id": { "type": "pubkey", "description": [ - "The public key of the peer to terminate the connection. It can be discovered in the output of the listpeers command, which returns a set of peers:", - "{", - " 'peers':", - " [", - " {", - " 'id': '0563aea81...',", - " 'connected': true,", - " ...", - " }", - " ]", - "}" + "The public key of the peer to terminate the connection. It can be discovered as peer_id in the output of the listpeerchannels command." ] }, "force": { @@ -9216,8 +9206,8 @@ "Michael Hawkins <>." ], "see_also": [ - "lightning-connect(1)", - "lightning-listpeers(1)" + "lightning-connect(7)", + "lightning-listpeerchannels(7)" ], "resources": [ "Main web site: " @@ -24724,13 +24714,13 @@ ], "see_also": [ "lightning-cli(1)", - "lightning-listconfigs(1)", + "lightning-listconfigs(7)", "[writing plugins][writing plugins]" ], "resources": [ "Main web site: ", "", - "[writing plugins]: PLUGINS.md" + "[writing plugins]: https://docs.corelightning.org/docs/plugin-development" ], "examples": [ { diff --git a/doc/schemas/lightning-disconnect.json b/doc/schemas/lightning-disconnect.json index 036dddf9d..b38f79f46 100644 --- a/doc/schemas/lightning-disconnect.json +++ b/doc/schemas/lightning-disconnect.json @@ -15,17 +15,7 @@ "id": { "type": "pubkey", "description": [ - "The public key of the peer to terminate the connection. It can be discovered in the output of the listpeers command, which returns a set of peers:", - "{", - " 'peers':", - " [", - " {", - " 'id': '0563aea81...',", - " 'connected': true,", - " ...", - " }", - " ]", - "}" + "The public key of the peer to terminate the connection. It can be discovered as peer_id in the output of the listpeerchannels command." ] }, "force": { @@ -49,8 +39,8 @@ "Michael Hawkins <>." ], "see_also": [ - "lightning-connect(1)", - "lightning-listpeers(1)" + "lightning-connect(7)", + "lightning-listpeerchannels(7)" ], "resources": [ "Main web site: " diff --git a/doc/schemas/lightning-plugin.json b/doc/schemas/lightning-plugin.json index cd216da35..dc2b7fabb 100644 --- a/doc/schemas/lightning-plugin.json +++ b/doc/schemas/lightning-plugin.json @@ -177,13 +177,13 @@ ], "see_also": [ "lightning-cli(1)", - "lightning-listconfigs(1)", + "lightning-listconfigs(7)", "[writing plugins][writing plugins]" ], "resources": [ "Main web site: ", "", - "[writing plugins]: PLUGINS.md" + "[writing plugins]: https://docs.corelightning.org/docs/plugin-development" ], "examples": [ {