From 437da9fc160060693e263429126b2c21e9802030 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 25 Jan 2021 15:26:55 +0100 Subject: [PATCH] fix broken links in dev guide --- docs/_developers/devguide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_developers/devguide.md b/docs/_developers/devguide.md index 26f6ddfb3d..7da036a5de 100644 --- a/docs/_developers/devguide.md +++ b/docs/_developers/devguide.md @@ -117,6 +117,6 @@ This will dump stack traces for each instance to their respective log file. [code-review]: ../developers/code-review-guidelines [cross-compile]: ../install-and-build/cross-compile [go-modules]: https://github.com/golang/go/wiki/Modules -[discord]: https://discord.gg/nthXNEv +[discord]: https://discord.gg/invite/nthXNEv [go-install]: https://golang.org/doc/install -[testflag]: https://golang.org/cmd/go/#hdr-Description_of_testing_flags +[testflag]: https://golang.org/cmd/go/#hdr-Testing_flags