Skip to content

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
sethvargo committed Jul 18, 2016
1 parent 6c4672d commit a1c6efe
Showing 7 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serf

* Website: https://www.serfdom.io
* Website: https://www.serf.io
* IRC: `#serfdom` on Freenode
* Mailing list: [Google Groups](https://groups.google.com/group/serfdom/)

@@ -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.serfdom.io/downloads.html)
First, [download a pre-built Serf binary](https://www.serf.io/downloads.html)
for your operating system or [compile Serf yourself](#developing-serf).

Next, let's start a couple Serf agents. Agents run until they're told to quit
@@ -87,7 +87,7 @@ cluster of the node failure.

Full, comprehensive documentation is viewable on the Serf website:

https://www.serfdom.io/docs
https://www.serf.io/docs

## Developing Serf

2 changes: 1 addition & 1 deletion demo/vagrant-cluster/README.md
Original file line number Diff line number Diff line change
@@ -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.serfdom.io/intro/getting-started/install.html).
checkout the [getting started guide](https://www.serf.io/intro/getting-started/install.html).
2 changes: 1 addition & 1 deletion ops-misc/debian/control
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Derp Ston <derpston@sleepygeek.org>
Build-Depends:
debhelper (>= 7.0.50~)
Homepage: https://www.serfdom.io/
Homepage: https://www.serf.io/

Package: serf
Architecture: amd64
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serf Website

This subdirectory contains the entire source for the [Serf website](https://www.serfdom.io).
This subdirectory contains the entire source for the [Serf website](https://www.serf.io).
This is a [Middleman](http://middlemanapp.com) project, which builds a static
site from these source files.

2 changes: 1 addition & 1 deletion website/config.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set :base_url, "https://www.serfdom.io/"
set :base_url, "https://www.serf.io/"

activate :hashicorp do |h|
h.name = "serf"
2 changes: 1 addition & 1 deletion website/scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
set -e

PROJECT="serf"
PROJECT_URL="www.serfdom.io"
PROJECT_URL="www.serf.io"
FASTLY_SERVICE_ID="7GrxRJP3PVBuqQbyxYQ0MV"

# Ensure the proper AWS environment variables are set
4 changes: 2 additions & 2 deletions website/source/layouts/layout.erb
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-45101516-1', 'serfdom.io');
ga('create', 'UA-45101516-1', 'serf.io');
ga('require', 'linkid');
ga('send', 'pageview');
</script>
@@ -122,7 +122,7 @@
"name": "Serf",
"alternateName": "Serf by HashiCorp",
"manufacturer": "HashiCorp",
"url": "https://www.serfdom.io",
"url": "https://www.serf.io",
"logo": "<%= File.join(base_url, image_path("logo_large.png")) %>",
"sameAs": [
"https://github.com/hashicorp/serf"

0 comments on commit a1c6efe

Please sign in to comment.