From dd32e4eedd811576252439a6471eab3290c73ea4 Mon Sep 17 00:00:00 2001 From: Nikita Skvortsov Date: Mon, 8 Aug 2016 14:50:33 +0300 Subject: [PATCH 1/2] Fix broken link The http://www.gfxhax.com/drinkshield/ points to a stub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9334574..e6870fd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ gitdown ![example of gitdown aborting a commit](http://geoffreylitt.com/files/gitdown-screenshot.png) -__gitdown__ is a script which moderates your git committing activity based on your blood alcohol content (BAC). It uses the [DrinkShield](http://www.gfxhax.com/drinkshield/) for Arduino as a breathalyzer, and a Ruby script as the git hook. +__gitdown__ is a script which moderates your git committing activity based on your blood alcohol content (BAC). It uses the [DrinkShield](http://shieldlist.org/gfxhax/drinkshield) for Arduino as a breathalyzer, and a Ruby script as the git hook. It was built for hackNY's spring 2013 hackathon by Alex Qin (@alexqin) and Geoffrey Litt (@geoffreylitt), and won first place there. From f98eacf8ed6df38dc89d1417829c2f0501d64cf8 Mon Sep 17 00:00:00 2001 From: Nikita Skvortsov Date: Mon, 8 Aug 2016 17:41:25 +0300 Subject: [PATCH 2/2] fix second link to drinkshield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6870fd..6f4220c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To use the script as a hook for the gitdown repo itself, copy it to the proper l cp commit-msg .git/hooks/ -Using this project requires an Arduino Uno with the [DrinkShield](http://www.gfxhax.com/drinkshield/) attachment. Open the `arduino_gitdown/arduino_gitdown.ino` file with the Arduino IDE and load it onto the Arduino. +Using this project requires an Arduino Uno with the [DrinkShield](http://shieldlist.org/gfxhax/drinkshield) attachment. Open the `arduino_gitdown/arduino_gitdown.ino` file with the Arduino IDE and load it onto the Arduino. Then, open the `.gitdown` config file and edit the three configuration parameters: - __mode__: This should be set to either "normal", "krunk", or "baller", corresponding to the modes described above.