diff --git a/index.html b/index.html
index ee7c928..8a82310 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
-
mitchel.io
+ Mitchell Gerber
diff --git a/readme.md b/readme.md
index 0d86a2c..1062cdf 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ Sensor information is stored in MongoDB. [ChartJS](http://www.chartjs.org/) is t
## How posts are loaded
- metadata.js recursivly scans the posts folder for markdown files and then parses each into into a json object
- the posts folder is then copied into the dist folder
-[More information here](http://mitchel.io/post/Web%20Stuff/2016-09-19-loading-content)
+[More information here](http://mitchellgerber.com/post/Web%20Stuff/2016-09-19-loading-content)
## Installation
- `npm run deploy`
diff --git a/server/controller/redirect.go b/server/controller/redirect.go
index 35299bd..b69935d 100644
--- a/server/controller/redirect.go
+++ b/server/controller/redirect.go
@@ -13,7 +13,7 @@ func DiscordRedirect(w http.ResponseWriter, r *http.Request, _ httprouter.Params
// Redirect to vpn
func VPNRedirect(w http.ResponseWriter, r *http.Request, _ httprouter.Params) {
- http.Redirect(w, r, "https://mitchel.io:943", 301)
+ http.Redirect(w, r, "https://mitchellgerber.com:943", 301)
}
// Redirect to security cameras