Openscapes / quarto-website-tutorial

Example quarto site without R or Python
https://openscapes.github.io/quarto-website-tutorial
Creative Commons Attribution 4.0 International
49 stars 96 forks source link

Fix broken link #17

Closed stefaniebutland closed 2 years ago

stefaniebutland commented 2 years ago

Not sure why this gives 404: https://openscapes.github.io/quarto-website-tutorial/quarto-workflows/explore.qmd#confirm

something about a redirect sounds familiar from a previous link fix?

stefaniebutland commented 2 years ago

🤔 Julie updated link in this commit https://github.com/Openscapes/quarto-website-tutorial/commit/5265c570e57870cb8765f6bc67a255219bdf3a7d

stefaniebutland commented 2 years ago

other pages (RStudio & Jupyter) use html, not qmd in the link/explore.html#setup-github-action.

We should harmonize these when fixed

jules32 commented 2 years ago

Ah yes please update to .qmd which is the better approach (which I didn't know before): this will make it possible to make into a pdf or word and still have links (i.e. not reliant on .html).

jules32 commented 2 years ago

Aha! See https://github.com/Openscapes/quarto-website-tutorial/commit/5265c570e57870cb8765f6bc67a255219bdf3a7d#r78921889

stefaniebutland commented 2 years ago

fixed in https://github.com/Openscapes/quarto-website-tutorial/pull/18.

Opening new issue to make other links qmd not html