Skip to content

Commit

Permalink
Update wishListGuideLink
Browse files Browse the repository at this point in the history
The page moved, so updating to the correct page instead of a redirect.

Was linking to https://github.com/DestinyItemManager/DIM/blob/master/docs/COMMUNITY_CURATIONS.md (deprecated)

Now links to https://github.com/DestinyItemManager/DIM/wiki/Creating-Wish-Lists
  • Loading branch information
s-crypt authored Jun 23, 2024
1 parent 5254a62 commit 98df248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shell/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const dimHelpMastodonLink = 'https://mstdn.games/@ThisIsDIM';
export const discordLink = 'https://discord.gg/UK2GWC7';
export const userGuideLink = 'https://guide.dim.gg';
export const wishListGuideLink =
'https://github.com/DestinyItemManager/DIM/blob/master/docs/COMMUNITY_CURATIONS.md';
'https://github.com/DestinyItemManager/DIM/wiki/Creating-Wish-Lists';

export const dimMastodonAccount = '@[email protected]';
export const bungieHelpAccount = '@BungieHelp';
Expand Down

0 comments on commit 98df248

Please sign in to comment.