Skip to content

Fix broken links#572

Merged
ecomodeller merged 2 commits intomainfrom
fix/broken-links
Feb 5, 2026
Merged

Fix broken links#572
ecomodeller merged 2 commits intomainfrom
fix/broken-links

Conversation

@ecomodeller
Copy link
Member

Adapt documentation to changes in #533

@ecomodeller ecomodeller linked an issue Feb 4, 2026 that may be closed by this pull request
@ecomodeller ecomodeller requested a review from jpalm3r February 4, 2026 08:54
Copy link
Contributor

@jpalm3r jpalm3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am trying to render the documentation locally and it fails because some paths do not exist. For example, in the second cell of Directional_data_comparison.qmd, ..\data\wave_dir.dfs0 does not exist. Maybe it should be ..\tests\testdata\wave_dir.dfs0?

@ecomodeller
Copy link
Member Author

ecomodeller commented Feb 4, 2026

data is a symbolic link, that was the only way I could get Quarto to re-use the testdata without creating copies in the docs directory.

❯ ls -l docs/data
lrwxrwxrwx 1 jan jan 17 Sep 19 15:08 docs/data -> ../tests/testdata

You can try to run it in GitHub Codespace.

Copy link
Contributor

@jpalm3r jpalm3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have just checked with codespaces and everything worked.

@ecomodeller ecomodeller merged commit 1026739 into main Feb 5, 2026
3 checks passed
@ecomodeller ecomodeller deleted the fix/broken-links branch February 5, 2026 09:34
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

Successfully merging this pull request may close these issues.

Broken documentation links

2 participants