diff --git a/README.md b/README.md
index 164cbc1..3d697d6 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The default theme for [Ghost](http://github.com/tryghost/ghost/). This is the la
Ghost uses a simple templating language called [Handlebars](http://handlebarsjs.com/) for its themes.
-This theme has lots of code comments to help explain what's going on just by reading the code. Once you feel comfortable with how everything works, we also have full [theme API documentation](https://ghost.org/docs/api/handlebars-themes/) which explains every possible Handlebars helper and template.
+This theme has lots of code comments to help explain what's going on just by reading the code. Once you feel comfortable with how everything works, we also have full [theme API documentation](https://ghost.org/docs/themes/) which explains every possible Handlebars helper and template.
**The main files are:**
diff --git a/SECURITY.md b/SECURITY.md
index 9fa77b7..342df0e 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -4,6 +4,6 @@ Potential security vulnerabilities can be reported directly us at `security@ghos
The full, up-to-date details of our security policy and procedure can always be found in our documentation:
-https://ghost.org/docs/concepts/security/
+https://ghost.org/docs/security/
-Please refer to this before emailing us. Thanks for helping make Ghost safe for everyone 🙏.
\ No newline at end of file
+Please refer to this before emailing us. Thanks for helping make Ghost safe for everyone 🙏.
diff --git a/default.hbs b/default.hbs
index b7e149f..73ec872 100644
--- a/default.hbs
+++ b/default.hbs
@@ -33,7 +33,7 @@
Latest Posts
{{#if @site.facebook}}Facebook{{/if}}
{{#if @site.twitter}}Twitter{{/if}}
- Ghost
+ Ghost
diff --git a/package.json b/package.json
index d21ace8..7b1dce3 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",
- "url": "https://ghost.org"
+ "url": "https://ghost.org/"
},
"gpm": {
"type": "theme",