Skip to content

Commit

Permalink
doc(readme) Update link to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Mar 3, 2020
1 parent da937e1 commit 390f402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ git_repository(

# Documentation

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

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

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

# Examples
Expand Down

0 comments on commit 390f402

Please sign in to comment.