Skip to content

Commit 835b7f9

Browse files
author
Assaf Israel
committed
Fixing include relative links
1 parent f7fc327 commit 835b7f9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Each request must include your access key and an HTTP endpoint. The endpoint spe
2121

2222
Recall that Text Analytics is stateless so there are no data assets to manage. Your text is uploaded, analyzed upon receipt, and results are returned immediately to the calling application.
2323

24-
[!INCLUDE [text-analytics-api-references](../../../../includes/text-analytics-api-references.md)]
24+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2525

2626
## Prerequisites
2727

articles/cognitive-services/text-analytics/quickstarts/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: aahi
1717

1818
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with Go.
1919

20-
[!INCLUDE [text-analytics-api-references](../../../../includes/text-analytics-api-references.md)]
20+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2121

2222
## Prerequisites
2323

articles/cognitive-services/text-analytics/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: seo-java-july2019, seo-java-august2019
1818

1919
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with Java.
2020

21-
[!INCLUDE [text-analytics-api-references](../../../../includes/text-analytics-api-references.md)]
21+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2222

2323
## Prerequisites
2424

articles/cognitive-services/text-analytics/quickstarts/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: seo-javascript-september2019
1818

1919
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with Node.JS.
2020

21-
[!INCLUDE [text-analytics-api-references](../../../../includes/text-analytics-api-references.md)]
21+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2222

2323
## Prerequisites
2424

articles/cognitive-services/text-analytics/quickstarts/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: aahi
1717

1818
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with PHP.
1919

20-
[!INCLUDE [text-analytics-api-references](../../../../includes/text-analytics-api-references.md)]
20+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2121

2222
## Prerequisites
2323

articles/cognitive-services/text-analytics/quickstarts/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: aahi
1818

1919
Use this quickstart to begin analyzing language with the Text Analytics REST API and Python. This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities).
2020

21-
[!INCLUDE [text-analytics-api-references](../../../../includes/text-analytics-api-references.md)]
21+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2222

2323
## Prerequisites
2424

articles/cognitive-services/text-analytics/quickstarts/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: aahi
1717

1818
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with Ruby.
1919

20-
[!INCLUDE [text-analytics-api-references](../../../../includes/text-analytics-api-references.md)]
20+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2121

2222
## Prerequisites
2323

0 commit comments

Comments
 (0)