aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsudoforge <no-reply@sudoforge.com>2024-08-24 08:08:00 -0700
committerGitHub <noreply@github.com>2024-08-24 08:08:00 -0700
commit2004fa79e6ae7645d964a03e2ae2dd808f7d486a (patch)
tree64f3d5291d6957bd57fdb168b6aa10452f0fa1cb /doc
parent63295b1106e0ad01bc1e0d682b71df14558b293a (diff)
downloadgit-bug-2004fa79e6ae7645d964a03e2ae2dd808f7d486a.tar.gz
feat: update references to the git-bug organization (#1249)
The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff
Diffstat (limited to 'doc')
-rw-r--r--doc/feature_matrix.md2
-rw-r--r--doc/gen_docs.go2
-rw-r--r--doc/howto-github.md14
-rw-r--r--doc/man/git-bug-bridge-new.14
-rw-r--r--doc/md/git-bug_bridge_new.md6
5 files changed, 14 insertions, 14 deletions
diff --git a/doc/feature_matrix.md b/doc/feature_matrix.md
index c902408e..a0e19232 100644
--- a/doc/feature_matrix.md
+++ b/doc/feature_matrix.md
@@ -18,7 +18,7 @@ Some goals don't really fit below, so I'll mention them here:
- privileged roles (admin, ...) and enforcing the corresponding rules
- package the webui as a desktop app
-Additionally, some other are captured as [Github issues](https://github.com/MichaelMure/git-bug/issues) or [Discussions](https://github.com/MichaelMure/git-bug/discussions).
+Additionally, some other are captured as [Github issues](https://github.com/git-bug/git-bug/issues) or [Discussions](https://github.com/git-bug/git-bug/discussions).
## Entities
diff --git a/doc/gen_docs.go b/doc/gen_docs.go
index 482abd8e..ac5417d8 100644
--- a/doc/gen_docs.go
+++ b/doc/gen_docs.go
@@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/cobra/doc"
- "github.com/MichaelMure/git-bug/commands"
+ "github.com/git-bug/git-bug/commands"
)
func main() {
diff --git a/doc/howto-github.md b/doc/howto-github.md
index 47d93434..c5668e82 100644
--- a/doc/howto-github.md
+++ b/doc/howto-github.md
@@ -1,6 +1,6 @@
# How-to: Read and edit offline your Github/Gitlab/Jira issues with git-bug
-[git-bug](https://github.com/MichaelMure/git-bug) is a standalone distributed bug-tracker that is embedded in git. In short, if you have a git repository you can use it to store bugs alongside your code (without mixing them though!), push and pull them to/from a normal git remote to collaborate.
+[git-bug](https://github.com/git-bug/git-bug) is a standalone distributed bug-tracker that is embedded in git. In short, if you have a git repository you can use it to store bugs alongside your code (without mixing them though!), push and pull them to/from a normal git remote to collaborate.
<p align="center">
<img src="../misc/diagrams/native_workflow.png" alt="Native workflow">
@@ -22,7 +22,7 @@ Note: at the moment, Gitlab and Jira are also fully supported.
## Installation
-Follow the [installation instruction](https://github.com/MichaelMure/git-bug#installation). The simplest way is to download a pre-compiled binary from [the latest release](https://github.com/MichaelMure/git-bug/releases/latest) and to put it anywhere in your `$PATH`.
+Follow the [installation instruction](https://github.com/git-bug/git-bug#installation). The simplest way is to download a pre-compiled binary from [the latest release](https://github.com/git-bug/git-bug/releases/latest) and to put it anywhere in your `$PATH`.
Check that `git-bug` is properly installed by running `git bug version`. If everything is alright, the version of the binary will be displayed.
@@ -31,7 +31,7 @@ Check that `git-bug` is properly installed by running `git bug version`. If ever
1. From within the git repository you care about, run `git bug bridge configure` and follow the wizard's steps:
1. Choose `github`.
1. Type a name for the bridge configuration. As you can configure multiple bridges, this name will allow you to choose when there is an ambiguity.
- 1. Setup the remote Github project. The wizard is smart enough to inspect the git remote and detect the potential project. Otherwise, enter the project URL like this: `https://github.com/MichaelMure/git-bug`
+ 1. Setup the remote Github project. The wizard is smart enough to inspect the git remote and detect the potential project. Otherwise, enter the project URL like this: `https://github.com/git-bug/git-bug`
1. Enter your login on Github
1. Setup an authentication token. You can either use the interactive token creation, enter your own token or select an existing token, if any.
1. Run `git bug bridge pull` and let it run to import the issues and identities.
@@ -73,8 +73,8 @@ For a richer and more user friendly UI, `git-bug` proposes a web UI (read-only a
## Want more?
If you interested to read more about `git-bug`, have a look at the following:
-- [the project itself, with a more complete readme](https://github.com/MichaelMure/git-bug)
-- [a bird view of the internals](https://github.com/MichaelMure/git-bug/blob/master/doc/architecture.md)
-- [a description of the data model](https://github.com/MichaelMure/git-bug/blob/master/doc/model.md)
+- [the project itself, with a more complete readme](https://github.com/git-bug/git-bug)
+- [a bird view of the internals](https://github.com/git-bug/git-bug/blob/master/doc/architecture.md)
+- [a description of the data model](https://github.com/git-bug/git-bug/blob/master/doc/model.md)
-Of course, if you want to contribute the door is way open :-) \ No newline at end of file
+Of course, if you want to contribute the door is way open :-)
diff --git a/doc/man/git-bug-bridge-new.1 b/doc/man/git-bug-bridge-new.1
index ffc8c469..73d01ada 100644
--- a/doc/man/git-bug-bridge-new.1
+++ b/doc/man/git-bug-bridge-new.1
@@ -82,7 +82,7 @@ name [default]: default
Detected projects:
[1]: github.com/a-hilaly/git-bug
-[2]: github.com/MichaelMure/git-bug
+[2]: github.com/git-bug/git-bug
[0]: Another project
@@ -122,7 +122,7 @@ git bug bridge new \\
git bug bridge new \\
--name=default \\
--target=github \\
- --url=https://github.com/michaelmure/git-bug \\
+ --url=https://gitlab.com/git-bug/git-bug \\
--token=$(TOKEN)
.fi
diff --git a/doc/md/git-bug_bridge_new.md b/doc/md/git-bug_bridge_new.md
index 5e5724f5..46dcb900 100644
--- a/doc/md/git-bug_bridge_new.md
+++ b/doc/md/git-bug_bridge_new.md
@@ -24,7 +24,7 @@ name [default]: default
Detected projects:
[1]: github.com/a-hilaly/git-bug
-[2]: github.com/MichaelMure/git-bug
+[2]: github.com/git-bug/git-bug
[0]: Another project
@@ -63,8 +63,8 @@ git bug bridge new \
# For Gitlab
git bug bridge new \
--name=default \
- --target=github \
- --url=https://github.com/michaelmure/git-bug \
+ --target=gitlab \
+ --url=https://gitlab.com/git-bug/git-bug \
--token=$(TOKEN)
```