Skip to content

Commit

Permalink
Merge pull request strongloop#36 from ibm-apiconnect/feature/modifyre…
Browse files Browse the repository at this point in the history
…adme

fix the image link in README.md
  • Loading branch information
swissw authored Mar 3, 2017
2 parents a5b9b85 + 4d3b688 commit eb4f09a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/strongloop/microgateway/blob/master/MicroGatewayArchitecture2.png "MicroGateway Component Structure"
[microgateway-components]: https://github.com/ibm-apiconnect/microgateway/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/strongloop/microgateway/blob/master/ContextVariablesPart1.png "MicroGateway Context Variables"
[context-variables-part1]: https://github.com/ibm-apiconnect/microgateway/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/strongloop/microgateway/blob/master/ContextVariablesPart2.png "MicroGateway Context Variables"
[context-variables-part2]: https://github.com/ibm-apiconnect/microgateway/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 Expand Up @@ -176,7 +176,7 @@ Following are the steps to install and run a stand alone microgateway
Step 1. Clone the microgateway repository
```
cd $HOME
git clone https://github.com/strongloop/microgateway.git
git clone https://github.com/ibm-apiconnect/microgateway.git
```

Step 2. Populate all of the necessary dependencies for the project
Expand Down

0 comments on commit eb4f09a

Please sign in to comment.