diff options
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/password_management.md | 2 | ||||
-rw-r--r-- | docs/user_guide/rss.md | 2 | ||||
-rw-r--r-- | docs/user_guide/settings.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/user_guide/password_management.md b/docs/user_guide/password_management.md index 1ed701919..27aca58e0 100644 --- a/docs/user_guide/password_management.md +++ b/docs/user_guide/password_management.md @@ -2,7 +2,7 @@ ## Change Your Password -You can use the [User Settings Panel](./user_panel.md) to change your password. Just log in to the user panel, scroll to the bottom of the page, and input your old password and desired new password. +You can use the [User Settings Panel](./settings.md) to change your password. Just log in to the user panel, scroll to the bottom of the page, and input your old password and desired new password. If the new password you provide is not long/complicated enough, you will see an error and be prompted to try again with a different password. diff --git a/docs/user_guide/rss.md b/docs/user_guide/rss.md index 560868c0b..a45b5286d 100644 --- a/docs/user_guide/rss.md +++ b/docs/user_guide/rss.md @@ -6,7 +6,7 @@ RSS stands for [Really Simple Syndication](https://en.wikipedia.org/wiki/RSS). I If you like, you can configure your GoToSocial account to expose an RSS feed of your posts to the web. This allows people to get regular updates about your posts even when they don't have a Fediverse account. This is great when you're using GoToSocial to create longer-form, blog style posts, and you want anyone to be able to read them easily. -The RSS feed for GoToSocial profiles is turned off by default. You can enable it via the [User Settings Panel](./user_panel.md) at `https://[your-instance-domain]/settings`. +The RSS feed for GoToSocial profiles is turned off by default. You can enable it via the [User Settings](./settings.md) at `https://[your-instance-domain]/settings`. When enabled, the RSS feed for your account will be available at `https://[your-instance-domain]/@[your_username]/feed.rss`. If you use an RSS reader, you can point it at this address to check that RSS is working. diff --git a/docs/user_guide/settings.md b/docs/user_guide/settings.md index 9cc7c076c..1e10c12e6 100644 --- a/docs/user_guide/settings.md +++ b/docs/user_guide/settings.md @@ -50,7 +50,7 @@ After ticking or unticking the checkbox, be sure to click on the `Save profile i ### Enable RSS feed of Public posts -RSS (Really Simple Syndication) is a protocol for web feeds separate from ActivityPub, where users can aggregrate various feeds from different sites like blogs and podcasts. It's important to note that this by-passes follow requests, allowing anyone to get updates on your public posts. This feed only includes posts set as 'Public' (see [Privacy Settings](./posts.md#privacy-settings)). +RSS feeds for users are disabled by default, but can be opted into with this checkbox. For more information see [RSS](./rss.md). It's important to note that this by-passes follow requests, allowing anyone to get updates on your public posts. This feed only includes posts set as 'Public' (see [Privacy Settings](./posts.md#privacy-settings)). ### Custom CSS If enabled on your instance, [Custom CSS](./custom_css.md) allows you to theme the way your profile looks when visited through a browser. When this setting is not enabled, the field is hidden. |