summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-04-27 18:20:58 -0400
committerDessalines <tyhou13@gmx.com>2020-04-27 18:20:58 -0400
commit2f47ea22283990ba9864124f0b54bded64a16caf (patch)
treea71f18d262580e83fa605eaa4445aaaadf294fd0 /docs
parent66134823bffc55cefdb5d14857faa7956a165237 (diff)
parent09d4bf1d7a6eaf6778dc6a9dde5e096680caffbd (diff)
Merge branch 'link_images' of https://github.com/nyu-ossd-s20/lemmy into nyu-ossd-s20-link_images
Diffstat (limited to 'docs')
-rw-r--r--docs/src/about.md2
-rw-r--r--docs/src/about_ranking.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/about.md b/docs/src/about.md
index 31081f48..2c0e418b 100644
--- a/docs/src/about.md
+++ b/docs/src/about.md
@@ -2,7 +2,7 @@
Front Page|Post
---|---
-![main screen](https://i.imgur.com/kZSRcRu.png)|![chat screen](https://i.imgur.com/4XghNh6.png)
+![main screen](https://raw.githubusercontent.com/LemmyNet/lemmy/master/docs/img/main_screen.png)|![chat screen](https://raw.githubusercontent.com/LemmyNet/lemmy/master/docs/img/chat_screen.png)
[Lemmy](https://github.com/LemmyNet/lemmy) is similar to sites like [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), [Raddle](https://raddle.me), or [Hacker News](https://news.ycombinator.com/): you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the [Fediverse](https://en.wikipedia.org/wiki/Fediverse).
diff --git a/docs/src/about_ranking.md b/docs/src/about_ranking.md
index 36347932..fe9e82bb 100644
--- a/docs/src/about_ranking.md
+++ b/docs/src/about_ranking.md
@@ -26,4 +26,4 @@ Gravity = Decay gravity, 1.8 is default
A plot of rank over 24 hours, of scores of 1, 5, 10, 100, 1000, with a scale factor of 10k.
-![](https://i.imgur.com/QukPR03.png)
+![](https://raw.githubusercontent.com/LemmyNet/lemmy/master/docs/img/rank_algorithm.png)