Changed openvino link, kept referer (#4287)

main
Andrey Zhavoronkov 4 years ago committed by GitHub
parent c248a9a3f4
commit f60a448d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,12 @@
{
"name": "cvat-ui",
"version": "1.34.1",
"version": "1.34.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cvat-ui",
"version": "1.34.1",
"version": "1.34.2",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.6.3",

@ -1,6 +1,6 @@
{
"name": "cvat-ui",
"version": "1.34.1",
"version": "1.34.2",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {

@ -1,4 +1,4 @@
// Copyright (C) 2020-2021 Intel Corporation
// Copyright (C) 2020-2022 Intel Corporation
//
// SPDX-License-Identifier: MIT
@ -74,7 +74,9 @@ function LoginPageComponent(props: LoginPageComponentProps & RouteComponentProps
<Divider />
<Text type='secondary'>
Learn more about products of
<a target='_blank' rel='noopener noreferrer' href={consts.OPENVINO_URL}> OpenVINO Toolkit </a>
{/* It is important to keep the referer header here */}
{/* eslint-disable-next-line react/jsx-no-target-blank */}
<a target='_blank' rel='noopener' href={consts.OPENVINO_URL}> OpenVINO Toolkit </a>
</Text>
<Button
href={consts.OPENVINO_URL}

@ -1,4 +1,4 @@
// Copyright (C) 2019-2021 Intel Corporation
// Copyright (C) 2019-2022 Intel Corporation
//
// SPDX-License-Identifier: MIT
@ -25,7 +25,7 @@ const DEFAULT_PROJECT_SUBSETS = ['Train', 'Test', 'Validation'];
const INTEL_TERMS_OF_USE_URL = 'https://www.intel.com/content/www/us/en/legal/terms-of-use.html';
const INTEL_COOKIES_URL = 'https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html';
const INTEL_PRIVACY_URL = 'https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html';
const OPENVINO_URL = 'https://docs.openvino.ai';
const OPENVINO_URL = 'https://docs.openvino.ai/latest/index.html';
const DEFAULT_AWS_S3_REGIONS: string[][] = [
['us-east-1', 'US East (N. Virginia)'],
['us-east-2', 'US East (Ohio)'],

Loading…
Cancel
Save