Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 793fa77

Browse files
authored
Update Go wiki hyperlink (#119)
1 parent d0ae825 commit 793fa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The generics (type parameters) make the usage type-safe.
2424

2525
The library is [extensible](#extensibility) by design.
2626

27-
> In general, [avoid using assertion libraries](https://github.com/golang/go/wiki/TestComments#assert-libraries).
27+
> In general, [avoid using assertion libraries](https://go.dev/wiki/TestComments#assert-libraries).
2828
> Use this library if you still have a preference to use one.
2929
> Consider using [`github.com/google/go-cmp`](https://github.com/google/go-cmp)
3030
> and writing custom helpers instead.

0 commit comments

Comments
 (0)