Skip to content

Commit

Permalink
Merge pull request #28 from daphoenix/master
Browse files Browse the repository at this point in the history
Bug-fix for path literal string in the iib icon URL for tutorial JSON de...
  • Loading branch information
cathyyoung committed Mar 13, 2015
2 parents 527384a + 3f3da0a commit 6b56405
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 6b56405

Please sign in to comment.