From ca7db4e5301a3f7eb37baa6136375a21950d9b6c Mon Sep 17 00:00:00 2001
From: Alexandre Boisselet <alexabois@gmail.com>
Date: Mon, 13 Mar 2023 14:58:44 +0100
Subject: [PATCH] DOCS: fix intro broken links (#1967)

Co-authored-by: Chris Holdgraf <choldgraf@gmail.com>
---
 docs/intro.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/intro.md b/docs/intro.md
index 11136574..5f6eb3f0 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -266,7 +266,7 @@ We have community discussions, talk about ideas, and share general questions and
 :::
 
 :::{grid-item-card}
-:link: https://executablebooks.org/en/latest/feature-vote.html
+:link: https://executablebooks.org/en/latest/feature-vote/
 :class-header: bg-light
 
 👍 Vote for new features
@@ -277,7 +277,8 @@ You can find a list of the top issues in the Executable Books issue leader board
 :::
 
 :::{grid-item-card}
-:link: contribute/intro.md
+:link: contribute/intro
+:link-type: doc
 :class-header: bg-light
 
 🙌 Contribute to projects
-- 
GitLab