diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md index 5ccade703f343..b1412874689e1 100644 --- a/doc/next/3-tools.md +++ b/doc/next/3-tools.md @@ -9,4 +9,4 @@ incompatible declarations. For instance, if `f` is declared as both `void f(int) and `void f(double)`, cgo will report an error instead of possibly generating an incorrect call sequence for `f(0)`. New in this release is a better detector for this error condition when the incompatible declarations appear in different -files. See [#67699](https://go.dev/issue/67699). +files. See [#67699](/issue/67699).