aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-04-17 20:27:33 +0200
committerMichael Muré <batolettre@gmail.com>2019-04-17 20:27:33 +0200
commit790c1e4b823c5f0d90771e5b9f6dad549a0eed62 (patch)
treed27b1dde7307c9a61963b73e770631ae14c2bbfd /README.md
parentef84fda0d430af6cd2b94a29e76f1a52a4b3106e (diff)
downloadgit-bug-790c1e4b823c5f0d90771e5b9f6dad549a0eed62.tar.gz
move media in /misc
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e4bd9a32..fe1d38f9 100644
--- a/README.md
+++ b/README.md
@@ -86,14 +86,14 @@ You can now use commands like `show`, `comment`, `open` or `close` to display an
An interactive terminal UI is available using the command `git bug termui` to browse and edit bugs.
-![Termui recording](doc/termui_recording.gif)
+![Termui recording](misc/termui_recording.gif)
## Web UI (status: WIP)
You can launch a rich Web UI with `git bug webui`.
-![Web UI screenshot 1](doc/webui1.png)
-![Web UI screenshot 2](doc/webui2.png)
+![Web UI screenshot 1](misc/webui1.png)
+![Web UI screenshot 2](misc/webui2.png)
This web UI is entirely packed inside the same go binary and serve static content through a localhost http server.