From 28b9c8319c272c9879e716b5580dfd22d2defb93 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 23 Aug 2016 12:19:14 +0300 Subject: [PATCH] consistent 'more info' links --- docs/installation-deb.md | 8 ++++---- docs/installation-rpm.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/installation-deb.md b/docs/installation-deb.md index b9c26d205a..25d6000be6 100644 --- a/docs/installation-deb.md +++ b/docs/installation-deb.md @@ -70,7 +70,7 @@ Or: service graphite-metrictank start ``` -[more information](https://packagecloud.io/raintank/raintank/install) +[more info](https://packagecloud.io/raintank/raintank/install) ## Set up java @@ -127,7 +127,7 @@ The log - should you need it - is at /var/log/cassandra/cassandra.log * Install elasticsearch with `sudo apt-get install apt-transport-https && sudo apt-get update && sudo apt-get install elasticsearch` -[more details on official page](https://www.elastic.co/guide/en/elasticsearch/reference/2.3/setup-repositories.html) +[more info](https://www.elastic.co/guide/en/elasticsearch/reference/2.3/setup-repositories.html) You can start it with default settings. @@ -231,7 +231,7 @@ EOF * Start zookeeper: `/opt/zookeeper/bin/zkServer.sh start` -([more details](https://zookeeper.apache.org/doc/r3.1.2/zookeeperStarted.html)) +([more info](https://zookeeper.apache.org/doc/r3.1.2/zookeeperStarted.html)) ### Kafka @@ -251,7 +251,7 @@ ln -s /opt/kafka_2.11-0.10.0.1 /opt/kafka The log - if you need it - lives at /opt/kafka/logs/server.log -([more details](https://kafka.apache.org/documentation.html#quickstart)) +([more info](https://kafka.apache.org/documentation.html#quickstart)) ## Configuration diff --git a/docs/installation-rpm.md b/docs/installation-rpm.md index fd4695d7a1..9efed31ea8 100644 --- a/docs/installation-rpm.md +++ b/docs/installation-rpm.md @@ -65,7 +65,7 @@ systemctl start graphite-metrictank ``` -[more information](https://packagecloud.io/raintank/raintank/install) +[more info](https://packagecloud.io/raintank/raintank/install) ## Set up java @@ -129,7 +129,7 @@ EOF * Install elasticsearch with `yum install elasticsearch` -[more details on official page](https://www.elastic.co/guide/en/elasticsearch/reference/2.3/setup-repositories.html) +[more info](https://www.elastic.co/guide/en/elasticsearch/reference/2.3/setup-repositories.html) You can start it with default settings. @@ -226,7 +226,7 @@ EOF * Start zookeeper: `/opt/zookeeper/bin/zkServer.sh start` -([more details](https://zookeeper.apache.org/doc/r3.1.2/zookeeperStarted.html)) +([more info](https://zookeeper.apache.org/doc/r3.1.2/zookeeperStarted.html)) ### Kafka @@ -246,7 +246,7 @@ ln -s /opt/kafka_2.11-0.10.0.1 /opt/kafka The log - if you need it - lives at /opt/kafka/logs/server.log -([more details](https://kafka.apache.org/documentation.html#quickstart)) +([more info](https://kafka.apache.org/documentation.html#quickstart)) ## Configuration