From 9c896220bcc55086b4a0f86cd5d0f3f40aa5f49c Mon Sep 17 00:00:00 2001 From: Josh Meek Date: Wed, 7 Oct 2020 16:36:26 -0400 Subject: [PATCH] Fix documentation links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b084f5ec..f584ed3a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the command line interface for [Railway](https://railway.app). Use it to connect your code to Railways infrastructure without needing to worry about environment variables or configuration. -[View the docs](https://railway.app/docs/command-line) +[View the docs](https://railway.app/docs/cli) ## Installation @@ -25,7 +25,7 @@ npm i -g @railway/cli ## Documentation -[View the full documentation](https://railway.app/cli) +[View the full documentation](https://railway.app/docs/cli) ## Feedback