From d456981e54c0bbffa942e6c5d02320a5b4256bc5 Mon Sep 17 00:00:00 2001 From: willcl-ark Date: Wed, 19 Mar 2025 12:03:40 +0000 Subject: [PATCH] footer: fix broken edit link Fixes: #91 --- _config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index c4398a1..085a1c6 100644 --- a/_config.yml +++ b/_config.yml @@ -55,9 +55,8 @@ keep_files: # Footer "Edit this page on GitHub" link text gh_edit_link: true # show or hide edit this page link gh_edit_link_text: "Edit this page on GitHub." -gh_edit_repository: "https://github.com/bitcoin-dev-project/onboarding-to-bitcoin-core" # the github URL for your repo -gh_edit_branch: "gh_pages" # the branch that your docs is served from -gh_edit_source: "master" # the source that your files originate from +gh_edit_repository: "https://github.com/chaincodelabs/onboarding-to-bitcoin-core" # the github URL for your repo +gh_edit_branch: "master" # the branch that your docs is served from gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately mermaid: