From 14307e00ebb8a9eb8f7c2c9da2504486e8d8dfde Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Wed, 15 Apr 2026 03:58:22 +0000
Subject: [PATCH] docs(fix): broken links and outdated references
---
CONTRIBUTING.md | 3 +--
README.md | 12 ++++++------
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 22efe92..dd946b7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,7 +12,7 @@
## Before You Start
-1. Use a compatible Hugo version (see [`config/_default/hugo.toml`](https://github.com/theNewDynamic/gohugo-theme-ananke/blob/main/config/_default/module.toml](https://github.com/theNewDynamic/gohugo-theme-ananke/blob/main/config/_default/module.toml)) for the current state).
+1. Use a compatible Hugo version (see [`config/_default/module.toml`](https://github.com/theNewDynamic/gohugo-theme-ananke/blob/main/config/_default/module.toml) for the current state).
2. Install dependencies:
```bash
@@ -58,7 +58,6 @@
* Main project overview: `README.md`
* Contributor docs: `CONTRIBUTING.md`
* Theme docs content: `docs/`
-* Docs site wrapper: `site/`
Please keep links relative where possible and remove stale references when updating pages.
diff --git a/README.md b/README.md
index 7ef7d41..2ff9a44 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,8 @@
Ananke supports both installation methods:
-* [Install as Hugo Module (recommended)](docs/installation/gohugo-module.md)
-* [Install as Git Submodule](docs/installation/git-submodule.md)
+* [Install as Hugo Module (recommended)](docs/en/installation/gohugo-module.md)
+* [Install as Git Submodule](docs/en/installation/git-submodule.md)
If you are new to Hugo, see Hugo's official quick start: [gohugo.io/getting-started/quick-start](https://gohugo.io/getting-started/quick-start/).
@@ -40,10 +40,10 @@
After installation, use these guides to configure your site:
-* [Getting Started](docs/getting-started.md)
-* [Configuration](docs/configuration/_index.md)
-* [Customisation](docs/customisation/_index.md)
-* [Troubleshooting](docs/troubleshooting.md)
+* [Getting Started](docs/en/getting-started.md)
+* [Configuration](docs/en/configuration/_index.md)
+* [Customisation](docs/en/customisation/_index.md)
+* [Troubleshooting](docs/en/troubleshooting.md)
## Support and Contributions
--
Gitblit v1.10.0