Skip to content

Commit

Permalink
Update RedirectionDisclaimer.tsx (#625)
Browse files Browse the repository at this point in the history
* Update RedirectionDisclaimer.tsx

* Update check.yml
  • Loading branch information
pybuche committed Jun 14, 2023
1 parent 7b67638 commit 6db2497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install
run: yarn
- name: Lint
run: yarn test:lint --ignore-pattern '/__tests__/*'
run: yarn test:lint --fix --ignore-pattern '/__tests__/*'

type:
name: Type
Expand Down
2 changes: 1 addition & 1 deletion app/organisms/RedirectionDisclaimer.tsx
Expand Up @@ -29,7 +29,7 @@ export const RedirectionDisclaimer = () => (
</Title>
<p>
Retrouvez toutes nos offres dans le domaine du numérique sur{' '}
<a href="https://choisirleservicepublic.gouv.fr/">choisirleservicepublic.gouv.fr</a>, qui recense plus de 4000
<a href="https://choisirleservicepublic.gouv.fr/nos-offres/filtres/domaine/3522/">choisirleservicepublic.gouv.fr</a>, qui recense plus de 4000
offres à date.
</p>
</Content>
Expand Down

0 comments on commit 6db2497

Please sign in to comment.