Skip to content

Commit

Permalink
Bug-fix for path literal string in the iib icon URL for tutorial JSON…
Browse files Browse the repository at this point in the history
… details.

Was:
<img src='<%= header.repoUrlProtocol %><%= header.repoUrlSite %>/dist/images/icons/iib/startFlowExerciser.png' alt='' />

Changed to:
<img src='<%= header.repoUrlProtocol %><%= header.repoUrlSite %>/ot4i.tutorials/dist/images/icons/iib/startFlowExerciser.png' alt='' />
  • Loading branch information
Dawn Ahukanna committed Mar 13, 2015
1 parent dab7a81 commit 3f3da0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tutorialExample/en/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@
"details":
[
{
"details": "Open the HTTPInputMessageFlow, and click the Flow Exerciser icon <img src='<%= header.repoUrlProtocol %><%= header.repoUrlSite %>/dist/images/icons/iib/startFlowExerciser.png' alt='' /> to start recording the message path through the flow."
"details": "Open the HTTPInputMessageFlow, and click the Flow Exerciser icon <img src='<%= header.repoUrlProtocol %><%= header.repoUrlSite %>/ot4i.tutorials//dist/images/icons/iib/startFlowExerciser.png' alt='' /> to start recording the message path through the flow."
},
{
"details": "Click the Send Message icon <img src='<%= header.repoUrlProtocol %><%= header.repoUrlSite %>/dist/images/icons/iib/sendMessage.png' alt='' /> to select a message to send to the flow."
"details": "Click the Send Message icon <img src='<%= header.repoUrlProtocol %><%= header.repoUrlSite %>/ot4i.tutorials/dist/images/icons/iib/sendMessage.png' alt='' /> to select a message to send to the flow."
},
{
"details": "Choose the ExampleInputMessage1, edit the message data if you like, and click Send. Your request message is sent to the HTTP input node.",
Expand Down

0 comments on commit 3f3da0a

Please sign in to comment.