diff --git a/README.md b/README.md index 3a655099..9223b1c4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ CVAT is free, online, interactive video and image annotation tool for computer vision. It is being used by our team to annotate million of objects with different properties. Many UI and UX decisions are based on feedbacks from professional data -annotation team. Try it online [cvat.org](https://cvat.org). +annotation team. Try it online [app.cvat.ai](https://app.cvat.ai). ![CVAT screenshot](site/content/en/images/cvat.jpg) @@ -102,7 +102,7 @@ For more information about supported formats look at the -## Online demo: [cvat.org](https://cvat.org) +## Online demo: [app.cvat.ai](https://app.cvat.ai) This is an online demo with the latest version of the annotation tool. Try it online without local installation. Only own or assigned tasks diff --git a/site/config.toml b/site/config.toml index 1a65fcb7..7d2f6a65 100644 --- a/site/config.toml +++ b/site/config.toml @@ -48,7 +48,7 @@ anchor = "smart" [[menu.main]] name = "Try it now" weight = 50 - url = "https://cvat.org" + url = "https://app.cvat.ai" [[menu.main]] name = "GitHub" weight = 60 diff --git a/site/content/en/about/_index.html b/site/content/en/about/_index.html index d080db7b..cc009bf3 100644 --- a/site/content/en/about/_index.html +++ b/site/content/en/about/_index.html @@ -46,7 +46,7 @@ menu:

2020

- UI based on React and AntD.
cvat.org as demo platform.
+ UI based on React and AntD.
app.cvat.ai as data platform.

2021 diff --git a/site/content/en/docs/_index.md b/site/content/en/docs/_index.md index c98dd7c5..7d7be595 100644 --- a/site/content/en/docs/_index.md +++ b/site/content/en/docs/_index.md @@ -11,7 +11,7 @@ menu: CVAT is a free, online, interactive video and image annotation tool for computer vision. It is being developed and used by Intel to annotate millions of objects with different properties. Many UI and UX decisions are based on feedbacks from professional data annotation team. -Try it online [cvat.org](https://cvat.org). +Try it online [app.cvat.ai](https://app.cvat.ai). Our documentation provides information for AI researchers, system administrators, developers, simple and advanced users. The documentation is divided into three sections, and each section is divided into subsections `basic` and `advanced`.