From 3888852f55a590c2cae1b248274fd4a198a839e7 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Wed, 9 Aug 2017 15:50:49 -0700 Subject: [PATCH] Fixed broken link to Travis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdfcf67c..1e198a1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LearnGitBranching -[![Build Status](https://travis-ci.org/pcottle/learnGitBranching.svg?branch=master)](https://travis-ci.org/pcottlele/learnGitBranching) +[![Build Status](https://travis-ci.org/pcottle/learnGitBranching.svg?branch=master)](https://travis-ci.org/pcottle/learnGitBranching) LearnGitBranching is a git repository visualizer, sandbox, and series of educational tutorials and challenges. Its primary purpose is to help developers understand git through the power of visualization (something that's absent when working on the command line).