From 95c29736573dd64119f38cd8c79faff40a906173 Mon Sep 17 00:00:00 2001 From: Simon Roberts Date: Sun, 3 Oct 2021 16:33:10 +1100 Subject: [PATCH] Make direct links to docs site (#194) * Make direct links to docs site * Fix getting-started link --- README.md | 58 +++++++++++-------------------------------------------- 1 file changed, 11 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 3695b9f..aaf98d3 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,18 @@ In action ## Table of Contents +Documentation has been moved to [docs.cointop.sh](https://docs.cointop.sh/) + - [Features](#features) -- [Documentation](#documentation) -- [Install](#install) -- [Update](#update) -- [Getting Started](#getting-started) -- [Shortcuts](#shortcuts) -- [Colorschemes](#colorschemes) -- [Config](#config) -- [SSH server](#ssh-server) -- [FAQ](#faq) +- [Documentation](https://docs.cointop.sh/) +- [Install](https://docs.cointop.sh/install) +- [Update](https://docs.cointop.sh/update) +- [Getting started](https://docs.cointop.sh/getting-started) +- [Shortcuts](https://docs.cointop.sh/shortcuts) +- [Colorschemes](https://docs.cointop.sh/colorschemes) +- [Config](https://docs.cointop.sh/config) +- [SSH server](https://docs.cointop.sh/ssh) +- [FAQ](https://docs.cointop.sh/faq) - [Contributing](#contributing) - [Social](#social) - [Mentioned in](#mentioned-in) @@ -72,44 +74,6 @@ In action - Works on macOS, Linux, and Windows - It's very lightweight; can be left running indefinitely -## Documentation - -Documentation has been moved to [docs.cointop.sh](https://docs.cointop.sh/) - -Some helpful documentation links are provided below. - -## Install - -See [docs.cointop.sh/install](https://docs.cointop.sh/install) - -## Update - -See [docs.cointop.sh/update](https://docs.cointop.sh/update) - -## Getting Started - -See [docs.cointop.sh/getting-started](https://docs.cointop.sh/getting-started) - -## Shortcuts - -See [docs.cointop.sh/shortcuts](https://docs.cointop.sh/shortcuts) - -## Colorschemes - -See [docs.cointop.sh/colorschemes](https://docs.cointop.sh/colorschemes) - -## Config - -See [docs.cointop.sh/config](https://docs.cointop.sh/config) - -## SSH Server - -See [docs.cointop.sh/ssh](https://docs.cointop.sh/ssh) - -## FAQ - -See [docs.cointop.sh/faq](https://docs.cointop.sh/faq) - ## Contributing See [docs.cointop.sh/contributing](https://docs.cointop.sh/contributing)