From 45475720a621b24c12fc2fd176e20a0462d8e5fc Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Sat, 18 Apr 2026 05:18:38 +0000 Subject: [PATCH] docs(fix): add v2 to Hugo module replacement --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 9143e7a..36aa5f9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ > > The following steps should suffice to update your references if you have not changed the setup: > -> **For Hugo Modules:** search and replace all instances of `theNewDynamic/gohugo-theme-ananke` with `gohugo-ananke/theme` in your site's configuration and run `hugo mod tidy` to update the module dependencies. +> **For Hugo Modules:** search and replace all instances of `github.com/theNewDynamic/gohugo-theme-ananke/v2` with `github.com/gohugo-ananke/theme/v2` in your site's configuration and run `hugo mod tidy` to update the module dependencies. > > **For Git Submodules:** To change the remote URL for your existing submodule, run: > -- Gitblit v1.10.0