From 61d9d931aef7f988716063357b5d7e8e88a8c956 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 7 Jun 2023 09:10:29 +0300 Subject: [PATCH] Edit README (#215) --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d93d73b..2c15e27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Contribution comes in many forms: * Reporting [issues](https://github.com/allegroai/clearml-helm-charts/issues) you've come upon -* Participating in issue discussions in the [issue tracker](https://github.com/allegroai/clearml-helm-charts/issues) and the [ClearML community slack space](https://join.slack.com/t/clearml/shared_invite/zt-1v74jzwkn-~XsuWB0btXOlfFQCh8DJQw) +* Participating in issue discussions in the [issue tracker](https://github.com/allegroai/clearml-helm-charts/issues) and the [ClearML community slack space](https://joinslack.clear.ml) * Suggesting new features or enhancements * Implementing new features or fixing outstanding issues @@ -51,7 +51,7 @@ Enhancement suggestions are tracked as GitHub issues. After you determine which Before you submit a new PR: * Verify the work you plan to merge addresses an existing [issue](https://github.com/allegroai/clearml-helm-charts/issues) (If not, open a new one) -* Check related discussions in the [ClearML slack community](https://join.slack.com/t/clearml/shared_invite/zt-1v74jzwkn-~XsuWB0btXOlfFQCh8DJQw) (Or start your own discussion on the `#clearml-dev` channel) +* Check related discussions in the [ClearML slack community](https://joinslack.clear.ml) (or start your own discussion on the `#clearml-dev` channel) * Make sure your code conforms to the ClearML coding standards by running: `flake8 --max-line-length=120 --statistics --show-source --extend-ignore=E501 ./clearml*` diff --git a/README.md b/README.md index 825fe15..73871b1 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,13 @@ Apache License, Version 2.0, (see the [LICENSE](https://www.apache.org/licenses/ ## Installation Guide -For installation instruction, follow related [Installation Guide](INSTALL.md). +For installation instructions, follow related [Installation Guide](INSTALL.md). ## Documentation, Community & Support See more information in the [official documentation](https://clear.ml/docs/latest/docs) and [on YouTube](https://www.youtube.com/c/ClearML). -If you have any questions, post on our [Slack Channel](https://join.slack.com/t/clearml/shared_invite/zt-1v74jzwkn-~XsuWB0btXOlfFQCh8DJQw), or tag your questions on [stackoverflow](https://stackoverflow.com/questions/tagged/clearml) with '**[clearml](https://stackoverflow.com/questions/tagged/clearml)**' tag (*previously [trains](https://stackoverflow.com/questions/tagged/trains) tag*). +If you have any questions, post on our [Slack Channel](https://joinslack.clear.ml), or tag your questions on [stackoverflow](https://stackoverflow.com/questions/tagged/clearml) with '**[clearml](https://stackoverflow.com/questions/tagged/clearml)**' tag (*previously [trains](https://stackoverflow.com/questions/tagged/trains) tag*). For feature requests or bug reports, please use [GitHub issues](https://github.com/allegroai/clearml-helm-charts/issues).