diff options
author | 2017-05-10 10:41:29 -0400 | |
---|---|---|
committer | 2017-05-10 10:41:29 -0400 | |
commit | 847e0a1d14331268069fbb8f131bb1c59ee5399c (patch) | |
tree | e57291af4fc898a22ad7301d0bcc04ec43304ced /docs/source/conf.py | |
parent | 683950f25ec4be4ce5fdfec9a1fd3d696da3088e (diff) |
update edit docs link (nw)
update edit docs link (nw)
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" |