diff --git a/doc/man/git-bug-bridge-configure.1 b/doc/man/git-bug-bridge-configure.1 index bba8c9b4066d5ff8f01876b390f98d050f15c505..37b877565538cdf149539c732cc440ec2139a9c9 100644 --- a/doc/man/git-bug-bridge-configure.1 +++ b/doc/man/git-bug-bridge-configure.1 @@ -110,9 +110,9 @@ Successfully configured bridge: default # For Github git bug bridge configure \\ \-\-target=github \\ - \-\-url=https://github.com/MichaelMure/git\-bug \\ - \-\-url=https://github.com/MichaelMure/git\-bug \\ - \-\-url=https://github.com/MichaelMure/git\-bug \\ + \-\-login==$(LOGIN) \\ + \-\-owner==$(OWNER) \\ + \-\-project==$(PROJECT) \\ \-\-token=$(TOKEN) \\ \-\-url=https://github.com/MichaelMure/git\-bug \\ @@ -120,7 +120,7 @@ git bug bridge configure \\ # For Gitlab git bug bridge configure \\ \-\-target=gitlab \\ - \-\-url=https://gitlab.com/gitlab\-org/gitlab \\ + \-\-login==$(LOGIN) \\ \-\-token=$(TOKEN) \\ \-\-url=https://gitlab.com/gitlab\-org/gitlab \\ @@ -135,7 +135,7 @@ git bug bridge configure \\ # For Launchpad\-Preview git bug bridge configure \\ \-\-target=launchpad\-preview \\ - \-\-url=https://bugs.launchpad.net/ubuntu/ \\ + \-\-project==$(PROJECT) \\ \-\-url=https://bugs.launchpad.net/ubuntu/ \\ diff --git a/doc/md/git-bug_bridge_configure.md b/doc/md/git-bug_bridge_configure.md index b95985a3ca7f59ef22150861908035fb25e89276..7d8d7e55bf7681cac43c8aa982bc187a8b9309cf 100644 --- a/doc/md/git-bug_bridge_configure.md +++ b/doc/md/git-bug_bridge_configure.md @@ -49,9 +49,9 @@ Successfully configured bridge: default # For Github git bug bridge configure \ --target=github \ - --url=https://github.com/MichaelMure/git-bug \ - --url=https://github.com/MichaelMure/git-bug \ - --url=https://github.com/MichaelMure/git-bug \ + --login==$(LOGIN) \ + --owner==$(OWNER) \ + --project==$(PROJECT) \ --token=$(TOKEN) \ --url=https://github.com/MichaelMure/git-bug \ @@ -59,7 +59,7 @@ git bug bridge configure \ # For Gitlab git bug bridge configure \ --target=gitlab \ - --url=https://gitlab.com/gitlab-org/gitlab \ + --login==$(LOGIN) \ --token=$(TOKEN) \ --url=https://gitlab.com/gitlab-org/gitlab \ @@ -74,7 +74,7 @@ git bug bridge configure \ # For Launchpad-Preview git bug bridge configure \ --target=launchpad-preview \ - --url=https://bugs.launchpad.net/ubuntu/ \ + --project==$(PROJECT) \ --url=https://bugs.launchpad.net/ubuntu/ \ ```