Skip to content

Commit 2c64140

Browse files
authored
Merge pull request #92 from willcl-ark/fix-broken-edit-link
footer: fix broken edit link
2 parents a8be9e3 + d456981 commit 2c64140

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_config.yml

+2-3
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)