Skip to content

Commit 0be25f0

Browse files
committed
adjust references to md2pdf as it now resides under github.com/solworktech
1 parent b15e07d commit 0be25f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/md2pdf/md2pdf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"strings"
1515

1616
"github.com/gomarkdown/markdown/parser"
17-
"github.com/mandolyte/mdtopdf/v2"
17+
"github.com/solworktech/md2pdf/v2"
1818
"golang.org/x/exp/slices"
1919
)
2020

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/mandolyte/mdtopdf/v2
1+
module github.com/solworktech/md2pdf/v2
22

33
go 1.23.0
44

0 commit comments

Comments
 (0)