Skip to content

Commit

Permalink
Update readme.md to link to MD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmainwork committed Sep 17, 2024
1 parent 1e5befc commit da2eb12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serf [![Build Status](https://github.com/hashicorp/serf/workflows/Checks/badge.svg)](https://github.com/hashicorp/serf/actions) [![Join the chat at https://gitter.im/hashicorp-serf/Lobby](https://badges.gitter.im/hashicorp-serf/Lobby.svg)](https://gitter.im/hashicorp-serf/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

* Website: https://www.serf.io
* Website: https://github.com/hashicorp/serf
* Chat: [Gitter](https://gitter.im/hashicorp-serf/Lobby)
* Mailing list: [Google Groups](https://groups.google.com/group/serfdom/)

Expand Down Expand Up @@ -28,7 +28,7 @@ Here are some example use cases of Serf, though there are many others:

## Quick Start

First, [download a pre-built Serf binary](https://www.serf.io/downloads.html)
First, [download a pre-built Serf binary](https://github.com/hashicorp/serf)
for your operating system, [compile Serf yourself](#developing-serf), or install
using `go get -u github.com/hashicorp/serf/cmd/serf`.

Expand Down Expand Up @@ -88,7 +88,7 @@ cluster of the node failure.

Full, comprehensive documentation is viewable on the Serf website:

https://www.serf.io/docs
https://github.com/hashicorp/serf/docs

## Developing Serf

Expand Down
2 changes: 1 addition & 1 deletion demo/vagrant-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ At this point the two nodes are running and you can SSH in to play with them:
...

To learn more about starting serf, joining nodes and interacting with the agent,
checkout the [getting started guide](https://www.serf.io/intro/getting-started/install.html).
checkout the [getting started guide](https://github.com/hashicorp/serf/docs/intro/getting-started/install.html).

0 comments on commit da2eb12

Please sign in to comment.