From 3109f8144fae7b9a9cf9e49ab503fd7e67e94034 Mon Sep 17 00:00:00 2001 From: nathyong Date: Mon, 7 Nov 2022 02:38:40 -0800 Subject: [PATCH] Fix broken link in glossary.md The link was both malformed and did not point anywhere in particular. Closes #15208. PiperOrigin-RevId: 486607882 Change-Id: I4eeb309d3ddf04024426168cb3654874c24a270d --- site/en/reference/glossary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/reference/glossary.md b/site/en/reference/glossary.md index 9532e140067982..3a747dddd39df7 100644 --- a/site/en/reference/glossary.md +++ b/site/en/reference/glossary.md @@ -311,8 +311,8 @@ An identifier for a [target](#target). A fully-qualified label such as directory, `path/to/package` as the directory that contains the [`BUILD` file](#build-file) declaring the target, and `:target` as the name of the target declared in the aforementioned `BUILD` file. May also be prefixed with -`@my_repository//<..>` to indicate that the target is declared in an ]external -repository] named `my_repository`. +`@my_repository//<..>` to indicate that the target is declared in an [external +repository](/docs/external) named `my_repository`. ### Loading phase {:#loading-phase}