summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63fc136..f42623e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# achernar
-This repository contains the source code for Achernar's webservice at `https://achernar.dk`.
+This repository contains the source code for [Achernar's webservice](https://achernar.dk) at `https://achernar.dk`.
## Testing
@@ -14,7 +14,7 @@ server {
server_name localhost;
location = / {
- return 307 /html/about.html;
+ return 307 /html/achernar.html;
}
location = /apple-touch-icon.png {