diff options
author | Janosch Schwalm <janosch.schwalm@gmail.com> | 2018-08-07 20:42:02 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-08-07 20:42:01 +0200 |
commit | 19b925e741fa46d2222210469a4dffc34a634ebd (patch) | |
tree | 7a426724df64bdfcbe68d1688cb08c0f51e600a7 /plugins/mix-fast | |
parent | e934624b32f8c370306355ab8a78667a5a6240d3 (diff) | |
download | zsh-19b925e741fa46d2222210469a4dffc34a634ebd.tar.gz zsh-19b925e741fa46d2222210469a4dffc34a634ebd.tar.bz2 zsh-19b925e741fa46d2222210469a4dffc34a634ebd.zip |
use https everywhere (#6574)
* use https everywhere
* use https links on the files that are left
Also, removed some broken links and updated redirections.
Diffstat (limited to 'plugins/mix-fast')
-rw-r--r-- | plugins/mix-fast/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mix-fast/README.md b/plugins/mix-fast/README.md index 9a5eccc3f..644f12409 100644 --- a/plugins/mix-fast/README.md +++ b/plugins/mix-fast/README.md @@ -8,7 +8,7 @@ to update cache you should remove .mix_tasks file Inspired by and based on rake-fast zsh plugin. -This is entirely based on [this pull request by Ullrich Schäfer](https://github.com/robb/.dotfiles/pull/10/), which is inspired by [this Ruby on Rails trick from 2006](http://weblog.rubyonrails.org/2006/3/9/fast-mix-task-completion-for-zsh/). +This is entirely based on [this pull request by Ullrich Schäfer](https://github.com/robb/.dotfiles/pull/10/), which is inspired by [this Ruby on Rails trick from 2006](https://weblog.rubyonrails.org/2006/3/9/fast-rake-task-completion-for-zsh/). ## Installation @@ -25,4 +25,4 @@ You might consider adding `.mix_tasks` to your [global .gitignore](https://help. `mix`, then press tab -Currently maintained by [styx](https://github.com/styx/)
\ No newline at end of file +Currently maintained by [styx](https://github.com/styx/) |