File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,9 @@ Use the following terms for the individual components:
8989
9090### Linking
9191
92- - Don't use URI for links pointing to files form this documentation
93- - Use URI when referring to remote locations
94- - Use absolute paths when pointing to files from other sections
95- - Use filename only without path when referring to a file in the same directory
92+ - Within a versioned collection (e.g. ` docs/_openvox_8x/ ` ), use relative links (` page.html ` )
93+ rather than absolute ` /openvox/latest/page.html ` links. Absolute ` /latest/ ` links silently
94+ cross version boundaries when a new major version is added.
95+ - Prefer ` page.html ` over ` ./page.html ` — the leading ` ./ ` is unnecessary.
96+ - When linking across collections (e.g. from ` _openvox_8x/ ` to ` _openvoxdb_8x/ ` ), use absolute paths (` /openvoxdb/latest/page.html ` ).
97+ - Use full URIs for external links only.
You can’t perform that action at this time.
0 commit comments