Skip to content

Commit

Permalink
chore: change path to official repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bowman2001 committed May 1, 2024
1 parent 9fc07f3 commit dde363c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/bowman2001/hugo-goldmark-extensions/extras
module github.com/gohugoio/hugo-goldmark-extensions/extras

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion extras/inline.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package extras

import (
"github.com/bowman2001/hugo-goldmark-extensions/extras/ast"
"github.com/gohugoio/hugo-goldmark-extensions/extras/ast"
"github.com/yuin/goldmark"
gast "github.com/yuin/goldmark/ast"
"github.com/yuin/goldmark/parser"
Expand Down
2 changes: 1 addition & 1 deletion extras/inline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package extras

import (
"bytes"
xast "github.com/bowman2001/hugo-goldmark-extensions/extras/ast"
xast "github.com/gohugoio/hugo-goldmark-extensions/extras/ast"
"github.com/yuin/goldmark/extension"
"github.com/yuin/goldmark/text"
"testing"
Expand Down

0 comments on commit dde363c

Please sign in to comment.