Skip to content

Commit 5930f4e

Browse files
Merge pull request #192 from TIBCOSoftware/chore-update-readme
correcting recipe urls in docs folder
2 parents cfa09b1 + 7e1de0b commit 5930f4e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/web/content/getting-started/gateway.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ You can also disable the ping service using the command:
6363
./mashling-gateway -c <path to mashling json> -p=false
6464
```
6565

66-
The health check endpoint is available at *http://<GATEWAY IP>:<PING-PORT>/ping* with an expected result of:
66+
The health check endpoint is available at *http://GATEWAY-IP:PING-PORT/ping* with an expected result of:
6767

6868
```
6969
{"response":"Ping successful"}
7070
```
7171

72-
A more detailed health check response is available at *http://<GATEWAY IP>:<PING-PORT>/ping/details* with an example result of:
72+
A more detailed health check response is available at *http://GATEWAY-IP:PING-PORT/ping/details* with an example result of:
7373

7474
```
7575
{"Version":"0.2","Appversion":"1.0.0","Appdescription":"This is the first microgateway app"}

docs/web/content/getting-started/recipes/_index.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ pre: "<i class=\"fa fa-spoon\" aria-hidden=\"true\"></i> "
77

88
A recipe is a pre-configured Mashling JSON file which can be customized or used as is for a specific gateway use case.
99

10-
* **Event Dispatcher And Router** - Apache Kafka based event dispatcher that conditionally routes events to various handlers based on content. Download the recipe from https://www.mashling.io/gateway/event-dispatcher-router-mashling.
11-
* **Tunable HTTP Router** - This gateway queries different endpoints based on the context supplied as environment flag. Download the recipe from https://www.mashling.io/gateway/tunable-rest-gateway.
12-
* **MQTT Producer** - An HTTP to MQTT adapter. Download the recipe from https://www.mashling.io/gateway/mqtt-producer.
13-
* **REST Conditional Gateway** - This is a REST- based microgateway app. Download the recipe from https://www.mashling.io/gateway/secure-rest-gateway-with-basic-auth.
14-
* **HTTP Trigger To Kafka Publisher** - This is a simple recipe that illustrates receiving messages on a HTTP trigger and publishing it via Kafka. Download the recipe from https://www.mashling.io/gateway/RestTrigger-To-KafkaPublisher.
15-
* **Content-Based MQTT And HTTP Router** - A conditional MQTT and HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/gateway/mqtt-gateway.
16-
* **Mutual SSL HTTP Microgateway** - This is the HTTP based microgateway app with mutual SSL enabled. Download the recipe from https://www.mashling.io/gateway/secure-rest-gateway.
17-
* **Distributed Tracing** - A microgateway with distributed tracing configured with Zipkin as the tracer. Download the recipe from https://www.mashling.io/gateway/rest-gateway-with-tracing.
18-
* **Content-Based HTTP Router** - A conditional HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/gateway/rest-conditional-gateway.
19-
* **MQTT FaaS Dispatcher** - MQTT trigger that content routes to either a AWS Lambda function or an endpoint for Live Apps case creation. Download the recipe from https://www.mashling.io/gateway/mqtt-lambda-tci.
10+
* **Event Dispatcher And Router** - Apache Kafka based event dispatcher that conditionally routes events to various handlers based on content. Download the recipe from https://www.mashling.io/recipe/event-dispatcher-router-mashling.
11+
* **Tunable HTTP Router** - This gateway queries different endpoints based on the context supplied as environment flag. Download the recipe from https://www.mashling.io/recipe/tunable-rest-gateway.
12+
* **MQTT Producer** - An HTTP to MQTT adapter. Download the recipe from https://www.mashling.io/recipe/mqtt-producer.
13+
* **REST Conditional Gateway** - This is a REST- based microgateway app. Download the recipe from https://www.mashling.io/recipe/secure-rest-gateway-with-basic-auth.
14+
* **HTTP Trigger To Kafka Publisher** - This is a simple recipe that illustrates receiving messages on a HTTP trigger and publishing it via Kafka. Download the recipe from https://www.mashling.io/recipe/RestTrigger-To-KafkaPublisher.
15+
* **Content-Based MQTT And HTTP Router** - A conditional MQTT and HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/recipe/mqtt-gateway.
16+
* **Mutual SSL HTTP Microgateway** - This is the HTTP based microgateway app with mutual SSL enabled. Download the recipe from https://www.mashling.io/recipe/secure-rest-gateway.
17+
* **Distributed Tracing** - A microgateway with distributed tracing configured with Zipkin as the tracer. Download the recipe from https://www.mashling.io/recipe/rest-gateway-with-tracing.
18+
* **Content-Based HTTP Router** - A conditional HTTP router that routes requests based on content. Download the recipe from https://www.mashling.io/recipe/rest-conditional-gateway.
19+
* **MQTT FaaS Dispatcher** - MQTT trigger that content routes to either a AWS Lambda function or an endpoint for Live Apps case creation. Download the recipe from https://www.mashling.io/recipe/mqtt-lambda-tci.
2020

2121
The pre-configured recipes are available at https://www.mashling.io/moreRecipes.

0 commit comments

Comments
 (0)