remove broken link (#194)

This commit is contained in:
Raymond Berger 2023-06-08 16:54:11 +02:00 committed by GitHub
parent f7d7038ada
commit 6b1cd8f931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,12 @@ Lemmy uses a voting system to sort post listings. On the left side of each post
When browsing the frontpage or a community, you can choose between the following sort types for posts:
- **Active** (default): Calculates a rank based on the score and time of the latest comment, with decay over time. See [this page] for more details
- **Active** (default): Calculates a rank based on the score and time of the latest comment, with decay over time
- **Hot**: Like active, but uses time when the post was published
- **New**: Shows most recent posts first
- **Old**: Shows oldest posts first
- **Most Comments**: Shows posts with highest number of comments first
- **New Comments**: Bumps posts to the top when they receive a new reply analogous to the sorting of traditional forums.
- **New Comments**: Bumps posts to the top when they receive a new reply analogous to the sorting of traditional forums
- **Top Day**: Highest scoring posts during the last 24 hours
- **Top Week**: Highest scoring posts during the last 7 days
- **Top Month**: Highest scoring posts during the last 30 days