diff options
author | Nick Gerace <nickagerace@gmail.com> | 2023-02-05 23:52:26 -0500 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2023-03-09 19:44:44 -0500 |
commit | e9d65557952ec266515463e08cde754b9002347f (patch) | |
tree | bc4bf10b8c38943395faa7ce46024a1a90cfb33d | |
parent | e7b9531abfd20b63c0ae249fb4d0563a5ae0a0d8 (diff) | |
download | gfold-e9d65557952ec266515463e08cde754b9002347f.zip |
Fix demo GIF links
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/DEMO.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ `gfold` is a CLI-driven application that helps you keep track of multiple Git repositories. -![A GIF showcasing gfold in action](assets/demo.gif) +[![A GIF showcasing gfold in action](https://raw.githubusercontent.com/nickgerace/gfold/main/assets/demo.gif)](https://raw.githubusercontent.com/nickgerace/gfold/main/assets/demo.gif) If you'd prefer to use the classic display mode by default, and avoid setting the flag every time, you can set it in the config file (see **Usage** section). diff --git a/docs/DEMO.md b/docs/DEMO.md index 7d7b751..6b3b1ba 100644 --- a/docs/DEMO.md +++ b/docs/DEMO.md @@ -1,6 +1,6 @@ # Demo -This document contains information related to the [demo GIF](../assets/demo.gif). +This document contains information related to the [demo GIF](https://raw.githubusercontent.com/nickgerace/gfold/main/assets/demo.gif). ## Attribution |