From f7ec0b4d5355c21fa4ca5f9e40adc4df9467e015 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 26 Apr 2021 14:32:30 +0200 Subject: [PATCH] docs: fix token-reference anchor Co-authored-by: Rylan Polster --- docs/Cask-Cookbook.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Cask-Cookbook.md b/docs/Cask-Cookbook.md index d7b18c4dbf..9b474b4046 100644 --- a/docs/Cask-Cookbook.md +++ b/docs/Cask-Cookbook.md @@ -105,7 +105,7 @@ The first non-comment line in a Cask follows the form: cask "" do ``` -[``](token_reference.md) should match the Cask filename, without the `.rb` extension, +[``](#token-reference) should match the Cask filename, without the `.rb` extension, enclosed in single quotes. There are currently some arbitrary limitations on Cask tokens which are in the process of being removed. The Travis bot will catch any errors during the transition. @@ -1455,4 +1455,3 @@ When the token for a new Cask would otherwise conflict with the token of an alre If the token for a piece of unofficial software that interacts with a popular service would make it look official and the vendor is not authorised to use the name, [a prefix must be added](Acceptable-Casks.md#forks-and-apps-with-conflicting-names) for disambiguation. In cases where the prefix is ambiguous and would make the app appear official, the `-unofficial` suffix may be used. -