Skip to content

Commit 5e096f8

Browse files
committed
fix include reflinks
1 parent 8498da3 commit 5e096f8

File tree

3 files changed

+395
-3
lines changed

3 files changed

+395
-3
lines changed

includes/machine-learning-connect-ws-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Replace your Subscription ID, Resource Group name and Workspace name in the code
1818
1. Copy the value for workspace, resource group and subscription ID into the code.
1919
1. If you're using a notebook inside studio, you'll need to copy one value, close the area and paste, then come back for the next one.
2020

21-
[!notebook-python[](~/azureml-examples-main/sdk/resources/compute/compute.ipynb?name=subscription_id)]
21+
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/compute/compute.ipynb?name=subscription_id)]
2222

23-
[!notebook-python[](~/azureml-examples-main/sdk/resources/compute/compute.ipynb?name=ml_client)]
23+
[!notebook-python[](~/azureml-examples-main/sdk/python/resources/compute/compute.ipynb?name=ml_client)]
2424

2525
`ml_client` is a handler to the workspace that you'll use to manage other resources and jobs.

includes/machine-learning-service-local-deploy-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ The entries in the `deploymentconfig.json` document map to the parameters for [L
1616
This JSON is an example deployment configuration for use with the CLI:
1717

1818

19-
:::code language="json" source="~/azureml-examples-main/python-sdk/tutorials/deploy-local/deploymentconfig.json":::
19+
:::code language="json" source="~/azureml-examples-main/v1/python-sdk/tutorials/deploy-local/deploymentconfig.json":::
2020

2121
Save this JSON as a file called `deploymentconfig.json`.

0 commit comments

Comments
 (0)