Page MenuHomePhabricator

[WEBSITE] Properly convert the links in the release page
ClosedPublic

Authored by Fabien on Feb 25 2022, 10:53.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCWEB1cbd4fe448a0: [WEBSITE] Properly convert the links in the release page
Summary

The release page embeds a copy of the release notes markdown if the file has not been archived yet (which is always the case with our release process). If this release notes has a markdown link, it will not be converted by our plugins because only the files with a front matter are considered. IN order for these links to show correctly, we must convert them manually, which is easy enough because we know the source and destination directories.

Note that the release not will work fine after it is archived, because then it is linked from the html version and converted appropriately (assuming the link is correct in the first place).

Depends on D11108.

Test Plan
./scripts/fetch_documentation.sh
bundle exec jekyll serve

Check in the release page (for 0.25.0) that the i2p.md link is now working.

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable