From 889170caf1292579e019d0e3272a081e66d2394a Mon Sep 17 00:00:00 2001 From: David Stephens Date: Tue, 6 Feb 2018 10:20:17 +0000 Subject: [PATCH] OCD docs tidy-up --- README.md | 2 +- docs/{ => assets}/images/enigma-bbs.png | Bin docs/{ => assets}/images/vtxclient.png | Bin docs/index.md | 2 +- docs/servers/websocket.md | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename docs/{ => assets}/images/enigma-bbs.png (100%) rename docs/{ => assets}/images/vtxclient.png (100%) diff --git a/README.md b/README.md index 3a2cc7c3..7c1870ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ENiGMA½ BBS Software -![ENiGMA½ BBS](docs/images/enigma-bbs.png "ENiGMA½ BBS") +![ENiGMA½ BBS](docs/assets/images/enigma-bbs.png "ENiGMA½ BBS") ENiGMA½ is a modern BBS software with a nostalgic flair! diff --git a/docs/images/enigma-bbs.png b/docs/assets/images/enigma-bbs.png similarity index 100% rename from docs/images/enigma-bbs.png rename to docs/assets/images/enigma-bbs.png diff --git a/docs/images/vtxclient.png b/docs/assets/images/vtxclient.png similarity index 100% rename from docs/images/vtxclient.png rename to docs/assets/images/vtxclient.png diff --git a/docs/index.md b/docs/index.md index 5cbe5670..a49f8ab1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,7 @@ layout: default title: Home --- -![ENiGMA½ BBS](images/enigma-bbs.png "ENiGMA½ BBS") +![ENiGMA½ BBS](assets/images/enigma-bbs.png "ENiGMA½ BBS") ENiGMA½ is a modern BBS software with a nostalgic flair! diff --git a/docs/servers/websocket.md b/docs/servers/websocket.md index 30614006..62df02d7 100644 --- a/docs/servers/websocket.md +++ b/docs/servers/websocket.md @@ -86,6 +86,6 @@ webserver, and unpack it to a temporary directory. otherwise. 9. If you navigate to http://your-hostname.here/vtx.html, you should see a splash screen like the following: - ![VTXClient](../images/vtxclient.png "VTXClient") + ![VTXClient](../assets/images/vtxclient.png "VTXClient") \ No newline at end of file