Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix broken link in migration banner (#8936)
Browse files Browse the repository at this point in the history
Classic mistake, file is a `.yaml` and original link was a `.yml`. I've
tested the new URL now the file is in main.
  • Loading branch information
jhchabran authored May 2, 2024
1 parent 057cc0b commit ebbc155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function Banner({ path }: { path: string }): JSX.Element {
please maintain an equivalent in the new{' '}
<a href="https://www.notion.so/sourcegraph">Notion-based handbook</a>. You can set up a redirection to
the corresponding Notion page by making a pull request against{' '}
<a href="https://github.com/sourcegraph/handbook/blob/main/data/notion_migration.yml">this file</a> to
<a href="https://github.com/sourcegraph/handbook/blob/main/data/notion_migration.yaml">this file</a> to
match the handbook path with the new Notion page.
</div>
</aside>,
Expand Down

0 comments on commit ebbc155

Please sign in to comment.