Skip to content

Commit f40638f

Browse files
committed
Updating a few links to the new site. [skip ci]
1 parent c3b768d commit f40638f

File tree

3 files changed

+29
-21
lines changed

3 files changed

+29
-21
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ understanding how things work and learning effective ways to exploit
4242
its potential.
4343

4444
The [seleniumhq.github.io](https://github.com/SeleniumHQ/seleniumhq.github.io/)
45-
repository contains both Selenium’s site and documentation. This is an ongoing
46-
effort (not targeted at any specific release) to provide updated information on
47-
how to use Selenium effectively, how to get involved and how to contribute to Selenium.
45+
repository contains both Selenium’s site and documentation. This is an ongoing effort (not targeted
46+
at any specific release) to provide updated information on how to use Selenium effectively, how to
47+
get involved and how to contribute to Selenium.
4848

49-
The official documentation of Selenium is at https://selenium.dev/documentation/.
50-
More details on how to get involved and contribute, please check the site's
51-
and documentation [contributing guidelines](https://selenium.dev/documentation/en/contributing/).
49+
The official documentation of Selenium is at https://selenium.dev/documentation/. More details on
50+
how to get involved and contribute, please check the site's and
51+
documentation [contributing guidelines](https://www.selenium.dev/documentation/about/contributing/).
5252

5353
## Code Contributions
5454

SECURITY.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
## Reporting a Vulnerability
44

5-
If you have found a security vulnerability in Selenium, or a dependency we use, please come speak to us on [Slack](https://selenium.dev/support).
5+
If you have found a security vulnerability in Selenium, or a dependency we use, please come speak to
6+
us on [Slack](https://selenium.dev/support).
67

7-
Please join the `#selenium-tlc` channel and say that you believe you have found a security issue.
8-
One of the [Selenium TLC members](https://www.selenium.dev/structure/#tlc)
9-
will send you a direct message to understand the problem. Once the problem is understood a newly created private channel
10-
will be created by the TLC Member and you will be invited to explain the problem further with the rest of the TLC members.
8+
Please join the `#selenium-tlc` channel and say that you believe you have found a security issue.
9+
One of the [Selenium TLC members](https://www.selenium.dev/project/structure/#tlc)
10+
will send you a direct message to understand the problem. Once the problem is understood a newly
11+
created private channel will be created by the TLC Member and you will be invited to explain the
12+
problem further with the rest of the TLC members.
1113

12-
Please provide a [concise reproducible test case](http://sscce.org/) and describe what results you are seeing and what results you expect.
14+
Please provide a [concise reproducible test case](http://sscce.org/) and describe what results you
15+
are seeing and what results you expect.
1316

14-
See [CONTRIBUTING.md](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIBUTING.md#issue-contributions)
17+
See [CONTRIBUTING.md](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md#issue-contributions)

javascript/grid-ui/src/screens/Help/Help.tsx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

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'
2227

2328
const useStyles = (theme: Theme): StyleRules => createStyles(
2429
{
@@ -75,8 +80,8 @@ class Help extends React.Component<HelpProps, {}> {
7580
>
7681
More information about Selenium Grid can be found at the{' '}
7782
<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"
8085
>
8186
documentation
8287
</Link>.
@@ -122,8 +127,8 @@ class Help extends React.Component<HelpProps, {}> {
122127
Selenium is made possible through the efforts of our open source
123128
community, contributions from these{' '}
124129
<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'
127132
>
128133
people
129134
</Link>

0 commit comments

Comments
 (0)