From 1bb73760c2e8b6edbc664717086b8cb923f1a533 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Mon, 4 Jul 2016 11:55:48 -0700 Subject: [PATCH] Remove link to blog post that has gone 404 Improving my git workflow doesn't look like its ever coming back, so get rid of the temporary whitelisting --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 932d2ea00..608938159 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot README.md --allow-dupe --allow-redirect --white-list http://hoth.entp.com/2008/11/10/improving-my-git-workflow + - awesome_bot README.md --allow-dupe --allow-redirect diff --git a/README.md b/README.md index 126d75e16..3a2735792 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi * git-outgoing - Michael Markert's [dotfiles](https://github.com/cofi/dotfiles) * git-pie-ify - JeeBak Kim's [gist](https://gist.github.com/jeebak/f9088cede18d31f2d3a0) * git-plotrepo - Matthew McCullogh's [scripts collection](https://github.com/matthewmccullough/scripts/blob/master/git-plotrepo.rb) -* git-promote - Trevor's [Improving My git Workflow](http://hoth.entp.com/2008/11/10/improving-my-git-workflow) blog post +* git-promote - Trevor's Improving My git Workflow blog post (404 now) * git-prune-branches - Michael Demmer in [jut-io/git-scripts](https://github.com/jut-io/git-scripts/blob/master/bin/git-prune-branches) * git-publish - Michael Markert's [dotfiles](https://github.com/cofi/dotfiles) * git-purge-from-history - David Underhill’s blog