From 0525b652daa0b06170638c19b666d058a2b752df Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Tue, 10 Apr 2018 16:48:34 -0400 Subject: [PATCH] Link to CLI_EXAMPLES from CLI.md and QUICKSTART.md Signed-off-by: Vladimir Diaz --- docs/CLI.md | 3 ++- docs/QUICKSTART.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/CLI.md b/docs/CLI.md index 182599ad..7967b681 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -1,6 +1,7 @@ # CLI # -Note: This is a work in progress and subject to change. +Note: This is a work in progress and subject to change. See +[CLI_EXAMPLES.md](CLI_EXAMPLES.md) for more complex examples. ## Create a repository ## diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 9f873c5a..9aaebd5a 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -31,6 +31,6 @@ $ client.py --repo http://localhost:8001 testfile ``` -See [CLI.md](CLI.md) to learn about the other supported CLI options. A -[tutorial](TUTORIAL.md) is also available, and intended for users that want -more control over the creation process. +See [CLI.md](CLI.md) and [CLI_EXAMPLES.md](CLI_EXAMPLES.md) to learn about the +other supported CLI options. A [tutorial](TUTORIAL.md) is also available, and +intended for users that want more control over the repo creation process.