Skip to content

Commit d493816

Browse files
authored
Fix path to azure-ml images (#408)
1 parent 75c2ddb commit d493816

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/user_guides/integrations/mlstudio_designer.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To connect to the Feature Store from the Azure Machine Learning Designer, create
2121

2222
<p align="center">
2323
<figure>
24-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-1.png" alt="Add an Execute Python Script step">
24+
<img src="../../../assets/images/guides/integrations/azure/designer/step-1.png" alt="Add an Execute Python Script step">
2525
<figcaption>Add an Execute Python Script step</figcaption>
2626
</figure>
2727
</p>
@@ -30,7 +30,7 @@ In the pipeline, add a new `Execute Python Script` step and replace the Python s
3030

3131
<p align="center">
3232
<figure>
33-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-2.png" alt="Add the code to access the Feature Store">
33+
<img src="../../../assets/images/guides/integrations/azure/designer/step-2.png" alt="Add the code to access the Feature Store">
3434
<figcaption>Add the code to access the Feature Store</figcaption>
3535
</figure>
3636
</p>
@@ -39,12 +39,12 @@ In the pipeline, add a new `Execute Python Script` step and replace the Python s
3939

4040
Replace MY_VERSION, MY_API_KEY, MY_INSTANCE, MY_PROJECT and MY_FEATURE_GROUP with the respective values. The major version set for MY_VERSION needs to match the major version of Hopsworks. Check [PyPI](https://pypi.org/project/hsfs/#history) for available releases.
4141

42-
<p align="center">
43-
<figure>
44-
<img src="../../../assets/images/hopsworks-version.png" alt="HSFS version needs to match the major version of Hopsworks">
45-
<figcaption>You find the Hopsworks version inside any of your Project's settings tab on Hopsworks</figcaption>
46-
</figure>
47-
</p>
42+
<p align="center">
43+
<figure>
44+
<img src="../../../assets/images/hopsworks-version.png" alt="HSFS version needs to match the major version of Hopsworks">
45+
<figcaption>You find the Hopsworks version inside any of your Project's settings tab on Hopsworks</figcaption>
46+
</figure>
47+
</p>
4848

4949
```python
5050
import os
@@ -85,7 +85,7 @@ Select a compute target and save the step. The step is now ready to use:
8585

8686
<p align="center">
8787
<figure>
88-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-3.png" alt="Select a compute target">
88+
<img src="../../../assets/images/guides/integrations/azure/designer/step-3.png" alt="Select a compute target">
8989
<figcaption>Select a compute target</figcaption>
9090
</figure>
9191
</p>
@@ -94,7 +94,7 @@ As a next step, you have to connect the previously created `Execute Python Scrip
9494

9595
<p align="center">
9696
<figure>
97-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-4.png" alt="Add an Export Data step">
97+
<img src="../../../assets/images/guides/integrations/azure/designer/step-4.png" alt="Add an Export Data step">
9898
<figcaption>Add an Export Data step</figcaption>
9999
</figure>
100100
</p>
@@ -103,7 +103,7 @@ Configure the `Export Data` step to write to you data store of choice:
103103

104104
<p align="center">
105105
<figure>
106-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-5.png" alt="Configure the Export Data step">
106+
<img src="../../../assets/images/guides/integrations/azure/designer/step-5.png" alt="Configure the Export Data step">
107107
<figcaption>Configure the Export Data step</figcaption>
108108
</figure>
109109
</p>
@@ -112,7 +112,7 @@ Connect the to steps by drawing a line between them:
112112

113113
<p align="center">
114114
<figure>
115-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-6.png" alt="Connect the steps">
115+
<img src="../../../assets/images/guides/integrations/azure/designer/step-6.png" alt="Connect the steps">
116116
<figcaption>Connect the steps</figcaption>
117117
</figure>
118118
</p>
@@ -125,7 +125,7 @@ Finally, submit the pipeline and wait for it to finish:
125125

126126
<p align="center">
127127
<figure>
128-
<img src="../../../../assets/images/guides/integrations/azure/designer/step-7.png" alt="Execute the pipeline">
128+
<img src="../../../assets/images/guides/integrations/azure/designer/step-7.png" alt="Execute the pipeline">
129129
<figcaption>Execute the pipeline</figcaption>
130130
</figure>
131131
</p>

docs/user_guides/integrations/mlstudio_notebooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To access the Feature Store from Azure Machine Learning, open a Python notebook
2121

2222
<p align="center">
2323
<figure>
24-
<img src="../../../../assets/images/guides/integrations/azure/notebooks/step-1.png" alt="Connecting from an Azure Machine Learning Notebook">
24+
<img src="../../../assets/images/guides/integrations/azure/notebooks/step-1.png" alt="Connecting from an Azure Machine Learning Notebook">
2525
<figcaption>Connecting from an Azure Machine Learning Notebook</figcaption>
2626
</figure>
2727
</p>

0 commit comments

Comments
 (0)