Skip to content

Commit 55a82ae

Browse files
committed
fix links
1 parent b92f71a commit 55a82ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/machine-learning/concept-workspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The diagram shows the following components of a workspace:
3131
+ A workspace can contain [Azure Machine Learning compute instances](concept-compute-instance.md), cloud resources configured with the Python environment necessary to run Azure Machine Learning.
3232

3333
+ [User roles](how-to-assign-roles.md) enable you to share your workspace with other users, teams, or projects.
34-
+ [Compute targets](concept-compute-targets.md) are used to run your experiments.
34+
+ [Compute targets](concept-compute-target.md) are used to run your experiments.
3535
+ When you create the workspace, [associated resources](#associated-resources) are also created for you.
3636
+ Jobs are training runs you use to build your models. You can organize your jobs into Experiments.
3737
+ [Pipelines](concept-ml-pipelines.md) are reusable workflows for training and retraining your model.
@@ -81,7 +81,7 @@ You can also perform the following workspace management tasks:
8181
There are multiple ways to create a workspace:
8282

8383
* Use [Azure Machine Learning studio](quickstart-create-resources.md) to quickly create a workspace with default settings.
84-
* Use the [Azure portal](how-to-manage-workspace?tabs=azure-portal#create-a-workspace) for a point-and-click interface with more options.
84+
* Use the [Azure portal](how-to-manage-workspace.md?tabs=azure-portal#create-a-workspace) for a point-and-click interface with more options.
8585
* Use the [Azure Machine Learning SDK for Python](how-to-manage-workspace.md?tabs=python#create-a-workspace) to create a workspace on the fly from Python scripts or Jupyter notebooks.
8686
* Use an [Azure Resource Manager template](how-to-create-workspace-template.md) or the [Azure Machine Learning CLI](how-to-configure-cli.md) when you need to automate or customize the creation with corporate security standards.
8787
* If you work in Visual Studio Code, use the [VS Code extension](how-to-manage-resources-vscode.md#create-a-workspace).

articles/machine-learning/quickstart-create-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The workspace is the top-level resource for your machine learning activities, pr
2727

2828
## Create the workspace
2929

30-
If you already have a workspace, skip this section and continue to [Create a compute instance](#instance).
30+
If you already have a workspace, skip this section and continue to [Create a compute instance](#create-compute-instance).
3131

3232
If you don't yet have a workspace, create one now:
3333
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com)

0 commit comments

Comments
 (0)