Skip to content

Commit

Permalink
Updating a few links to the new site. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Aug 10, 2021
1 parent c3b768d commit f40638f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ understanding how things work and learning effective ways to exploit
its potential.

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

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

## Code Contributions

Expand Down
17 changes: 10 additions & 7 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

## Reporting a Vulnerability

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).
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).

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

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

See [CONTRIBUTING.md](https://github.com/SeleniumHQ/selenium/blob/master/CONTRIBUTING.md#issue-contributions)
See [CONTRIBUTING.md](https://github.com/SeleniumHQ/selenium/blob/trunk/CONTRIBUTING.md#issue-contributions)
21 changes: 13 additions & 8 deletions javascript/grid-ui/src/screens/Help/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@
// specific language governing permissions and limitations
// under the License.

import React, {ReactNode} from 'react'
import {Box, Container, Link, Typography} from '@material-ui/core'
import {createStyles, StyleRules, Theme, withStyles} from '@material-ui/core/styles'
import {RouteComponentProps, withRouter} from 'react-router-dom'
import React, { ReactNode } from 'react'
import { Box, Container, Link, Typography } from '@material-ui/core'
import {
createStyles,
StyleRules,
Theme,
withStyles
} from '@material-ui/core/styles'
import { RouteComponentProps, withRouter } from 'react-router-dom'

const useStyles = (theme: Theme): StyleRules => createStyles(
{
Expand Down Expand Up @@ -75,8 +80,8 @@ class Help extends React.Component<HelpProps, {}> {
>
More information about Selenium Grid can be found at the{' '}
<Link
href='https://www.selenium.dev/documentation/en/grid/'
target='_blank' rel='noreferrer'
href="https://www.selenium.dev/documentation/grid/"
target="_blank" rel="noreferrer"
>
documentation
</Link>.
Expand Down Expand Up @@ -122,8 +127,8 @@ class Help extends React.Component<HelpProps, {}> {
Selenium is made possible through the efforts of our open source
community, contributions from these{' '}
<Link
href='https://www.selenium.dev/documentation/en/front_matter/copyright_and_attributions/'
target='_blank' rel='noreferrer'
href="https://www.selenium.dev/documentation/about/copyright_and_attributions/"
target="_blank" rel='noreferrer'
>
people
</Link>
Expand Down

0 comments on commit f40638f

Please sign in to comment.