Skip to content

Commit

Permalink
update !rrlinks link to descriptive hyperlink (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonLef committed Aug 22, 2023
1 parent 925e68c commit 1abd7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const commandsList: Command[] = [
{
title: "Helpful links",
type: EmbedType.Rich,
description: `Reactiflux's Mark Erikson has put together a curated list of useful React & Redux links for developers of all skill levels. Check out https://github.com/markerikson/react-redux-links`,
description: `Reactiflux's Mark Erikson has put together [a curated list of useful React & Redux links](https://github.com/markerikson/react-redux-links) for developers of all skill levels.`,
color: EMBED_COLOR,
},
],
Expand Down

0 comments on commit 1abd7bf

Please sign in to comment.