Skip to content

Commit

Permalink
Updated defaultHtmlStepUi.js to add docs link in UI (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjana091001 authored and jywarren committed Jan 15, 2020
1 parent bfff7e7 commit cded945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lib/defaultHtmlStepUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function DefaultHtmlStepUi(_sequencer, options) {
<div class="row step">\
<div class="col-md-4 details container-fluid">\
<div class="cal collapse in"><p>' +
'<i>' + (step.description || '') + '</i>' +
'<a href="https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#' + step.name + '-module">' + (step.description || '') + '</a>' +
'</p></div>\
</div>\
<div class="col-md-8 cal collapse in step-column">\
Expand Down

0 comments on commit cded945

Please sign in to comment.