hermes
hermes copied to clipboard
Clean up broken links and old links in the repository
Closes: #2728
Description
Following the split of the repository, many links in the repository point to invalid locations or point to the old repository github.com/informalsystems/ibc-rs instead of github.com/informalsystems/hermes.
This PR updated the broken links everywhere. The links pointing to the old location have not been updated in the following files :
- The ADR files
- Almost all the files in the
.changelog
directory. The only files which have been updated are the ones in the subfolder.changelog/unreleased
since they still haven't been included inCHANGELOG.md
PR author checklist:
- [ ] Added changelog entry, using
unclog
. - [ ] Added tests: integration (for Hermes) or unit/mock tests (for modules).
- [ ] Linked to GitHub issue.
- [ ] Updated code comments and documentation (e.g.,
docs/
). - [ ] Tagged one reviewer who will be the one responsible for shepherding this PR.
Reviewer checklist:
- [ ] Reviewed
Files changed
in the GitHub PR explorer. - [ ] Manually tested (in case integration/unit/mock tests are absent).