From 5bd1b26ba88559ff01995f219f74d1336ecf87df Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Mon, 14 Sep 2026 15:55:19 +0300 Subject: [PATCH] Fix stale cross-references in recipes and user guide Four internal links pointed at filenames that no longer exist, most likely left behind after nearby pages were renumbered. Point each one at its actual target instead. --- recipes/20-embed-videos.qmd | 2 +- user_guide/32-table-previews.qmd | 2 +- user_guide/33-table-explorer.qmd | 2 +- user_guide/37-freeze.qmd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/20-embed-videos.qmd b/recipes/20-embed-videos.qmd index ebb0a24d..61393803 100644 --- a/recipes/20-embed-videos.qmd +++ b/recipes/20-embed-videos.qmd @@ -37,4 +37,4 @@ Keep video files small. Git repositories aren't ideal for large binary files. Fo ## More Options -For full details on aspect ratios, start times, accessibility labels, Vimeo, Loom, cross-referencing, and performance tips, see the [Videos](../user_guide/20-videos.qmd) page in the User Guide. +For full details on aspect ratios, start times, accessibility labels, Vimeo, Loom, cross-referencing, and performance tips, see the [Videos](../user_guide/22-videos.qmd) page in the User Guide. diff --git a/user_guide/32-table-previews.qmd b/user_guide/32-table-previews.qmd index 1da32c8b..36fd1006 100644 --- a/user_guide/32-table-previews.qmd +++ b/user_guide/32-table-previews.qmd @@ -21,7 +21,7 @@ mode, requires no JavaScript, and is safe to embed in RSS feeds, emails, or stat This guide walks through every feature, starting from the simplest Python call and building up to the Quarto shortcode, file format support, and advanced display options. For interactive tables with -sorting, filtering, and pagination, see the companion [Table Explorer](31-table-explorer.qmd) guide. +sorting, filtering, and pagination, see the companion [Table Explorer](33-table-explorer.qmd) guide. ## Quick Start diff --git a/user_guide/33-table-explorer.qmd b/user_guide/33-table-explorer.qmd index c04f7002..95308bec 100644 --- a/user_guide/33-table-explorer.qmd +++ b/user_guide/33-table-explorer.qmd @@ -8,7 +8,7 @@ versions: ">=0.10" # Table Explorer The `tbl_explorer()` function generates an interactive table widget from tabular data. Where -[`tbl_preview()`](30-table-previews.qmd) produces a static, JavaScript-free snapshot of a dataset, +[`tbl_preview()`](32-table-previews.qmd) produces a static, JavaScript-free snapshot of a dataset, `tbl_explorer()` embeds all rows as inline JSON and progressively enhances a static fallback table with interactive controls: sorting, token-based filtering, pagination, column toggling, copy-to-clipboard, and CSV download. diff --git a/user_guide/37-freeze.qmd b/user_guide/37-freeze.qmd index 7ab0a37a..8464ae9c 100644 --- a/user_guide/37-freeze.qmd +++ b/user_guide/37-freeze.qmd @@ -479,4 +479,4 @@ needing your computational environment. detailed examples and CI patterns - [Freeze Demo](../recipes/freeze-demo.qmd): a live page with frozen outputs you can inspect - [Configuration](configuration.qmd): all `great-docs.yml` options including `pre_render` -- [Publishing](publishing.qmd): deploying your site to GitHub Pages, Netlify, or other hosts +- [Publishing](14-deployment.qmd): deploying your site to GitHub Pages, Netlify, or other hosts