diff options
author | Michael Muré <batolettre@gmail.com> | 2020-04-04 14:09:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 14:09:27 +0200 |
commit | e43920bc87853f9353e93846916e5f74289dcd64 (patch) | |
tree | 3100ce37abea42df859f54fea33f5f989214753b /README.md | |
parent | 685a4fdc0c02e479cd734196482d0f40e60d2b1f (diff) | |
download | git-bug-e43920bc87853f9353e93846916e5f74289dcd64.tar.gz |
readme: fix image links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -68,7 +68,7 @@ There is multiple ways to use `git-bug`: <details><summary>Native workflow</summary> <p align="center"> - <img src="../misc/diagrams/native_workflow.png" alt="Native workflow"> + <img src="misc/diagrams/native_workflow.png" alt="Native workflow"> </p> This is the pure `git-bug` experience. As you would do with code, push and pull your bugs between git remotes. @@ -77,7 +77,7 @@ This is the pure `git-bug` experience. As you would do with code, push and pull <details><summary>Bridge workflow</summary> <p align="center"> - <img src="../misc/diagrams/bridge_workflow.png" alt="Bridge workflow"> + <img src="misc/diagrams/bridge_workflow.png" alt="Bridge workflow"> </p> As `git-bug` has bridges with other bug-trackers, you can use it as your personal local remote interface. Sync with `git bug bridge pull` and `git bug bridge push`, work from your terminal, integrate into your editor, it's up to you. And it works offline ! @@ -86,7 +86,7 @@ As `git-bug` has bridges with other bug-trackers, you can use it as your persona <details><summary>Web UI workflow (WIP)</summary> <p align="center"> - <img src="../misc/diagrams/webui-workflow.png" alt="Web UI workflow"> + <img src="misc/diagrams/webui-workflow.png" alt="Web UI workflow"> </p> Often, projects needs to have their bug-tracker public and accept editions from anyone facing a problem. To support this workflow, `git-bug` aims to have the web UI accept external OAuth authentication and act as a public portal. However the web UI is not up to speed for that yet. Contribution are very much welcome! |