Skip to content

Commit d456981

Browse files
committed
footer: fix broken edit link
Fixes: #91
1 parent a8be9e3 commit d456981

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ keep_files:
5555
# Footer "Edit this page on GitHub" link text
5656
gh_edit_link: true # show or hide edit this page link
5757
gh_edit_link_text: "Edit this page on GitHub."
58-
gh_edit_repository: "https://github.com/bitcoin-dev-project/onboarding-to-bitcoin-core" # the github URL for your repo
59-
gh_edit_branch: "gh_pages" # the branch that your docs is served from
60-
gh_edit_source: "master" # the source that your files originate from
58+
gh_edit_repository: "https://github.com/chaincodelabs/onboarding-to-bitcoin-core" # the github URL for your repo
59+
gh_edit_branch: "master" # the branch that your docs is served from
6160
gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately
6261

6362
mermaid:

0 commit comments

Comments
 (0)