diff --git a/README.md b/README.md index 886e464..e683bb9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of [Pocket](https://getpocket.com//). You can use it as command line application or as web application. This application is distributed as a single binary, which means it can be installed and used easily. -![Screenshot](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/cover.png) +![Screenshot](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/cover.png) ## Features @@ -21,7 +21,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl - Where possible, by default `shiori` will parse the readable content and create an offline archive of the webpage. - [BETA] [web extension](https://github.com/go-shiori/shiori-web-ext) support for Firefox and Chrome. -![Comparison of reader mode and archive mode](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/comparison.png) +![Comparison of reader mode and archive mode](https://raw.githubusercontent.com/go-shiori/shiori/master/docs/readme/comparison.png) ## Documentation diff --git a/docs/shiori.postman_collection.json b/docs/postman/shiori.postman_collection.json similarity index 100% rename from docs/shiori.postman_collection.json rename to docs/postman/shiori.postman_collection.json diff --git a/docs/comparison.png b/docs/readme/comparison.png similarity index 100% rename from docs/comparison.png rename to docs/readme/comparison.png diff --git a/docs/cover.png b/docs/readme/cover.png similarity index 100% rename from docs/cover.png rename to docs/readme/cover.png