summaryrefslogtreecommitdiffhomepage
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/LICENSES.txt2
-rw-r--r--dist/README.txt4
-rw-r--r--dist/init/linux-systemd/README.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/dist/LICENSES.txt b/dist/LICENSES.txt
index 83c2ea97b..118290311 100644
--- a/dist/LICENSES.txt
+++ b/dist/LICENSES.txt
@@ -5,7 +5,7 @@ as to be in full compliance with the licenses of all bundled property.
###
-### github.com/mholt/caddy
+### github.com/caddyserver/caddy
###
Apache License
diff --git a/dist/README.txt b/dist/README.txt
index 9197c15aa..15da2140e 100644
--- a/dist/README.txt
+++ b/dist/README.txt
@@ -10,7 +10,7 @@ Twitter
@caddyserver
Source Code
- https://github.com/mholt/caddy
+ https://github.com/caddyserver/caddy
https://github.com/caddyserver
@@ -27,7 +27,7 @@ and we'll review it! Your contributions will reach millions
of people who connect to sites served by Caddy.
Extend Caddy by developing a plugin for it! Instructions on
-the project wiki: https://github.com/mholt/caddy/wiki
+the project wiki: https://github.com/caddyserver/caddy/wiki
And thanks - you're awesome!
diff --git a/dist/init/linux-systemd/README.md b/dist/init/linux-systemd/README.md
index 49cafc7b2..1b85ebaf7 100644
--- a/dist/init/linux-systemd/README.md
+++ b/dist/init/linux-systemd/README.md
@@ -91,7 +91,7 @@ Install the systemd service unit configuration file, reload the systemd daemon,
and start caddy:
```bash
-wget https://raw.githubusercontent.com/mholt/caddy/master/dist/init/linux-systemd/caddy.service
+wget https://raw.githubusercontent.com/caddyserver/caddy/master/dist/init/linux-systemd/caddy.service
sudo cp caddy.service /etc/systemd/system/
sudo chown root:root /etc/systemd/system/caddy.service
sudo chmod 644 /etc/systemd/system/caddy.service