help: correct app links

This commit is contained in:
james acklin 2022-12-08 14:30:28 -05:00 committed by GitHub
parent 3e69e86312
commit b2d7e7a48e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,31 +14,31 @@ const groups: Record<string, Group> = {
title: 'Urbit Community',
icon: 'https://fabled-faster.nyc3.digitaloceanspaces.com/fabled-faster/2021.4.02..21.52.41-UC.png',
color: 'bg-black',
link: '/apps/landscape/~landscape/ship/~bitbet-bolbel/urbit-community'
link: '/apps/groups/groups/~bitbet-bolbel/urbit-community'
},
discovery: {
title: 'Group Discovery',
icon: 'https://urbit.me/images/icons/icon-512x512.png',
color: 'bg-green-300',
link: '/apps/landscape/~landscape/ship/~rondev/group-discovery'
link: '/apps/groups/groups/~rondev/group-discovery'
},
foundation: {
title: 'Urbit Foundation',
icon: 'https://interstellar.nyc3.digitaloceanspaces.com/battus-datsun/2022.11.07..19.39.22-Sig.png',
color: 'bg-black',
link: '/apps/landscape/~landscape/ship/~halbex-palheb/uf-public'
link: '/apps/groups/groups/~halbex-palheb/uf-public'
},
forge: {
title: 'The Forge',
icon: '',
color: 'bg-black',
link: '/apps/landscape/~landscape/ship/~middev/the-forge'
link: '/apps/groups/groups/ship/~middev/the-forge'
},
tlonSupport: {
title: 'Tlon Support Forum',
icon: '',
color: 'bg-yellow-500',
link: '/apps/landscape/~landscape/ship/~bitpyx-dildus/tlon-support'
link: '/apps/groups/groups/~bitpyx-dildus/tlon-support'
}
};