Skip to content

Commit

Permalink
Issue #617 attempt to fix detection of "internal" links with link-ext…
Browse files Browse the repository at this point in the history
…ernal-filter config
  • Loading branch information
soxofaan committed Sep 12, 2024
1 parent b58fdb6 commit 6d55927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ format:
file: custom.html
link-external-icon: true
link-external-newwindow: true
link-external-filter: '^(?:http:|https:)\/\/documentation.*dataspace.copernicus\/custom'
link-external-filter: '^(?:http:|https:)\/\/(documentation.dataspace.copernicus.eu|eu-cdse.github.io)\/'
bread-crumbs: true
ipynb-filters:
- notebook_filter.py

0 comments on commit 6d55927

Please sign in to comment.