We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101f146 commit 1c170d7Copy full SHA for 1c170d7
go.mod
@@ -3,7 +3,7 @@ module github.com/layer5io/digitalocean-academy
3
go 1.24.5
4
5
// Uncomment line below when testing changes to the academy theme
6
-// replace github.com/layer5io/academy-theme v0.1.9 => ../academy-theme
+replace github.com/emphor/academy-theme v0.1.9 => ../academy-theme
7
8
replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
9
0 commit comments