From 61adad0dca3086869e36c79cebf223ca04e5aabc Mon Sep 17 00:00:00 2001 From: Yuval Kogman Date: Tue, 2 Sep 2025 00:51:20 +0200 Subject: [PATCH] Update PDK roadmap link h/t @satsie for spotting that the existing link was not very informative --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 86a4c53..b5190c2 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -182,7 +182,7 @@ module.exports = { }, { text: 'PDK Roadmap', - link: "https://github.com/orgs/payjoin/projects/1", + link: "https://github.com/orgs/payjoin/projects/1/views/7", rel: 'noopener noreferrer' }, ]