From dd6e146b745e2c5b60180de27c25f7604f0e0a70 Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Mon, 12 Jan 2015 12:14:51 +0100 Subject: [PATCH] Fix broken links to the man pages --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25478c96..f5131937 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Git Media Command line tool for managing large files on GitHub. -See the [Git Media overview](https://github.com/github/git-media/tree/master/docs) and [man pages](https://github.com/github/git-media/tree/master/man). +See the [Git Media overview](https://github.com/github/git-media/tree/master/docs) and [man pages](https://github.com/github/git-media/tree/master/docs/man). diff --git a/docs/README.md b/docs/README.md index fc03599c..bf8a0870 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ file from a Git Media server. * The Client * [Specification](spec.md) - * [Commands](../man) + * [Commands](man) * The Server * [API](api.md)