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}