diff --git a/CHANGELOG-2023.md b/CHANGELOG-2023.md index 7fc18fb69d..2e5cd764c7 100644 --- a/CHANGELOG-2023.md +++ b/CHANGELOG-2023.md @@ -233,7 +233,7 @@ Plot.bollingerY(aapl, {x: "Date", y: "Close", n: 20, k: 2}).plot() The [arrow mark](https://observablehq.com/plot/marks/arrow) supports a new **sweep** option to control the bend orientation. Below, we set this option to *-y* to draw arrows bulging right, independent of the relative vertical positions of its source and target. -[Detail of an arc diagram connecting characters in Les Misérables that appear in the same chapters.](https://observablehq.com/@observablehq/plot-arc-diagram?intent=fork) +[Detail of an arc diagram connecting characters in Les Misérables that appear in the same chapters.](https://observablehq.com/@observablehq/plot-arc-diagram) ```js Plot.plot({ diff --git a/docs/.vitepress/markdown-it-plot.ts b/docs/.vitepress/markdown-it-plot.ts index eb6253f421..c4f101fe89 100644 --- a/docs/.vitepress/markdown-it-plot.ts +++ b/docs/.vitepress/markdown-it-plot.ts @@ -26,7 +26,7 @@ export default function plot(md) { directives.includes("hidden") ? `
\n` : href - ? `Fork` + ? `Fork` : "" }`; if (/^Plot\.plot\(/.test(content)) { diff --git a/docs/.vitepress/theme/ExamplesGrid.vue b/docs/.vitepress/theme/ExamplesGrid.vue index 9b1d056cae..8074ac9d10 100644 --- a/docs/.vitepress/theme/ExamplesGrid.vue +++ b/docs/.vitepress/theme/ExamplesGrid.vue @@ -49,7 +49,7 @@ onUnmounted(() => {