Skip to content

Commit 6ee264b

Browse files
committed
Updated the link in the footer to master
The _config.yml file has a gh_edit_branch variable that was pointing to the unintended tesseract branch. This commit updated that variable so that it now points to the master branch. Resolves: issue #195 Signed-off-by: Anderson Caminha <[email protected]>
1 parent a4332cd commit 6ee264b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ footer_content: 'Copyright &copy CHAOSS; 2017-2021. <br>Distributed by an <a hre
6363
gh_edit_link: true # show or hide edit this page link
6464
gh_edit_link_text: "Edit this page on GitHub"
6565
gh_edit_repository: "https://github.com/chaoss/grimoirelab-tutorial" # the github URL for your repo
66-
gh_edit_branch: "tesseract" # the branch that your docs is served from
66+
gh_edit_branch: "master" # the branch that your docs is served from
6767
# gh_edit_source: docs # the source that your files originate from
6868
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
6969

0 commit comments

Comments
 (0)