Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix document links #2

Open
denysvitali opened this issue Jun 8, 2024 · 0 comments
Open

Fix document links #2

denysvitali opened this issue Jun 8, 2024 · 0 comments

Comments

@denysvitali
Copy link
Contributor

It looks like there was an attempt to link sections of the document, but this ended up exposing your local file path (and your username):

As a specific case of MUST [use standard data formats](file:///C:/Users/U80872465/AppData/Local/Temp/07c5eb20-32a2-4dad-8870-7c64f6b72fda_output.zip.fda/output/index.html#238), you must use the ```string``` typed formats ```date```, ```date-time```, ```time```, ```duration```, or ```period``` for the definition of date and time properties. The formats are based on the standard [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339) internet profile -- a subset of [ISO 8601](https://datatracker.ietf.org/doc/html/rfc3339#ref-ISO8601)

I suggest you to replace these links with their appropriate way of linking headers - unfortunately this can't just be done with a simple sed replacement as the full section title name is needed.

## Section 1

## Section 2

As seen in [Section 1](#section-1), ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant