From a06b205fe5215c1a5ab63b4366fe7b02de48830a Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Sun, 13 May 2018 10:08:28 -0700 Subject: [PATCH] adding links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e29809d..cdb57fe 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Don't put a lot of code in the application directory. If you think the code can It's common to have a small `main` function that imports and invokes the code from the `/internal` and `/pkg` directories and nothing else. -See the `/cmd` directory for examples. +See the [`/cmd`](cmd/README.md) directory for examples. ### `/internal`