From 8fd44cac61265e742d655194038706d726ee2c1a Mon Sep 17 00:00:00 2001 From: Chris Pickard Date: Fri, 30 Mar 2018 19:25:45 -0400 Subject: [PATCH] fixed a couple paths in docs (#115) --- CLI.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLI.md b/CLI.md index b3de908f..f3a26ffa 100644 --- a/CLI.md +++ b/CLI.md @@ -8,7 +8,7 @@ by authentication or authorization. Everybody has "god mode"!_ Athens provides a basic CLI for the registry that makes it convenient to upload a new module, or new version of a module, to the server. Find the code -for it in the [./cli](./cli) directory, and build it with the following: +for it in the [./cli](./cmd/cli) directory, and build it with the following: ```console make cli diff --git a/README.md b/README.md index 9732f0de..513d7b61 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ After the `Starting application at 127.0.0.1:3000` is logged, the server is up a As you edit and save code, Buffalo will automatically restart the server. **This means that all of your modules will disappear** because the only storage driver is in-memory right now. -See [CLI](#CLI) for information on how to add modules back into the server. +See [CLI](./CLI.md) for information on how to add modules back into the server. ## Dependencies