Change lemmur repo links (#69)

This commit is contained in:
Marcin Wojnarowski 2021-12-06 14:16:33 +01:00 committed by GitHub
parent 6ee74545b3
commit 626c84611c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ export class Apps extends Component<any, any> {
<AppDetails
name="lemmur"
description="A Lemmy client for Android, Linux, and Windows."
link="https://github.com/krawieck/lemmur"
link="https://github.com/LemmurOrg/lemmur"
icon="/static/assets/images/lemmur.svg"
banner="/static/assets/images/lemmur_screen.webp"
links={[
@ -38,7 +38,7 @@ export class Apps extends Component<any, any> {
icon: "googleplay",
},
{
link: "https://github.com/krawieck/lemmur",
link: "https://github.com/LemmurOrg/lemmur",
icon: "github",
},
]}
@ -110,7 +110,7 @@ export class Apps extends Component<any, any> {
- a javascript / typescript client.
</li>
<li>
<a href="https://github.com/krawieck/lemmy_api_client">
<a href="https://github.com/LemmurOrg/lemmy_api_client">
lemmy-dart client
</a>{" "}
- a dart / flutter client.