summaryrefslogtreecommitdiff
path: root/internal/text/goldmark_parsers.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/text/goldmark_parsers.go')
-rw-r--r--internal/text/goldmark_parsers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/text/goldmark_parsers.go b/internal/text/goldmark_parsers.go
index e2c87e057..095f1efb8 100644
--- a/internal/text/goldmark_parsers.go
+++ b/internal/text/goldmark_parsers.go
@@ -21,7 +21,7 @@ import (
"fmt"
"strings"
- "github.com/superseriousbusiness/gotosocial/internal/regexes"
+ "code.superseriousbusiness.org/gotosocial/internal/regexes"
"github.com/yuin/goldmark/ast"
"github.com/yuin/goldmark/parser"
"github.com/yuin/goldmark/text"