Skip to content

Commit

Permalink
Merge pull request #407 from TIBCOSoftware/quickfix-update-docs
Browse files Browse the repository at this point in the history
Modified the documentation URL in Help section
  • Loading branch information
fcastill authored May 19, 2017
2 parents dd578d2 + 0d3c1d4 commit 729672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/flogo/components/navbar.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<i class="flogo-icon-help"></i>
</button>
<ul class="flogo-header__help-menu-content">
<li><a href="https://community.tibco.com/wiki/project-flogo-community-wiki?_ga=1.114961415.1423112884.1479356766" target="_blank">{{ 'NAVBAR:HELP-DOCUMENTATION' | translate }}</a></li>
<li><a href="https://tibcosoftware.github.io/flogo/" target="_blank">{{ 'NAVBAR:HELP-DOCUMENTATION' | translate }}</a></li>
<li><a href="https://www.youtube.com/watch?v=OHX4kKVdI28&feature=youtu.be" target="_blank">{{ 'NAVBAR:HELP-GETTING-STARTED' | translate }}</a></li>
<li><a (click)="activateInstructions($event)">{{ 'NAVBAR:HELP-OPEN-INSTRUCTIONS' | translate }}</a></li>
<li><a href="https://community.tibco.com/products/project-flogo?_ga=1.213003284.1423112884.1479356766" target="_blank">{{ 'NAVBAR:HELP-COMMUNITY' | translate }}</a></li>
Expand Down

0 comments on commit 729672b

Please sign in to comment.