From b5ac5297dc30be632f64d9e4c18645df8e2b77fd Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Thu, 23 Apr 2026 07:50:16 +0000
Subject: [PATCH] chore(fix): various paths changed to new org layout
---
CONTRIBUTING.md | 6 +++---
package.json | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 00605d9..ad30074 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -28,7 +28,7 @@
## Before You Start
-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).
+1. Use a compatible Hugo version (see [`config/_default/module.toml`](https://github.com/gohugo-ananke/theme/blob/main/config/_default/module.toml) for the current state).
2. Install dependencies:
```bash
@@ -55,8 +55,8 @@
## Reporting Bugs and Requesting Features
-* Open bugs in [GitHub Issues](https://github.com/theNewDynamic/gohugo-theme-ananke/issues).
-* Start feature or idea discussions in [GitHub Discussions](https://github.com/theNewDynamic/gohugo-theme-ananke/discussions).
+* Open bugs in [GitHub Issues](https://github.com/gohugo-ananke/theme/issues).
+* Start feature or idea discussions in [GitHub Discussions](https://github.com/gohugo-ananke/theme/discussions).
* Include clear reproduction steps, expected behaviour, actual behaviour, and versions (`hugo version`, OS, browser if relevant).
## Pull Request Workflow
diff --git a/package.json b/package.json
index 3351d30..515e619 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "@thenewdynamic/gohugo-theme-ananke",
+ "name": "@gohugo-ananke/theme",
"description": "Ananke: A theme for Hugo Sites",
"version": "2.13.0-prerelease.1",
"license": "MIT",
@@ -17,8 +17,8 @@
"url": "https://github.com/regisphilibert"
}
],
- "bugs": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues",
- "homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
+ "bugs": "https://github.com/gohugo-ananke/theme/issues",
+ "homepage": "https://github.com/gohugo-ananke/theme#readme",
"keywords": [
"hugo",
"hugo-theme",
--
Gitblit v1.10.0