From 7ac7589bb3a586c464a93a2709b311f84f7b850e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 14 Mar 2022 03:15:59 +0100 Subject: [PATCH] fix logo --- README.md | 3 +-- README_fr.md | 3 +-- doc/DESCRIPTION.md | 2 +- doc/{screenshots/sloth.png => logo_sloth.png} | Bin 4 files changed, 3 insertions(+), 5 deletions(-) rename doc/{screenshots/sloth.png => logo_sloth.png} (100%) diff --git a/README.md b/README.md index da27608..5284bb5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ GoToSocial is an [ActivityPub](https://activitypub.rocks/) social network server With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! -![](./doc/screenshots/sloth.png) +![](./doc/logo_sloth.png) Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can skip straight to the API documentation [here](https://docs.gotosocial.org/en/latest/api/swagger/). @@ -30,7 +30,6 @@ Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can ## Screenshots -![](./doc/screenshots/sloth.png) ![](./doc/screenshots/screenshot.jpg) ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 00029d7..de44ece 100644 --- a/README_fr.md +++ b/README_fr.md @@ -15,7 +15,7 @@ GoToSocial is an [ActivityPub](https://activitypub.rocks/) social network server With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! -![](./doc/screenshots/sloth.png) +![](./doc/logo_sloth.png) Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can skip straight to the API documentation [here](https://docs.gotosocial.org/en/latest/api/swagger/). @@ -26,7 +26,6 @@ Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can ## Captures d'écran -![](./doc/screenshots/sloth.png) ![](./doc/screenshots/screenshot.jpg) ## Avertissements / informations importantes diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index f63dc8b..ded9fe6 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -2,6 +2,6 @@ GoToSocial is an [ActivityPub](https://activitypub.rocks/) social network server With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! -![](./doc/screenshots/sloth.png) +![](./doc/logo_sloth.png) Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can skip straight to the API documentation [here](https://docs.gotosocial.org/en/latest/api/swagger/). diff --git a/doc/screenshots/sloth.png b/doc/logo_sloth.png similarity index 100% rename from doc/screenshots/sloth.png rename to doc/logo_sloth.png