diff --git a/docs/organization/getting-involved.md b/docs/organization/getting-involved.md index 092effd..09f6fd3 100644 --- a/docs/organization/getting-involved.md +++ b/docs/organization/getting-involved.md @@ -38,7 +38,7 @@ There is always room for improvement for documentation around Budgie Desktop and Making software accessible to users around the world, in their native language, is incredibly important to the success of our project and to the success of the open source ecosystem as a whole. Enabling our software to be more translatable and more accessible is an active and always ongoing process, whether that is extending existing features or building new ones. -To facilitate translations, Buddies of Budgie uses the [Transifex](https://www.transifex.com/buddiesofbudgie/) platform to manage new translations. +To facilitate translations, Buddies of Budgie uses the [Transifex](https://explore.transifex.com/buddiesofbudgie/) platform to manage new translations. :::caution Work In Progress Translation support for our documentation (documents and user elements) is a work in progress. Keep an eye on this document, our [blog](https://buddiesofbudgie.org/blog), or our [Mastodon](https://floss.social/@BuddiesOfBudgie) for news on when documentation translations support is introduced! diff --git a/src/data/supportList.tsx b/src/data/supportList.tsx index b15049d..9f2d30c 100644 --- a/src/data/supportList.tsx +++ b/src/data/supportList.tsx @@ -78,14 +78,14 @@ export const SupportListData: SupportInfo[] = [ { budgieAvailablePostInstall: "10.8.2", budgieVersion: "10.8.1", - name: "Fedora Onyx", + name: "Fedora Budgie Atomic", showInGrid: true, summary: () => ( - - Fedora Onyx offers an atomic / immutable Fedora experience with a near-stock Budgie Desktop experience. + + Fedora Budgie Atomic offers an atomic / immutable Fedora experience with a near-stock Budgie Desktop experience. ), - website: "https://fedoraproject.org/onyx", + website: "https://fedoraproject.org/atomic-desktops/budgie/", }, { budgieAvailablePostInstall: "10.8.2", @@ -164,7 +164,7 @@ export const SupportListData: SupportInfo[] = [ }, { budgieAvailablePostInstall: null, - budgieVersion: "10.9", + budgieVersion: "10.9.1", name: "NixOS", installationInfo: () => ( <> diff --git a/static/img/distribution/screenshots/fedora-onyx.webp b/static/img/distribution/screenshots/fedora-budgie-atomic.webp similarity index 100% rename from static/img/distribution/screenshots/fedora-onyx.webp rename to static/img/distribution/screenshots/fedora-budgie-atomic.webp diff --git a/static/img/logos/fedora-onyx.svg b/static/img/logos/fedora-budgie-atomic.svg similarity index 100% rename from static/img/logos/fedora-onyx.svg rename to static/img/logos/fedora-budgie-atomic.svg