Skip to content

Commit ce9232a

Browse files
greggziglerniftynei
authored andcommitted
Changelog-None
1 parent c13dffe commit ce9232a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/STYLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ for programs to deal with them sanely, and also perform translations.
198198

199199
We use JSON schemas to validate that JSON-RPC returns are in the
200200
correct form, and also to generate documentation. See
201-
[WRITING_SCHEMAS.md](schemas/WRITING_SCHEMAS.md).
201+
[writing schemas manpage](schemas/WRITING_SCHEMAS.md).
202202

203203
## Changing JSON APIs
204204

doc/schemas/WRITING_SCHEMAS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ look like; in our case we use it in our testsuite to check that they
55
match command responses, and also use it to generate our
66
documentation.
77

8-
Yes, schemas are horrible to write, but they're damn useful. We can
9-
only use a subset of the full [https://json-schema.org/](JSON Schema
10-
Specification), but if you find that limiting it's probably a sign
11-
that you should simplify your JSON output.
8+
Yes, schemas are horrible to write, but they're damn useful. We can only
9+
use a subset of the full [JSON Schema Specification](https://json-schema.org/),
10+
but if you find that limiting it's probably a sign that you should simplify
11+
your JSON output.
1212

1313
## How to Write a Schema
1414

0 commit comments

Comments
 (0)