Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
consistent 'more info' links
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Aug 23, 2016
1 parent 3e8bec2 commit 28b9c83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/installation-deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docs/installation-rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 28b9c83

Please sign in to comment.