Skip to content

Commit

Permalink
Bugfix docs link to VSS interoperability
Browse files Browse the repository at this point in the history
Github pages have some ideosyncracies.  If a link points to "file.md"
then GitHub seems to render the raw file (not even interpreting
Markdown).

In order to get the nicely-generated HTML pages, and stay within the
GitHub pages, we need to link to simply: "file"

I believe changing this instead breaks the link if navigating from
within the markdown document inside the code base. :-(  But we
prioritize the GitHub pages for documentation so this has to be done!

Signed-off-by: Gunnar Andersson <[email protected]>
  • Loading branch information
gunnar-mb committed Jan 24, 2024
1 parent 605c32f commit c1fdfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static-general-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ that have a name, a datatype, a unit and meaning but the transfer of data is
defined by separate protocols built on top of VSS. In other words, VSS
typically uses the the second interpretation, and VSS Signals can then be
represented by Properties in IFEX. (Refer to the [separate
analysis](static-vss_integration_proposal.md) of the IFEX/VSS relationship).
analysis](static-vss_integration_proposal) of the IFEX/VSS relationship).

--------------------

Expand Down

0 comments on commit c1fdfc0

Please sign in to comment.