|
15 | 15 | // specific language governing permissions and limitations
|
16 | 16 | // under the License.
|
17 | 17 |
|
18 |
| -import React, {ReactNode} from 'react' |
19 |
| -import {Box, Container, Link, Typography} from '@material-ui/core' |
20 |
| -import {createStyles, StyleRules, Theme, withStyles} from '@material-ui/core/styles' |
21 |
| -import {RouteComponentProps, withRouter} from 'react-router-dom' |
| 18 | +import React, { ReactNode } from 'react' |
| 19 | +import { Box, Container, Link, Typography } from '@material-ui/core' |
| 20 | +import { |
| 21 | + createStyles, |
| 22 | + StyleRules, |
| 23 | + Theme, |
| 24 | + withStyles |
| 25 | +} from '@material-ui/core/styles' |
| 26 | +import { RouteComponentProps, withRouter } from 'react-router-dom' |
22 | 27 |
|
23 | 28 | const useStyles = (theme: Theme): StyleRules => createStyles(
|
24 | 29 | {
|
@@ -75,8 +80,8 @@ class Help extends React.Component<HelpProps, {}> {
|
75 | 80 | >
|
76 | 81 | More information about Selenium Grid can be found at the{' '}
|
77 | 82 | <Link
|
78 |
| - href='https://www.selenium.dev/documentation/en/grid/' |
79 |
| - target='_blank' rel='noreferrer' |
| 83 | + href="https://www.selenium.dev/documentation/grid/" |
| 84 | + target="_blank" rel="noreferrer" |
80 | 85 | >
|
81 | 86 | documentation
|
82 | 87 | </Link>.
|
@@ -122,8 +127,8 @@ class Help extends React.Component<HelpProps, {}> {
|
122 | 127 | Selenium is made possible through the efforts of our open source
|
123 | 128 | community, contributions from these{' '}
|
124 | 129 | <Link
|
125 |
| - href='https://www.selenium.dev/documentation/en/front_matter/copyright_and_attributions/' |
126 |
| - target='_blank' rel='noreferrer' |
| 130 | + href="https://www.selenium.dev/documentation/about/copyright_and_attributions/" |
| 131 | + target="_blank" rel='noreferrer' |
127 | 132 | >
|
128 | 133 | people
|
129 | 134 | </Link>
|
|
0 commit comments