Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 03afa5a

Browse files
committed
Link the LICENSE title to LICENSE file
1 parent fdfcf69 commit 03afa5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,6 @@ open('output.json', 'w').write(json.dumps(post, indent=4))
238238

239239
To make a test filler file instead, do `post = t.mk_state_test_postfill(c, pre, True)`.
240240

241-
## Licence
241+
## License
242242

243-
See LICENCE
243+
See [LICENSE](LICENSE)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ To make your own state tests, use the tester module as follows:
365365
To make a test filler file instead, do
366366
``post = t.mk_state_test_postfill(c, pre, True)``.
367367

368-
Licence
368+
License
369369
-------
370370

371-
See LICENCE
371+
See `LICENSE <LICENSE>`_

0 commit comments

Comments
 (0)