Skip to content

Commit 63c4108

Browse files
committed
use Link to collections list view
Issue: AAH-2172
1 parent 7fc1176 commit 63c4108

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/containers/landing/landing-page.tsx

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Trans, t } from '@lingui/macro';
22
import * as React from 'react';
3+
import { Link } from 'react-router-dom';
34
import {
45
AlertList,
56
AlertType,
@@ -74,13 +75,9 @@ export class LandingPage extends React.Component<RouteProps, IState> {
7475
<p>
7576
<Trans>
7677
Use the{' '}
77-
<a
78-
href='https://galaxy.ansible.com/search?deprecated=false&keywords=&order_by=-relevance'
79-
target='_blank'
80-
rel='noreferrer'
81-
>
82-
Search page
83-
</a>{' '}
78+
<Link to={formatPath(Paths.collections)}>
79+
Search page{' '}
80+
</Link>
8481
to find content for your project, then download them onto
8582
your Ansible host using{' '}
8683
<a

0 commit comments

Comments
 (0)