Fix links (#167)

This commit is contained in:
pollfly
2022-01-19 14:37:16 +02:00
committed by GitHub
parent 87078ea85f
commit 1290c50835
6 changed files with 9 additions and 9 deletions

View File

@@ -6,14 +6,14 @@ title: First Steps
## Install ClearML
First, [sign up for free](https://app.community.clear.ml)
First, [sign up for free](https://app.clear.ml)
Install the clearml python package:
```bash
pip install clearml
```
Connect your computer to the server by [creating credentials](https://app.community.clear.ml/profile), then run the below and follow the setup instructions:
Connect your computer to the server by [creating credentials](https://app.clear.ml/settings/workspace-configuration), then run the below and follow the setup instructions:
```bash
clearml-init
```

View File

@@ -3,7 +3,7 @@ title: First Steps
---
:::note
This tutorial assumes that you've already [signed up](https://app.community.clear.ml) to ClearML
This tutorial assumes that you've already [signed up](https://app.clear.ml) to ClearML
:::
ClearML provides tools for **automation**, **orchestration**, and **tracking**, all key in performing effective MLOps.
@@ -33,7 +33,7 @@ required python packages, and execute & monitor the process.
pip install clearml-agent
```
1. Connect the agent to the server by [creating credentials](https://app.community.clear.ml/profile), then run this:
1. Connect the agent to the server by [creating credentials](https://app.clear.ml/settings/workspace-configuration), then run this:
```bash
clearml-agent init