Skip to content

Commit ecb1638

Browse files
authored
docs: fix about link (#9334)
The current link sends to a redirect, set it to the right link.
1 parent 912cb02 commit ecb1638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/footer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const companyCategory: Category = {
1414
links: [
1515
{
1616
text: 'About Us',
17-
href: 'https://mergify.com/about-us',
17+
href: 'https://mergify.com/about',
1818
},
1919
{
2020
text: 'Careers',

0 commit comments

Comments
 (0)