From dfcc1cd0c29f2870c15625d5fbb52dba2df2c157 Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Fri, 17 Jul 2020 16:11:01 -0400 Subject: [PATCH] update samples links in template sdk (#10126) --- sdk/template/template/samples/javascript/README.md | 3 +-- sdk/template/template/samples/typescript/README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sdk/template/template/samples/javascript/README.md b/sdk/template/template/samples/javascript/README.md index ba220e60f218..a7404651589a 100644 --- a/sdk/template/template/samples/javascript/README.md +++ b/sdk/template/template/samples/javascript/README.md @@ -54,8 +54,7 @@ npx cross-env ENDPOINT="" API_KEY="" node sampleTemplate.js Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients. - -[sampleTemplate]: https://github.com/deyaaeldeen/azure-sdk-for-js/blob/update-template/sdk/template/template/samples/javascript/sampleTemplate.js +[sampleTemplate]: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/template/template/samples/javascript/sampleTemplate.js [apiref]: https://docs.microsoft.com/javascript/api [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/template/template/README.md diff --git a/sdk/template/template/samples/typescript/README.md b/sdk/template/template/samples/typescript/README.md index f5669d09e92b..d11c37245121 100644 --- a/sdk/template/template/samples/typescript/README.md +++ b/sdk/template/template/samples/typescript/README.md @@ -66,8 +66,7 @@ npx cross-env ENDPOINT="" API_KEY="" node dist/sampleTemplate Take a look at our [API Documentation][apiref] for more information about the APIs that are available in the clients. - -[sampleTemplate]: https://github.com/deyaaeldeen/azure-sdk-for-js/blob/update-template/sdk/template/template/samples/typescript/src/sampleTemplate.ts +[sampleTemplate]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/template/template/samples/typescript/src/sampleTemplate.ts [apiref]: https://docs.microsoft.com/javascript/api [freesub]: https://azure.microsoft.com/free/ [package]: https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/template/template/README.md