From d3e986393ac8d1a1ea48302224962570ab8e6f9e Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 27 Jan 2022 12:15:04 +0200 Subject: [PATCH] Fix links (#558) --- README.md | 12 ++++++------ clearml/backend_api/session/session.py | 2 +- clearml/cli/config/__main__.py | 10 +++++----- docs/datasets.md | 2 +- docs/trains.conf | 2 +- examples/clearml_agent/clearml_colab_agent.ipynb | 8 ++++---- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f0fce655..9530ce23 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![Optuna](https://img.shields.io/badge/Optuna-integrated-blue)](https://optuna.org) [![Slack Channel](https://img.shields.io/badge/slack-%23clearml--community-blueviolet?logo=slack)](https://join.slack.com/t/clearml/shared_invite/zt-c0t13pty-aVUZZW1TSSSg2vyIGVPBhg) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/allegroai)](https://artifacthub.io/packages/search?repo=allegroai) -[![Signup](https://img.shields.io/badge/Clear%7CML-Signup-blueviolet)](https://app.community.clear.ml) +[![Signup](https://img.shields.io/badge/Clear%7CML-Signup-blueviolet)](https://app.clear.ml) --- @@ -27,18 +27,18 @@ ClearML is a ML/DL development and production suite, it contains three main modu (S3/GS/Azure/NAS) -Instrumenting these components is the **ClearML-server**, see [Self-Hosting](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server) & [Free tier Hosting](https://app.community.clear.ml) +Instrumenting these components is the **ClearML-server**, see [Self-Hosting](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server) & [Free tier Hosting](https://app.clear.ml) ---
-**[Sign up](https://app.community.clear.ml) & [Start using](https://clear.ml/docs/) in under 2 minutes** +**[Sign up](https://app.clear.ml) & [Start using](https://clear.ml/docs/) in under 2 minutes**
--- - + ## ClearML Experiment Manager @@ -69,7 +69,7 @@ Instrumenting these components is the **ClearML-server**, see [Self-Hosting](htt #### [Start using ClearML](https://clear.ml/docs/latest/docs/getting_started/ds/ds_first_steps) -1. Sign up for free to the [ClearML Hosted Service](https://app.community.clear.ml) (alternatively, you can set up your own server, see [here](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server)). +1. Sign up for free to the [ClearML Hosted Service](https://app.clear.ml) (alternatively, you can set up your own server, see [here](https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server)). > **_ClearML Demo Server:_** ClearML no longer uses the demo server by default. To enable the demo server, set the `CLEARML_NO_DEFAULT_SERVER=0` > environment variable. Credentials aren't needed, but experiments launched to the demo server are public, so make sure not @@ -81,7 +81,7 @@ Instrumenting these components is the **ClearML-server**, see [Self-Hosting](htt pip install clearml ``` -1. Connect the ClearML SDK to the server by [creating credentials](https://app.community.clear.ml/profile), then execute the command +1. Connect the ClearML SDK to the server by [creating credentials](https://app.clear.ml/settings/workspace-configuration), then execute the command below and follow the instructions: ```bash diff --git a/clearml/backend_api/session/session.py b/clearml/backend_api/session/session.py index 745c4127..da9566bd 100644 --- a/clearml/backend_api/session/session.py +++ b/clearml/backend_api/session/session.py @@ -174,7 +174,7 @@ class Session(TokenManager): raise ValueError( "ClearML configuration could not be found (missing `~/clearml.conf` or Environment CLEARML_API_HOST)\n" "To get started with ClearML: setup your own `clearml-server`, " - "or create a free account at https://app.community.clear.ml" + "or create a free account at https://app.clear.ml" ) self._ssl_error_count_verbosity = self.config.get( diff --git a/clearml/cli/config/__main__.py b/clearml/cli/config/__main__.py index 65cff178..ec2256c3 100644 --- a/clearml/cli/config/__main__.py +++ b/clearml/cli/config/__main__.py @@ -15,10 +15,10 @@ from clearml.config import config_obj from clearml.utilities.pyhocon import ConfigFactory, ConfigMissingException description = "\n" \ - "Please create new clearml credentials through the profile page in " \ - "your `clearml-server` web app (e.g. http://localhost:8080/profile) \n"\ - "Or create a free account at https://app.community.clear.ml/profile\n\n" \ - "In the profile page, press \"Create new credentials\", then press \"Copy to clipboard\".\n" \ + "Please create new clearml credentials through the settings page in " \ + "your `clearml-server` web app (e.g. http://localhost:8080//settings/workspace-configuration) \n"\ + "Or create a free account at https://app.clear.ml/settings/workspace-configuration\n\n" \ + "In settings page, press \"Create new credentials\", then press \"Copy to clipboard\".\n" \ "\n" \ "Paste copied configuration here:\n" @@ -155,7 +155,7 @@ def main(): ' api_server: %s\n' \ ' web_server: %s\n' \ ' files_server: %s\n' \ - ' # Credentials are generated using the webapp, %s/profile\n' \ + ' # Credentials are generated using the webapp, %s/settings\n' \ ' # Override with os environment: CLEARML_API_ACCESS_KEY / CLEARML_API_SECRET_KEY\n' \ ' credentials {"access_key": "%s", "secret_key": "%s"}\n' \ '}\n' \ diff --git a/docs/datasets.md b/docs/datasets.md index 25e8942d..d81d73fb 100644 --- a/docs/datasets.md +++ b/docs/datasets.md @@ -2,7 +2,7 @@ ## Decoupling Data from Code - The Dataset Paradigm - + ### The ultimate goal of `clearml-data` is to transform datasets into configuration parameters Just like any other argument, the dataset argument should retrieve a full local copy of the diff --git a/docs/trains.conf b/docs/trains.conf index aef8f56e..a56a509f 100644 --- a/docs/trains.conf +++ b/docs/trains.conf @@ -9,7 +9,7 @@ api { # file server on port 8081 files_server: "http://localhost:8081" - # Credentials are generated using the webapp, http://localhost:8080/profile + # Credentials are generated using the webapp, http://localhost:8080/settings/workspace-configuration credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"} # verify host ssl certificate, set to False only if you have a very good reason diff --git a/examples/clearml_agent/clearml_colab_agent.ipynb b/examples/clearml_agent/clearml_colab_agent.ipynb index 17b69a24..5e59daa0 100644 --- a/examples/clearml_agent/clearml_colab_agent.ipynb +++ b/examples/clearml_agent/clearml_colab_agent.ipynb @@ -88,7 +88,7 @@ }, "source": [ "## Step 3: Create new credentials: \n", - "1. Go to your [ClearML WebApp **Profile**](https://app.community.clear.ml/profile). \n", + "1. Go to your [ClearML WebApp **Settings**](https://app.clear.ml/settings/workspace-configuration). \n", "1. Under the **WORKSPACES** section, go to **App Credentials**, and click **+ Create new credentials**\n", "1. Copy your credentials" ] @@ -116,9 +116,9 @@ "\n", "from clearml import Task\n", "\n", - "web_server = 'https://app.community.clear.ml'#@param {type:\"string\"} \n", - "api_server = 'https://api.community.clear.ml'#@param {type:\"string\"} \n", - "files_server = 'https://files.community.clear.ml'#@param {type:\"string\"}\n", + "web_server = 'https://app.clear.ml'#@param {type:\"string\"} \n", + "api_server = 'https://api.clear.ml'#@param {type:\"string\"} \n", + "files_server = 'https://files.clear.ml'#@param {type:\"string\"}\n", "access_key = ''#@param {type:\"string\"}\n", "secret_key = ''#@param {type:\"string\"}\n", "\n",