From 6d91487d79c6aaf449140655bf60603f4addac24 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Sat, 15 Jul 2023 20:54:24 -0500 Subject: [PATCH] Fix typo in config for DRI of handbook page (#12789) --- website/config/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/custom.js b/website/config/custom.js index d406d36e8e..6ead1cc0c0 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -154,7 +154,7 @@ module.exports.custom = { // Handbook 'handbook/company': 'mikermcneil', - 'handbook/company/ceo-handbook': 'sampfluger88', + 'handbook/company/ceo-handbook.md': 'sampfluger88', 'handbook/business-operations': 'mikermcneil',// TODO: Transfer to joanne once the philosophical stuff is deduplicated 'handbook/engineering': 'lukeheath', 'handbook/product': 'zhumo',