From 3a01c97491782994c6734537a046e280d73ec321 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Wed, 31 Jul 2024 13:00:43 -0400 Subject: [PATCH] Fix link to quickstart guide It was using lowercase `readme.md` not `README.md`. --- docs/gemstash-private-gems.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gemstash-private-gems.7.md b/docs/gemstash-private-gems.7.md index 80f687ae..f68b60f1 100644 --- a/docs/gemstash-private-gems.7.md +++ b/docs/gemstash-private-gems.7.md @@ -5,7 +5,7 @@ Stashing private gems in your Gemstash server requires a bit of additional setup. If you haven’t read through the [Quickstart -Guide](../readme.md#quickstart-guide), you should do that first. By the +Guide](../README.md#quickstart-guide), you should do that first. By the end of this guide, you will be able to interact with your Gemstash server to store and retrieve your private gems.