]> Cypherpunks repositories - gostls13.git/commitdiff
doc/debugging_with_gdb: fix the link of delve
authorchainhelen <chainhelen@gmail.com>
Sun, 12 Apr 2020 08:38:21 +0000 (08:38 +0000)
committerIan Lance Taylor <iant@golang.org>
Mon, 13 Apr 2020 04:26:57 +0000 (04:26 +0000)
The repository of delve has already switched from the personal
account github.com/derekparker/delve to the organization account
github.com/go-delve/delve. According to go-delve/delve#1456.

Change-Id: Ie64f72c2808a8aca5059a75e2c2f11d8691e66b3
GitHub-Last-Rev: f90120c3b33f2134a572a62aaf291aa2abe58749
GitHub-Pull-Request: golang/go#38387
Reviewed-on: https://go-review.googlesource.com/c/go/+/227999
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/debugging_with_gdb.html

index 36ec0bdf376cb501c44fdf30d87b10b211a25e5c..e1fb292f063f7da2b04d7a9762eea18706232e28 100644 (file)
@@ -18,13 +18,13 @@ Gccgo has native gdb support.
 </p>
 <p>
 Note that 
-<a href="https://github.com/derekparker/delve">Delve</a> is a better 
+<a href="https://github.com/go-delve/delve">Delve</a> is a better
 alternative to GDB when debugging Go programs built with the standard
 toolchain. It understands the Go runtime, data structures, and
 expressions better than GDB. Delve currently supports Linux, OSX,
 and Windows on <code>amd64</code>.
 For the most up-to-date list of supported platforms, please see
-<a href="https://github.com/derekparker/delve/tree/master/Documentation/installation">
+<a href="https://github.com/go-delve/delve/tree/master/Documentation/installation">
  the Delve documentation</a>.
 </p>
 </i>