update mastodon account links
This commit is contained in:
parent
1c76a38dbc
commit
deda156837
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Update links to @fediversespace Mastodon account
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
|
19
README.md
19
README.md
|
@ -2,16 +2,21 @@
|
||||||
|
|
||||||
The map of the fediverse that you always wanted.
|
The map of the fediverse that you always wanted.
|
||||||
|
|
||||||
Read the latest updates on Mastodon: [@fediversespace](https://cursed.technology/@fediversespace)
|
Read the latest updates on Mastodon: [@fediversespace](https://mastodon.social/@fediversespace)
|
||||||
|
|
||||||
![A screenshot of fediverse.space](screenshot.png)
|
![A screenshot of fediverse.space](screenshot.png)
|
||||||
|
|
||||||
1. [Requirements](#requirements)
|
- [fediverse.space 🌐](#fediversespace-%f0%9f%8c%90)
|
||||||
2. [Running it](#running-it)
|
- [Requirements](#requirements)
|
||||||
3. [Commands](#commands)
|
- [Running it](#running-it)
|
||||||
4. [Privacy](#privacy)
|
- [Backend](#backend)
|
||||||
5. [Deployment](#deployment)
|
- [Frontend](#frontend)
|
||||||
6. [Acknowledgements](#acknowledgements)
|
- [Commands](#commands)
|
||||||
|
- [Backend](#backend-1)
|
||||||
|
- [Frontend](#frontend-1)
|
||||||
|
- [Privacy](#privacy)
|
||||||
|
- [Deployment](#deployment)
|
||||||
|
- [Acknowledgements](#acknowledgements)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
|
@ -79,11 +79,11 @@ class LoginScreen extends React.PureComponent<{}, ILoginScreenState> {
|
||||||
</p>
|
</p>
|
||||||
<p className={Classes.RUNNING_TEXT}>
|
<p className={Classes.RUNNING_TEXT}>
|
||||||
It's currently only possible to administrate Mastodon and Pleroma instances. If you want to login with a
|
It's currently only possible to administrate Mastodon and Pleroma instances. If you want to login with a
|
||||||
direct message, your instance must federate with cursed.technology and vice versa.
|
direct message, your instance must federate with mastodon.social and vice versa.
|
||||||
</p>
|
</p>
|
||||||
<p className={Classes.RUNNING_TEXT}>
|
<p className={Classes.RUNNING_TEXT}>
|
||||||
If you run another server type, you can manually opt in or out by writing to{" "}
|
If you run another server type, you can manually opt in or out by writing to{" "}
|
||||||
<a href="https://cursed.technology/@fediversespace">@fediversespace</a>.
|
<a href="https://mastodon.social/@fediversespace">@fediversespace</a>.
|
||||||
</p>
|
</p>
|
||||||
<FormContainer error={this.state.error}>{content}</FormContainer>
|
<FormContainer error={this.state.error}>{content}</FormContainer>
|
||||||
</Page>
|
</Page>
|
||||||
|
|
Loading…
Reference in a new issue