Skip to content

Commit e37dc93

Browse files
Merge pull request #212381 from sdgilley/sdg-main-reflinks
fix include reflinks
2 parents 0a8235a + 143c7f7 commit e37dc93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/machine-learning/how-to-customize-compute-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Script arguments can be referred to in the script as $1, $2, etc.
5252

5353
If your script was doing something specific to azureuser such as installing conda environment or Jupyter kernel, you'll have to put it within `sudo -u azureuser` block like this
5454

55-
:::code language="bash" source="~/azureml-examples-main/setup-ci/install-pip-package.sh":::
55+
:::code language="bash" source="~/azureml-examples-main/setup/setup-ci/install-pip-package.sh":::
5656

5757
The command `sudo -u azureuser` changes the current working directory to `/home/azureuser`. You also can't access the script arguments in this block.
5858

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)