From 88b72615c3952d99cdad3a01f0e21ba1d0ac5409 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Fri, 8 Mar 2019 14:19:12 -0800 Subject: [PATCH] updating readmes --- .../features/sql-big-data-cluster/app-deploy/addpy/README.md | 2 +- .../sql-big-data-cluster/app-deploy/magic8ball/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/sql-big-data-cluster/app-deploy/addpy/README.md b/samples/features/sql-big-data-cluster/app-deploy/addpy/README.md index 6cf91d04..909677b2 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/addpy/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/addpy/README.md @@ -73,7 +73,7 @@ To run this sample, you need the following prerequisites. "success": true } ``` -6. Any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. You can get the endpoint for the web service by running: +6. Any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. You can get the endpoint for the web service by running: ```bash mssqlctl app describe --name addpy --version [version] ``` diff --git a/samples/features/sql-big-data-cluster/app-deploy/magic8ball/README.md b/samples/features/sql-big-data-cluster/app-deploy/magic8ball/README.md index eb7cd613..37290feb 100644 --- a/samples/features/sql-big-data-cluster/app-deploy/magic8ball/README.md +++ b/samples/features/sql-big-data-cluster/app-deploy/magic8ball/README.md @@ -77,7 +77,7 @@ To run this sample, you need the following prerequisites. # delete app mssqlctl app delete --name magic8ball --version [version] ``` - Note that any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. See step 6 in the [Addpy sample](../addpy/) for detailed instructions on how to call the web service. + Note that any app you create is also accessible using a RESTful web service that is [Swagger](swagger.io) compliant. See step 6 in the [Addpy sample](../addpy/README.md#restapi) for detailed instructions on how to call the web service.