Skip to content

Commit

Permalink
docs: update the link to the go wiki page on first-class ports (#4490)
Browse files Browse the repository at this point in the history
This change updates broken links to the old Go wiki to point to the new
location.
  • Loading branch information
smlx committed Dec 21, 2023
1 parent d616c38 commit df982a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/customization/builds.md
Expand Up @@ -268,7 +268,7 @@ builds:
```sh
go tool dist list -json | jq -r '.[] | select(.FirstClass) | [.GOOS, .GOARCH] | @tsv'
```
We also recommend reading the [official wiki about Go ports](https://github.com/golang/go/wiki/PortingPolicy#first-class-ports).
We also recommend reading the [official wiki about Go ports](https://go.dev/wiki/PortingPolicy#first-class-ports).

Here is an example with multiple binaries:

Expand Down Expand Up @@ -559,7 +559,7 @@ The `targets` option can take a `go_first_class` special value as target, which
will evaluate to the list of first class ports as defined in the Go wiki.

You can read more about it
[here](https://github.com/golang/go/wiki/PortingPolicy#first-class-ports).
[here](https://go.dev/wiki/PortingPolicy#first-class-ports).

## Building shared or static libraries

Expand Down

0 comments on commit df982a6

Please sign in to comment.