diff options
author | Adam Spiers <github@adamspiers.org> | 2019-01-31 11:23:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-31 11:23:52 +0000 |
commit | a00380b8bf1451d8c3405dace8d5927428506eb0 (patch) | |
tree | c6eac9a2bb04bc556d66415ef84f7728975d2228 | |
parent | 45166151f6ec26ac04c53c7ff41217ffab78d917 (diff) | |
parent | 614a57f9f1188e1a2620c5413d4261c56fd103c1 (diff) | |
download | git-deps-a00380b8bf1451d8c3405dace8d5927428506eb0.tar.gz |
Merge pull request #86 from GarySmith/fix-link
Fix link in readme to USE-CASES.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ Motivation Sometimes it is useful to understand the nature of parts of this dependency graph, as its nature will impact the success or failure of operations including merge, rebase, cherry-pick etc. Please see [the -`USE-CASES.md` file](INSTALL.md) for more details. +`USE-CASES.md` file](USE-CASES.md) for more details. Installation |