Skip to content

Commit d3ef746

Browse files
committed
doc: fix broken links in 1.0.0-ANNOUNCEMENT.md
The recent move of 1.0.0-ANNOUNCEMENT.md (#1732) broke the relative links in the document. Signed-off-by: Lukas Puehringer <[email protected]>
1 parent e752193 commit d3ef746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/1.0.0-ANNOUNCEMENT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stable 1.0.0 release scheduled for January 2022. The release *will* include:
1010
serving as a more robust and yet more flexible stand-in replacement
1111
for the legacy client updater
1212

13-
As discussed in [ADR 2](docs/adr/0002-pre-1-0-deprecation-strategy.md), this
13+
As discussed in [ADR 2](https://github.com/theupdateframework/python-tuf/blob/develop/docs/adr/0002-pre-1-0-deprecation-strategy.md), this
1414
release *will not* include any legacy code, as its maintenance has become
1515
infeasible for the python-tuf team. The pre-1.0.0 deprecation strategy from ADR
1616
2 applies as follows:
@@ -21,7 +21,7 @@ prior to 1.0.0 will be considered, and merged (subject to normal review
2121
processes). Note that there may be delays due to the lack of developer resources
2222
for reviewing such pull requests.*
2323

24-
For the reasons outlined in [ADR 10](docs/adr/0010-repository-library-design.md
24+
For the reasons outlined in [ADR 10](https://github.com/theupdateframework/python-tuf/blob/develop/docs/adr/0010-repository-library-design.md
2525
), this release *will not yet* include a new *repository tool*. However, the new
2626
*metadata API* makes it easy to replicate the desired functionality tailored to
2727
the specific needs of any given repository (see *Migration* for details).
@@ -36,7 +36,7 @@ following migration support:
3636

3737
- detailed code documentation on
3838
[https://theupdateframework.readthedocs.io](https://theupdateframework.readthedocs.io/)
39-
- verbose [code examples](examples/) for *client updater* usage, and
39+
- verbose [code examples](https://github.com/theupdateframework/python-tuf/tree/develop/examples) for *client updater* usage, and
4040
repository-side operations based on the low-level *metadata API*
4141
- individual migration support upon
4242
[request](https://github.com/theupdateframework/python-tuf#contact)

0 commit comments

Comments
 (0)