From 314f42b9db53de9968889ac85bb13feefccf3618 Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Mon, 12 Jun 2017 18:05:17 -0400 Subject: [PATCH] Fixed link on readme --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36e1931..ce287b3 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ mStream Express is a port of mStream Server that uses [Electron](https://electro ## Install From Source -[Install instructions are in the docs](docs/cli_arguments.md) +[Install instructions are in the docs](docs/install.md) diff --git a/docs/README.md b/docs/README.md index 73ac7e7..745caff 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ Welcome to the docs. ## Server Docs -* [Install from NPM on Ubuntu](install.md) +* [Install on Ubuntu](install.md) * [Install from Docker](docker.md) * [Server configuration options](cli_arguments.md) * [Server API](API.md)