From 86995a135e8c1a266b9f8fdfdf15ee1118ed4eca Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Sat, 2 May 2020 15:47:16 -0300 Subject: [PATCH] replace broken link to linux-mag with its latest archive.org backup --- zsh-completions-howto.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-completions-howto.org b/zsh-completions-howto.org index ccb5323..6b5dd1d 100644 --- a/zsh-completions-howto.org +++ b/zsh-completions-howto.org @@ -441,5 +441,5 @@ Note this only applies to utility functions that use ACTIONs in their specificat * Other resources [[https://wikimatze.de/writing-zsh-completion-for-padrino/][Here]] is a nicely formatted short tutorial showing basic usage of the _arguments function, -and [[http://www.linux-mag.com/id/1106/][here]] is a slightly more advanced tutorial using the _arguments function. +and [[https://web.archive.org/web/20190411104837/http://www.linux-mag.com/id/1106/][here]] is a slightly more advanced tutorial using the _arguments function. [[http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Completion-System][Here]] is the zshcompsys man page.