From 9942337bf52d0b183055690ef0651babe74c51ae Mon Sep 17 00:00:00 2001
From: Mischa <m.gideonse@maxxton.com>
Date: Thu, 15 May 2025 16:41:26 +0200
Subject: [PATCH] docs(bridge): correct command used to create a new bridge
 (#1422)

---
 doc/usage/third-party.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/usage/third-party.md b/doc/usage/third-party.md
index 39a09187..39e5bbde 100644
--- a/doc/usage/third-party.md
+++ b/doc/usage/third-party.md
@@ -53,7 +53,7 @@ _For a full list of the features enabled for each bridge, see the
 
 ## Getting started<a name="getting-started"></a>
 
-1. From within a git repository, run `git bug bridge configure` to start the
+1. From within a git repository, run `git bug bridge new` to start the
    configuration wizard
 2. Choose the type of bridge you want to configure, e.g. `github`
 3. Type a name for the bridge configuration. As you can configure multiple
-- 
GitLab