From 6d8afb092a2a657df8e0a0bc488a55e2e762e1ca Mon Sep 17 00:00:00 2001 From: niklub Date: Sat, 5 Jun 2021 13:20:20 +0200 Subject: [PATCH] Alias slack links (#1016) * Add aliased slack link * Fix more slack links Dedicated aliased URLs for blogs, docs, product, and github pages Co-authored-by: nik Co-authored-by: smoreface --- README.md | 2 +- docs/source/blog/release-070-cloud-storage-enablement.md | 2 +- docs/source/blog/release-080-time-series-labeling.md | 6 +++--- docs/source/blog/release-100.md | 2 +- docs/source/guide/ml_troubleshooting.md | 2 +- docs/source/guide/tasks.md | 2 +- docs/source/templates/time_series.md | 2 +- docs/themes/htx/layout/page.ejs | 2 +- docs/themes/htx/layout/partials/heartex_header.ejs | 2 +- docs/themes/htx/layout/partials/index.ejs | 4 ++-- label_studio/frontend/src/components/Error/Error.js | 2 +- label_studio/frontend/src/components/Menubar/Menubar.js | 2 +- label_studio/frontend/src/pages/ExportPage/ExportPage.js | 2 +- label_studio/templates/401.html | 2 +- label_studio/templates/403.html | 2 +- label_studio/templates/404.html | 2 +- label_studio/templates/500.html | 2 +- roadmap.md | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index d141e5aef566..92825a77a395 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![GitHub](https://img.shields.io/github/license/heartexlabs/label-studio?logo=heartex) ![label-studio:build](https://github.com/heartexlabs/label-studio/workflows/label-studio:build/badge.svg) ![GitHub release](https://img.shields.io/github/v/release/heartexlabs/label-studio?include_prereleases) -[Website](https://labelstud.io/) • [Docs](https://labelstud.io/guide/) • [Twitter](https://twitter.com/heartexlabs) • [Join Slack Community ](https://join.slack.com/t/label-studio/shared_invite/zt-qy37y73p-CCfEaEZvDylyQf4oatK40A) +[Website](https://labelstud.io/) • [Docs](https://labelstud.io/guide/) • [Twitter](https://twitter.com/heartexlabs) • [Join Slack Community ](http://slack.labelstud.io.s3-website-us-east-1.amazonaws.com?source=github-1) ## What is Label Studio? diff --git a/docs/source/blog/release-070-cloud-storage-enablement.md b/docs/source/blog/release-070-cloud-storage-enablement.md index 1c4990261c48..4ed7340cd87e 100644 --- a/docs/source/blog/release-070-cloud-storage-enablement.md +++ b/docs/source/blog/release-070-cloud-storage-enablement.md @@ -8,7 +8,7 @@ meta_description: Label Studio Release 0.7.0 includes new connectors to integrat Just a couple of weeks after our 0.6.0 release, we’re happy to announce a new big release. We’ve started the discussion about the cloud months ago, and as the first step in simplifying the integration, we’re happy to introduce cloud storage connectors, like AWS S3. -We’re also very interested to learn more from you about your ML pipelines, if you’re interested in having a conversation, please ping us on [Slack](https://join.slack.com/t/label-studio/shared_invite/zt-qy37y73p-CCfEaEZvDylyQf4oatK40A). +We’re also very interested to learn more from you about your ML pipelines, if you’re interested in having a conversation, please ping us on [Slack](http://slack.labelstud.io.s3-website-us-east-1.amazonaws.com?source=blog-release).
diff --git a/docs/source/blog/release-080-time-series-labeling.md b/docs/source/blog/release-080-time-series-labeling.md index f1b0eb3bdeb4..995c55e4f4a6 100644 --- a/docs/source/blog/release-080-time-series-labeling.md +++ b/docs/source/blog/release-080-time-series-labeling.md @@ -45,7 +45,7 @@ For examples below we will be using the following configuration: ``` -> If you're new to Label Studio, [learn](https://labelstud.io/tags/) how you can use tags to setup different labeling interfaces for your data +> If you're new to Label Studio, [learn](https://labelstud.io/tags/) how you can use tags to set up different labeling interfaces for your data Depending on where your time series data is coming from it can be formatted very differently. Label Studio provides a way to configure how time series parsing is done so you don't have to transform the original file. Let's start with a simple CSV like that: @@ -120,11 +120,11 @@ It's not always the case that you can label time series just by looking at the p
-This is an experimental feature right now, and we're working on finalizing the implementation, but if you have use-cases, ping us in [Slack](https://join.slack.com/t/label-studio/shared_invite/zt-qy37y73p-CCfEaEZvDylyQf4oatK40A), we will help you to set it up. +This is an experimental feature right now, and we're working on finalizing the implementation, but if you have use-cases, ping us in [Slack](http://slack.labelstud.io.s3-website-us-east-1.amazonaws.com?source=blog-release), we will help you to set it up. ## Next -Ready to try? [Install Label Studio](/guide/#Running-with-pip) following our guide and check the [template]() on time series configuration. Also, join the Slack channel if you need any help, have feedback, or feature requests. +Ready to try? [Install Label Studio](/guide/#Running-with-pip) following our guide and check the [template](/templates/time_series.html) on time series configuration. Also, join the Slack channel if you need any help, have feedback, or feature requests. Cheers! diff --git a/docs/source/blog/release-100.md b/docs/source/blog/release-100.md index 1d98b053f752..a70132aab4d9 100644 --- a/docs/source/blog/release-100.md +++ b/docs/source/blog/release-100.md @@ -91,6 +91,6 @@ We hope you’re excited to try out this new version of Label Studio! For the next month we will be focusing on fixing bugs and issues based on your feedback, so we’d like to ask you to join our Slack channel. The community is very active and no questions go unanswered and no feedback goes unnoticed. -Join Slack +Join Slack Next, we'll be releasing an update of our Label Studio Enterprise and then working on a new version of Label Studio. The focus for that version is more performance improvements and seamless integration into various ML pipelines. See you in Slack! diff --git a/docs/source/guide/ml_troubleshooting.md b/docs/source/guide/ml_troubleshooting.md index bff53f3a2ffe..be7055d92484 100644 --- a/docs/source/guide/ml_troubleshooting.md +++ b/docs/source/guide/ml_troubleshooting.md @@ -33,7 +33,7 @@ Your ML backend server might not have started properly. Click the error message to review the traceback. Common errors that you might see include: - Insufficient number of annotations completed for training to begin. - Memory issues on the server. -If you can't resolve the traceback issues by yourself, contact us on Slack. +If you can't resolve the traceback issues by yourself, contact us on Slack. ## My predictions are wrong or I don't see the model prediction results on the labeling page diff --git a/docs/source/guide/tasks.md b/docs/source/guide/tasks.md index c0af5d85a094..ffb07fca57fa 100644 --- a/docs/source/guide/tasks.md +++ b/docs/source/guide/tasks.md @@ -27,7 +27,7 @@ You can import many different types of data, including text, timeseries, audio, | Text | .txt | | Time series | .csv, .tsv | -If you don't see a supported data or file type that you want to import, reach out in the [Label Studio Slack community](https://join.slack.com/t/label-studio/shared_invite/zt-qy37y73p-CCfEaEZvDylyQf4oatK40A). +If you don't see a supported data or file type that you want to import, reach out in the [Label Studio Slack community](http://slack.labelstud.io.s3-website-us-east-1.amazonaws.com?source=docs-gdi). ## How to format your data to import it diff --git a/docs/source/templates/time_series.md b/docs/source/templates/time_series.md index 538d9aae1114..349843ea0da4 100644 --- a/docs/source/templates/time_series.md +++ b/docs/source/templates/time_series.md @@ -222,4 +222,4 @@ Or you can store time series data in tasks directly. ### Video & audio sync with time series -It's possible to synchronize TimeSeries with video and audio in Label Studio. Right now you can do it using HyperText tag with HTML objects `