When I make clean website, the platform links don't work in w3m, but I copied the link syntax from a page that works.
Details
- Reviewers
fernape vladlen carlavilla - Group Reviewers
releng docs - Commits
- R9:c9157026d4e1: hardware: Fix platform and support tier links
Diff Detail
- Repository
- R9 FreeBSD doc repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 69435 Build 66318: arc lint + arc unit
Event Timeline
You have implicit approval from doceng for these types of changes (fixing of incorrect links) according to the commiters guide.
| website/archetypes/release/hardware.adoc | ||
|---|---|---|
| 162 | Correct link for powerpc arch is: | |
| 178 | Correct link for powerpc arch is: | |
| website/content/en/releases/15.0R/hardware.adoc | ||
| 162 | Correct link for powerpc arch is: | |
| 178 | Correct link for powerpc arch is: | |
You have implicit approval from doceng for these types of changes
I know, I made this review because I still don't fully understand the links. I actually knowingly put the wrong links without review also in the first place as placeholders.
Thanks for the reviews!
crossref is macro defined in Ruby language in file shared/lib/InterDocumentReferencesMacro/extension.rb - it is the link inside of the document. Tecnicaly it works (and generates not what expected), link is correct macro in this context.
Other directories has definitions for extref, man, package and git. Directory shared is available both for website and documentation.