Skip to content

Commit

Permalink
Merge pull request #496 from Kitware/redact_help_link
Browse files Browse the repository at this point in the history
Remove mention of private GitHub project from TrackerDash
  • Loading branch information
zackgalbreath committed May 23, 2017
2 parents 7b2736f + 2784bd4 commit d48ab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TrackerDash/TopInfoBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TopInfoBar extends VisComponent {
this.branch = settings.branch || 'No branch set';
this.day = settings.day || this.getToday();
this.submissionUuid = settings.submission_uuid;
this.helpLink = settings.help_link || 'https://github.com/Trailmix/RedwoodInternal/wiki/Midas-for-Metrics-Based-Testing#performance-dashboards';
this.helpLink = settings.help_link;
}

render () {
Expand Down

0 comments on commit d48ab85

Please sign in to comment.