mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Change lemmur repo links (#69)
This commit is contained in:
parent
6ee74545b3
commit
626c84611c
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ export class Apps extends Component<any, any> {
|
||||||
<AppDetails
|
<AppDetails
|
||||||
name="lemmur"
|
name="lemmur"
|
||||||
description="A Lemmy client for Android, Linux, and Windows."
|
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"
|
icon="/static/assets/images/lemmur.svg"
|
||||||
banner="/static/assets/images/lemmur_screen.webp"
|
banner="/static/assets/images/lemmur_screen.webp"
|
||||||
links={[
|
links={[
|
||||||
|
@ -38,7 +38,7 @@ export class Apps extends Component<any, any> {
|
||||||
icon: "googleplay",
|
icon: "googleplay",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: "https://github.com/krawieck/lemmur",
|
link: "https://github.com/LemmurOrg/lemmur",
|
||||||
icon: "github",
|
icon: "github",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
@ -110,7 +110,7 @@ export class Apps extends Component<any, any> {
|
||||||
- a javascript / typescript client.
|
- a javascript / typescript client.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/krawieck/lemmy_api_client">
|
<a href="https://github.com/LemmurOrg/lemmy_api_client">
|
||||||
lemmy-dart client
|
lemmy-dart client
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
- a dart / flutter client.
|
- a dart / flutter client.
|
||||||
|
|
Loading…
Reference in a new issue