diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9525c60..907d24a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,4 +17,4 @@ Prefix each of these with `make DEBUG=on INTERNAL=off `:
* `email` will compile email mjml, and copy the text versions in to `build/data`.
* `copy` will copy iconography, html, language files and static data into `build/data`.
-See the [wiki](https://github.com/hrfee/jfa-go/wiki/Build) for more info.
+See the [wiki](https://jfa-go.com/docs/build/binary/) for more info.
diff --git a/README.md b/README.md
index 2a135f6..1c118ff 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[![Build Status](https://drone.hrfee.dev/api/badges/hrfee/jfa-go/status.svg?ref=refs/heads/main)](https://drone.hrfee.dev/hrfee/jfa-go)
[![Docker Hub](https://img.shields.io/docker/pulls/hrfee/jfa-go?label=docker)](https://hub.docker.com/r/hrfee/jfa-go)
[![Translation status](https://weblate.hrfee.pw/widgets/jfa-go/-/svg-badge.svg)](https://weblate.hrfee.pw/engage/jfa-go/)
+[![Docs/Wiki](https://img.shields.io/static/v1?label=documentation&message=jfa-go.com&color=informational)](https://jfa-go.com)
##### Downloads:
##### [docker](#docker) | [debian/ubuntu](#debian) | [arch (aur)](#aur) | [other platforms](#other-platforms)
@@ -102,7 +103,7 @@ Run the executable to start.
#### Build from source
If you're using docker, a Dockerfile is provided that builds from source.
-Otherwise, full build instructions can be found [here](https://github.com/hrfee/jfa-go/wiki/Build).
+Otherwise, full build instructions can be found [here](https://jfa-go.com/docs/build/).
#### Usage
Simply run `jfa-go` to start the application. A setup wizard will start on `localhost:8056` (or your own specified address). Upon completion, refresh the page.
diff --git a/ts/setup.ts b/ts/setup.ts
index 9107be0..5587dc4 100644
--- a/ts/setup.ts
+++ b/ts/setup.ts
@@ -215,7 +215,7 @@ html("language-description", window.lang.var("language", "description", `Mailgun`));
html("email-dateformat-notice", window.lang.var("email", "dateFormatNotice", `strftime.ninja`));
html("updates-description", window.lang.var("updates", "description", `buildrone`));
-html("messages-description", window.lang.var("messages", "description", `Wiki`));
+html("messages-description", window.lang.var("messages", "description", `Wiki`));
const settings = {
"jellyfin": {