From 39f56f4bb532cda4b4bc5dee8c666908401df92a Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Fri, 18 Aug 2017 15:05:17 -0400 Subject: [PATCH] fixes #15 rearrange petstore example from light-4j to light-rest-4j as a tutorial --- docs/content/example/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/example/index.md b/docs/content/example/index.md index 2da5d879..d00a90a3 100644 --- a/docs/content/example/index.md +++ b/docs/content/example/index.md @@ -9,5 +9,5 @@ than any other style of microserivces. All rest examples can be found at https:/ Most example applications consist multiple services and only petstore is a single service which is described in [getting started](https://networknt.github.io/light-rest-4j/getting-started/) -The rest of examples are used in [tutorial](https://networknt.github.io/light-rest-4j/tutorial/) +The rest of examples are used in [tutorials](https://networknt.github.io/light-rest-4j/tutorial/) and you can follow them step by step into the details. \ No newline at end of file