From 7ffad5887d9245b985d546d1584c034d68a5e1c3 Mon Sep 17 00:00:00 2001 From: Vincent Bernardoff Date: Fri, 27 Apr 2018 09:50:47 +0200 Subject: [PATCH] Node: update issues URL in man page --- src/bin_node/node_shared_arg.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin_node/node_shared_arg.ml b/src/bin_node/node_shared_arg.ml index 6e5e96e24..717a9147c 100644 --- a/src/bin_node/node_shared_arg.ml +++ b/src/bin_node/node_shared_arg.ml @@ -102,7 +102,7 @@ module Manpage = struct let bugs = [ `S "BUGS"; - `P "Check bug reports at https://github.com/tezos/tezos/issues."; + `P "Check bug reports at https://gitlab.com/tezos/tezos/issues."; ] end