Fix release and PGP maintainer links in README and CONTRIBUTING #355
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR for?
This PR fixes issue #354
What is the purpose of this pull request?
Which aspect of floresta its being addresed?
Checklists
just lint;cargo test;Description
The README.md and CONTRIBUTING.md need a little fix in some links. Both either point to wrong or invalid resources.
Notes to the reviewers
In the introductory section of README.md, the pre-built binaries link was pointing to version
v0.4.0and the current version is0.7.0.It would be better to have a dynamic pointing to releases using github's
/releases/latestendpoint.The maintainer PGP key link pointee to a invalid link (blog.dlsouzadot.lol/assets/pgp.asc give a 404 HTTP error).
This PR simple changes
pgp.asctogpg.ascin the refered link in both README.md and CONTRIBUTING.md.