From b1e8664e1bdecdbf9d9149b6a4997c0a9d1b825a Mon Sep 17 00:00:00 2001 From: Theano Petersen Date: Sat, 11 Jul 2026 15:25:08 -0700 Subject: [PATCH] BULK Fix broken link BrokenLinks from 6/24/2026 Content Quality report See work item https://dev.azure.com/msft-skilling/Content/_workitems/edit/593149 --- Contribute/content/code-in-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contribute/content/code-in-docs.md b/Contribute/content/code-in-docs.md index d43d332f..41c93ec2 100644 --- a/Contribute/content/code-in-docs.md +++ b/Contribute/content/code-in-docs.md @@ -418,7 +418,7 @@ You can reference a cell in a Jupyter notebook as a code snippet. In order to re 1. Name the cell by adding cell metadata in the Jupyter notebook. - * In Jupyter, you can [edit cell metadata](https://jupyterbook.org/content/metadata.html#adding-tags-using-notebook-interfaces) by first enabling the the cell toolbar: **View > Cell Toolbar > Edit Metadata**. + * In Jupyter, you can [edit cell metadata](https://jupyterbook.org/stable/execution/execution/#label-reference-and-embed-an-output) by first enabling the the cell toolbar: **View > Cell Toolbar > Edit Metadata**. * Once the cell toolbar is enabled, select **Edit Metadata** on the cell you wish to name. * Or you can edit metadata directly in the notebook's JSON structure.