From 4d8fcc1c5dd4eb8608417740bb6d6e4eeb8016c9 Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Sat, 8 May 2021 14:48:50 +0900 Subject: [PATCH] docs: change url of version-latest (#105346) --- doc/faq/app_not_upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq/app_not_upgrading.md b/doc/faq/app_not_upgrading.md index f1cda41a56..df1b36e132 100644 --- a/doc/faq/app_not_upgrading.md +++ b/doc/faq/app_not_upgrading.md @@ -17,7 +17,7 @@ There are a few ideas to fix this problem: So we let software be. Installing it with Homebrew Cask should make it behave the same as if you had installed it manually. But we also want to support software that does not auto-upgrade, so we add [`auto_updates true`](https://github.com/Homebrew/homebrew-cask/blob/62c0495b254845a481dacac6ea7c8005e27a3fb0/Casks/alfred.rb#L10) to casks of software that can do it, which excludes them from `brew upgrade`. -Casks which use [`version :latest`](https://docs.brew.sh/Cask-Cookbook.md#version-latest) are also excluded, because we have no way to track the version they’re in. It helps to ask the developers of such software to provide versioned releases (i.e. have the version in the path of the download `url`). +Casks which use [`version :latest`](https://docs.brew.sh/Cask-Cookbook#version-latest) are also excluded, because we have no way to track the version they’re in. It helps to ask the developers of such software to provide versioned releases (i.e. have the version in the path of the download `url`). If you still want to force software to be upgraded via Homebrew Cask, you can: