Skip to content

Commit

Permalink
Update actionResponses.js (#106)
Browse files Browse the repository at this point in the history
We currently link to an old version of the community handbook, so this PR updates that link. Thanks!

Signed-off-by: Elizabeth Barron <[email protected]>
  • Loading branch information
ElizabethN authored Apr 26, 2024
1 parent d66a6cb commit 0cb0a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/actions/actionResponses.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function implement_metrics(say) {
async function learn_something_else(say) {
return await say(
`You clicked *Learn About Something Else*\n
We encourage you to read through our Community Handbook: https://handbook.chaoss.community/, and if you still can't find what you're looking for, feel free to ask your question in our <#C0207C3RETX> slack channel.`
We encourage you to read through our Community Documentation: https://chaoss.community/kb-chaoss-community/, and if you still can't find what you're looking for, feel free to ask your question in our <#C0207C3RETX> slack channel.`

);
}
Expand Down

0 comments on commit 0cb0a51

Please sign in to comment.