Skip to content

Commit 88ec922

Browse files
committed
Fix broken pkg.go.dev links in README
1 parent fca6708 commit 88ec922

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ packages. This can be helpful if you want to create your own custom JUnit
1010
reports for example. See the package documentation on pkg.go.dev for more
1111
information:
1212

13-
- [go-junit-report/v2/pkg/parser/gotest]
14-
- [go-junit-report/v2/pkg/junit]
13+
- [github.com/jstemmer/go-junit-report/v2/parser/gotest]
14+
- [github.com/jstemmer/go-junit-report/v2/junit]
1515

1616
## Install from package (recommended)
1717

@@ -117,8 +117,8 @@ See [CONTRIBUTING.md].
117117
[Jenkins]: https://www.jenkins.io/
118118
[github-actions-badge]: https://github.com/jstemmer/go-junit-report/actions/workflows/main.yml/badge.svg
119119
[github-actions-link]: https://github.com/jstemmer/go-junit-report/actions
120-
[go-junit-report/v2/pkg/parser/gotest]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/v2/pkg/parser/gotest
121-
[go-junit-report/v2/pkg/junit]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/v2/pkg/junit
120+
[github.com/jstemmer/go-junit-report/v2/parser/gotest]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/v2/parser/gotest
121+
[github.com/jstemmer/go-junit-report/v2/junit]: https://pkg.go.dev/github.com/jstemmer/go-junit-report/v2/junit
122122
[Releases]: https://github.com/jstemmer/go-junit-report/releases
123123
[testing]: https://pkg.go.dev/testing
124124
[CONTRIBUTING.md]: https://github.com/jstemmer/go-junit-report/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)