Skip to content

Commit

Permalink
fix: update slack link after switch to browserrouter
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed May 7, 2021
1 parent afea65e commit 5330126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/addons/slack.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SlackAddon extends Addon {

featureLink(event) {
const path = event.type === FEATURE_ARCHIVED ? 'archive' : 'features';
return `${this.unleashUrl}/#/${path}/strategies/${event.data.name}`;
return `${this.unleashUrl}/${path}/strategies/${event.data.name}`;
}

findSlackChannels({ tags = [] }) {
Expand Down

0 comments on commit 5330126

Please sign in to comment.