Skip to content

Commit 976f8ff

Browse files
committed
fix media links
1 parent 9eabcd2 commit 976f8ff

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

articles/cognitive-services/personalizer/includes/quickstart-sdk-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In the Azure portal, both the key and endpoint values are available from the **q
4646

4747
In the Azure portal, in the Personalizer resource on the **Configuration** page, change the **Model update frequency** to 10 seconds. This short duration will train the service rapidly, allowing you to see how the top action changes for each iteration.
4848

49-
![Change model update frequency](./media/settings/configure-model-update-frequency-settings.png)
49+
![Change model update frequency](../media/settings/configure-model-update-frequency-settings.png)
5050

5151
When a Personalizer loop is first instantiated, there is no model since there has been no Reward API calls to train from. Rank calls will return equal probabilities for each item. Your application should still always rank content using the output of RewardActionId.
5252

@@ -179,6 +179,6 @@ Run the application with the dotnet `run` command from your application director
179179
dotnet run
180180
```
181181

182-
![The quickstart program asks a couple of questions to gather user preferences, known as features, then provides the top action.](media/csharp-quickstart-commandline-feedback-loop/quickstart-program-feedback-loop-example.png)
182+
![The quickstart program asks a couple of questions to gather user preferences, known as features, then provides the top action.](../media/csharp-quickstart-commandline-feedback-loop/quickstart-program-feedback-loop-example.png)
183183

184184
The [source code for this quickstart](https://github.com/Azure-Samples/cognitive-services-personalizer-samples/blob/master/quickstarts/csharp/PersonalizerExample/Program.cs) is available in the Personalizer samples GitHub repository.

articles/cognitive-services/personalizer/includes/quickstart-sdk-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ npm install @azure/ms-rest-azure-js @azure/ms-rest-js readline-sync uuid --save
7777

7878
In the Azure portal, in the Personalizer resource on the **Configuration** page, change the **Model update frequency** to 10 seconds. This will train the service rapidly, allowing you to see how the top action changes for each iteration.
7979

80-
![Change model update frequency](./media/settings/configure-model-update-frequency-settings.png)
80+
![Change model update frequency](../media/settings/configure-model-update-frequency-settings.png)
8181

8282
When a Personalizer loop is first instantiated, there is no model since there has been no Reward API calls to train from. Rank calls will return equal probabilities for each item. Your application should still always rank content using the output of RewardActionId.
8383

@@ -168,4 +168,4 @@ Run the application with the Node.js from your application directory.
168168
node sample.js
169169
```
170170

171-
![The quickstart program asks a couple of questions to gather user preferences, known as features, then provides the top action.](./media/csharp-quickstart-commandline-feedback-loop/quickstart-program-feedback-loop-example.png)
171+
![The quickstart program asks a couple of questions to gather user preferences, known as features, then provides the top action.](../media/csharp-quickstart-commandline-feedback-loop/quickstart-program-feedback-loop-example.png)

articles/cognitive-services/personalizer/includes/quickstart-sdk-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pip install azure-cognitiveservices-personalizer
5757

5858
In the Azure portal, in the Personalizer resource on the **Configuration** page, change the **Model update frequency** to 10 seconds. This will train the service rapidly, allowing you to see how the top action changes for each iteration.
5959

60-
![Change model update frequency](./media/settings/configure-model-update-frequency-settings.png)
60+
![Change model update frequency](../media/settings/configure-model-update-frequency-settings.png)
6161

6262
When a Personalizer loop is first instantiated, there is no model since there has been no Reward API calls to train from. Rank calls will return equal probabilities for each item. Your application should still always rank content using the output of RewardActionId.
6363

@@ -153,4 +153,4 @@ Run the application with the python from your application directory.
153153
python sample.py
154154
```
155155

156-
![The quickstart program asks a couple of questions to gather user preferences, known as features, then provides the top action.](./media/csharp-quickstart-commandline-feedback-loop/quickstart-program-feedback-loop-example.png)
156+
![The quickstart program asks a couple of questions to gather user preferences, known as features, then provides the top action.](../media/csharp-quickstart-commandline-feedback-loop/quickstart-program-feedback-loop-example.png)

articles/cognitive-services/personalizer/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- name: Quickstarts
1313
items:
1414
- name: Using SDK
15-
href: use-sdk-learning-loop.md
15+
href: sdk-learning-loop.md
1616
- name: Tutorials
1717
items:
1818
- name: Use Azure Notebook

0 commit comments

Comments
 (0)