Skip to content

Commit a42e248

Browse files
committed
[docs] Fix two URLs
1 parent c40c00a commit a42e248

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The
44
format is based (to a large extent) on [Keep a Changelog](https://keepachangelog.com/).
55

66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
The entire *public API* is documented in the [API Reference](https://certlib-log.readthedocs.io/reference/)
7+
The entire *public API* is documented in the [API Reference](https://certlib-log.readthedocs.io/en/latest/reference/)
88
(with the proviso that *neither* any exception messages *nor* any source
99
code available there via the `<> Source code...` elements are part of the
1010
*public API*).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def example_with_no_text(temperature, pressure, debug_data_dict, calm=True):
127127
logger.debug(xm(debug_data_dict))
128128
```
129129

130-
You can find more examples in the [User's Guide](https://certlib-log.readthedocs.io/guide/).
130+
You can find more examples in the [User's Guide](https://certlib-log.readthedocs.io/en/latest/guide/).
131131

132132

133133
## Copyright and License

0 commit comments

Comments
 (0)