Skip to content

Commit

Permalink
fix the image link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement committed Mar 3, 2017
1 parent eb4f09a commit 1179c36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ the processing of the request is complete. The **postflow** and
back to the client making the request.

![alt text][microgateway-components]
[microgateway-components]: https://github.com/ibm-apiconnect/microgateway/images/readme/MicroGatewayArchitecture2.png "MicroGateway Component Structure"
[microgateway-components]: https://github.com/ibm-apiconnect/microgateway/blob/develop/images/readme/MicroGatewayArchitecture2.png "MicroGateway Component Structure"

The **urlrewrite** middleware simply modifies the prefix of the
URL under certain conditions. For the most part, this is
Expand All @@ -116,7 +116,7 @@ Here are some of the context variables that are
automatically populated:

![alt text][context-variables-part1]
[context-variables-part1]: https://github.com/ibm-apiconnect/microgateway/images/readme/ContextVariablesPart1.png "MicroGateway Context Variables"
[context-variables-part1]: https://github.com/ibm-apiconnect/microgateway/blob/develop/images/readme/ContextVariablesPart1.png "MicroGateway Context Variables"

One object that is particularly important is the **message** object.
The **message** object contains the payload that was received from
Expand All @@ -128,7 +128,7 @@ back to the client.
Here are some other context variables:

![alt text][context-variables-part2]
[context-variables-part2]: https://github.com/ibm-apiconnect/microgateway/images/readme/ContextVariablesPart2.png "MicroGateway Context Variables"
[context-variables-part2]: https://github.com/ibm-apiconnect/microgateway/blob/develop/images/readme/ContextVariablesPart2.png "MicroGateway Context Variables"

The **request** object is another important object. It holds all of
the information about the original request that was received by the
Expand Down

0 comments on commit 1179c36

Please sign in to comment.