diff --git a/_config.yml b/_config.yml
index 27354bd0..6365fc64 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,7 +14,7 @@ deploy-link:
blog-link:
internal: blog.html
plugin-link:
- internal: repo.html
+ internal: plugins.html
contribute-link:
internal: contribute.md
diff --git a/_data/general/footer.yml b/_data/general/footer.yml
index 47aae7a1..bf29e5bd 100644
--- a/_data/general/footer.yml
+++ b/_data/general/footer.yml
@@ -9,7 +9,7 @@
- name: News
internal: news.html
- name: Plugin Repo
- internal: repo.html
+ site: plugin-link
- title: Ecosystem
link:
diff --git a/_includes/block/plugins.html b/_includes/block/plugins.html
index ecf312b0..628b1fe1 100644
--- a/_includes/block/plugins.html
+++ b/_includes/block/plugins.html
@@ -4,7 +4,7 @@
Plugin Repository
Explore plugins provided by the community.
- Learn More
+ Learn More
diff --git a/extend/plugin/index.md b/extend/plugin/index.md
index e3be85e0..e8d5f0b8 100644
--- a/extend/plugin/index.md
+++ b/extend/plugin/index.md
@@ -16,4 +16,4 @@ Add *native printing capabilities* for your network connected printers to the we
You can find all tagged plugins on [PyPi](https://pypi.org/search/?q=inventree-plugin) and [GitHub](https://github.com/topics/inventreeplugins).
-We also offer a [plugin repo](../../repo.html) with a community driven list of plugins. We encourage you to add your own plugins.
+We also offer a [plugin repo](../../plugins.html) with a community driven list of plugins. We encourage you to add your own plugins.
diff --git a/repo.html b/plugins.html
similarity index 97%
rename from repo.html
rename to plugins.html
index f68f9465..78a308af 100644
--- a/repo.html
+++ b/plugins.html
@@ -1,7 +1,7 @@
---
layout: default
title: Plugin Repository
-permalink: /repo
+permalink: /plugins
---
diff --git a/use/maker.md b/use/maker.md
index 3863db5f..7f3550c0 100644
--- a/use/maker.md
+++ b/use/maker.md
@@ -12,5 +12,5 @@ buttons:
link: http://example.com
- text: lorem ipsum
link:
- internal: repo.html
+ site: plugn-link
---