Skip to content

Commit d2a5084

Browse files
committed
fix: url hugo podcast shorcode module
1 parent 6f3d60d commit d2a5084

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

exampleSite/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Podcast Demo Site"
44

55
# Hugo Podcast Shortcode Demo
66

7-
Welcome to the demo site for the [hugo-podcast-shortcode](https://github.com/radio-t/hugo-podcast-shortcode) module.
7+
Welcome to the demo site for the [hugo-podcast-shortcode](https://github.com/adurrr/hugo-podcast-shortcode) module.
88

99
## Episodes
1010

exampleSite/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
module github.com/radio-t/hugo-podcast-shortcode-example
1+
module github.com/adurrr/hugo-podcast-shortcode-example
22

33
go 1.23.0
44

55
toolchain go1.23.4
66

7-
require github.com/radio-t/hugo-podcast-shortcode v0.0.0
7+
require github.com/adurrr/hugo-podcast-shortcode v0.0.0
88

9-
replace github.com/radio-t/hugo-podcast-shortcode => ../
9+
replace github.com/adurrr/hugo-podcast-shortcode => ../

exampleSite/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ languageCode = "en-us"
55
# Import the local module for development
66
[module]
77
[[module.imports]]
8-
path = "github.com/radio-t/hugo-podcast-shortcode"
8+
path = "github.com/adurrr/hugo-podcast-shortcode"
99

1010
[params]
1111
[params.podcastPlayer]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/radio-t/hugo-podcast-shortcode
1+
module github.com/adurrr/hugo-podcast-shortcode
22

33
go 1.23.0
44

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[module]
66
# Module path for Go module resolution
7-
# Users import via: github.com/radio-t/hugo-podcast-shortcode
7+
# Users import via: github.com/adurrr/hugo-podcast-shortcode
88
[module.hugoVersion]
99
min = "0.146.0"
1010

0 commit comments

Comments
 (0)