From 858db011d8a4114d6dbf6a17c4ccb204188f0627 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Tue, 6 Aug 2013 10:24:14 +0200 Subject: [PATCH] Point README.rst to master/examples rather than develop --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ec5a44d..f8670a9 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ The world's easiest to use implicit argument system w/ chaining methods for filt Run the various executables in examples_ to get a good feel for what Clint offers. -.. _examples: https://github.com/kennethreitz/clint/tree/develop/examples +.. _examples: https://github.com/kennethreitz/clint/tree/master/examples You'll never want to not use it.