From 1b50a898bdb9706c75a969c6ffa7a7392401ea09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 7 Sep 2020 15:16:50 +0100 Subject: [PATCH] all: fix links after moving repository (#131) A couple of places still linked to the personal repo. --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fd8a1f..a07ddbb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/main.go b/main.go index 1a054ee..f916104 100644 --- a/main.go +++ b/main.go @@ -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) }