From 285b2e24942605cefc8274ffd7b80ed5ccdc7e16 Mon Sep 17 00:00:00 2001 From: Andrei Mouravski Date: Wed, 6 Feb 2013 16:55:37 -0800 Subject: [PATCH] Fixed a broken link. _ack was not pointing to the right place, because it seems src/ was added after the README was written. Uses the new relative path syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd669db..6a86cc7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Contributing Contributions are welcome, just make sure you follow the guidelines: - * Please add a header containing authors, license info, status and origin of the script (example [here](https://github.com/zsh-users/zsh-completions/blob/master/_ack)). + * Please add a header containing authors, license info, status and origin of the script (example [here](src/_ack)). * Please try to follow [Zsh completion style guide](https://github.com/zsh-users/zsh/blob/master/Etc/completion-style-guide). * Send a pull request or ask for committer access.