diff options
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 55b2d422005..5270d41f479 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,8 +34,8 @@ extensions = [ 'edit_on_github', ] -edit_on_github_project = 'mamedev/docs' -edit_on_github_branch = 'master/source' +edit_on_github_project = 'mamedev/mame' +edit_on_github_branch = 'master/docs/source' # Math mathjax_path = "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" |