Skip to content

Commit 08f2562

Browse files
committed
feat: update footer links and donation URL in contributing guides
1 parent 239b4a9 commit 08f2562

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/components/Footer.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ const year = new Date().getFullYear();
3636
<nav aria-label={t.footer.community}>
3737
<h3>{t.footer.community}</h3>
3838
<a href={links.org} target="_blank" rel="noopener">GitHub ↗</a>
39-
<a href={links.imagesRepo} target="_blank" rel="noopener">luminusOS/images ↗</a>
40-
<a href={links.auroraRepo} target="_blank" rel="noopener">luminusOS/aurora-shell ↗</a>
41-
<a href={links.aetherisRepo} target="_blank" rel="noopener">luminusOS/aetheris ↗</a>
39+
<a href={links.discord} target="_blank" rel="noopener">Discord ↗</a>
4240
<a href={links.releasesAll} target="_blank" rel="noopener">Releases ↗</a>
4341
</nav>
4442
</div>

src/i18n/translations.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ export const links = {
710710
releasesAll: 'https://github.com/luminusOS/images/releases',
711711
releasesApi: 'https://api.github.com/repos/luminusOS/images/releases/latest',
712712
org: 'https://github.com/luminusOS',
713+
discord: 'https://discord.gg/eVmXsqkvkw',
713714
imagesRepo: 'https://github.com/luminusOS/images',
714715
auroraRepo: 'https://github.com/luminusOS/aurora-shell',
715716
aetherisRepo: 'https://github.com/luminusOS/aetheris',
@@ -720,5 +721,5 @@ export const links = {
720721
wikiSite: 'https://wiki.luminusos.org',
721722
blogSite: 'https://blog.luminusos.org',
722723
websiteRepo: 'https://github.com/luminusOS/website',
723-
donate: 'https://github.com/sponsors/luminusOS',
724+
donate: 'https://opencollective.com/luminusos',
724725
};

wiki/src/content/docs/guides/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ suggestion and pull request shapes the project.
2727
- **Translate.** The website and this wiki speak English and Portuguese so
2828
far. More languages are welcome.
2929
- **Code.** The images repo and Aurora Shell both have good first issues.
30-
- **Support the project.** [Donations](https://github.com/sponsors/luminusOS)
30+
- **Support the project.** [Donations](https://opencollective.com/luminusos)
3131
help us ship the next edition sooner.
3232

3333
## Future editions

wiki/src/content/docs/pt-br/guides/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ issue, sugestão e pull request molda o projeto.
2828
Mais línguas são bem-vindas.
2929
- **Programe.** O repo das imagens e o Aurora Shell têm boas issues para
3030
começar.
31-
- **Apoie o projeto.** [Doações](https://github.com/sponsors/luminusOS)
31+
- **Apoie o projeto.** [Doações](https://opencollective.com/luminusos)
3232
ajudam a próxima edição a chegar mais cedo.
3333

3434
## Edições futuras

0 commit comments

Comments
 (0)