Skip to content

Commit 2665632

Browse files
authored
chore(readme): update references to 3.0.2 (#69)
1 parent de229f6 commit 2665632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The Go `<module path>` should resolve to a valid VCS (Version Control System) re
7474
To add the templater (`hugo-documentation-templater`) module as a dependency, use the following command:
7575

7676
```
77-
hugo mod get github.com/sapcc/hugo-documentation-templater/[email protected].1
77+
hugo mod get github.com/sapcc/hugo-documentation-templater/[email protected].2
7878
```
7979

8080
If you are developing this module locally, add the following configuration to your go.mod file to redirect to your local folder:
@@ -87,7 +87,7 @@ replace github.com/sapcc/hugo-documentation-templater/v3 => /Users/d063222/Docum
8787
8888
go 1.24
8989
90-
require github.com/sapcc/hugo-documentation-templater/v3 v3.0.1 // indirect
90+
require github.com/sapcc/hugo-documentation-templater/v3 v3.0.2 // indirect
9191
```
9292

9393
### Update the Hugo Config to Import the Templater
@@ -468,7 +468,7 @@ brew upgrade hugo
468468
2. Update the hugo-documentation-templater module version:
469469

470470
```bash
471-
hugo mod get github.com/sapcc/hugo-documentation-templater/[email protected].1
471+
hugo mod get github.com/sapcc/hugo-documentation-templater/[email protected].2
472472
```
473473

474474
3. Update the `config.yaml` file to include the new module path and if not yet change the hugo version to 0.128.0:

0 commit comments

Comments
 (0)