diff --git a/README.md b/README.md index e4bd9a326385e5cd05a29c70f312645a98dcf8fa..fe1d38f9a5664821b2b44debd1dacbd354553e62 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. diff --git a/doc/termui_recording.gif b/misc/termui_recording.gif similarity index 100% rename from doc/termui_recording.gif rename to misc/termui_recording.gif diff --git a/doc/termui_recording.svg b/misc/termui_recording.svg similarity index 100% rename from doc/termui_recording.svg rename to misc/termui_recording.svg diff --git a/doc/webui1.png b/misc/webui1.png similarity index 100% rename from doc/webui1.png rename to misc/webui1.png diff --git a/doc/webui2.png b/misc/webui2.png similarity index 100% rename from doc/webui2.png rename to misc/webui2.png