all: fix links after moving repository (#131)

A couple of places still linked to the personal repo.
pull/133/head
Daniel Martí 4 years ago committed by GitHub
parent 805c895d59
commit 1b50a898bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ to document the current shortcomings of this tool.
* Functions implemented outside Go, such as assembly, aren't garbled since we
currently only transform the input Go source.
* Go plugins are not currently supported; see [#87](https://github.com/mvdan/garble/issues/87).
* Go plugins are not currently supported; see [#87](https://github.com/burrowers/garble/issues/87).
### Runtime API

@ -68,7 +68,7 @@ garble accepts the following flags:
flagSet.PrintDefaults()
fmt.Fprintf(os.Stderr, `
For more information, see https://github.com/mvdan/garble.
For more information, see https://github.com/burrowers/garble.
`[1:])
os.Exit(2)
}

Loading…
Cancel
Save