Skip to content

Commit 006c9f9

Browse files
Merge pull request #222461 from pritamso/Broken-link-fix-shouryaj
Broken link fixed
2 parents 78c6c18 + ee568b5 commit 006c9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ It might take a few minutes to start the job and the training applications speci
192192

193193
- To connect via SSH to the container where the job is running, run the command `az ml job connect-ssh --name <job-name> --node-index <compute node index> --private-key-file-path <path to private key>`. To set up the Azure Machine Learning CLIv2, follow this [guide](./how-to-configure-cli.md).
194194

195-
You can find the reference documentation for the SDKv2 [here](/sdk/azure/ml).
195+
You can find the reference documentation for the SDKv2 [here](/azure/machine-learning/).
196196

197197
You can access the applications only when they are in **Running** status and only the **job owner** is authorized to access the applications. If you're training on multiple nodes, you can pick the specific node you would like to interact with by passing in the node index.
198198

0 commit comments

Comments
 (0)