Skip to content

Commit 390f402

Browse files
committed
doc(readme) Update link to documentation.
1 parent da937e1 commit 390f402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ git_repository(
5151

5252
# Documentation
5353

54-
[The documentation can be read online on godoc.org][documentation]. It
54+
[The documentation can be read online on pkg.go.dev][documentation]. It
5555
contains function descriptions, short examples, long examples
5656
etc. Everything one need to start using Wasmer with Go!
5757

5858
Also, there is this article written for the announcement that
5959
introduces the project: [Announcing the fastest WebAssembly runtime
6060
for Go: wasmer][medium].
6161

62-
[documentation]: https://godoc.org/github.com/wasmerio/go-ext-wasm/wasmer
62+
[documentation]: https://pkg.go.dev/github.com/wasmerio/go-ext-wasm/wasmer?tab=doc
6363
[medium]: https://medium.com/wasmer/announcing-the-fastest-webassembly-runtime-for-go-wasmer-19832d77c050
6464

6565
# Examples

0 commit comments

Comments
 (0)