diff --git a/docs/getting_started/project_progress.md b/docs/getting_started/project_progress.md index 9f2932d2..aa1cd973 100644 --- a/docs/getting_started/project_progress.md +++ b/docs/getting_started/project_progress.md @@ -49,7 +49,7 @@ class. By extending this class, you can: * Send notifications via Slack or other channels * Trigger automated responses based on specific task conditions -ClearML provides an example Slackbot built using the [`Monitor`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py) class. The Slackbot does the following: +ClearML provides an example Slackbot built using the [`Monitor`](https://github.com/clearml/clearml/blob/master/clearml/automation/monitor.py) class. The example Slackbot does the following: * Monitors task status (completion, failure, etc.) * Sends notifications to a specified Slack channel