summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6151203..8f3d34e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -124,7 +124,7 @@ html_theme = 'alabaster'
html_theme_options = {
'show_powered_by': False,
'extra_nav_links': {
- 'browse source': 'https://notabug.org/rsd/lpschedule-generator',
+ 'Source': 'https://notabug.org/rsd/lpschedule-generator',
'Report Bugs': 'https://notabug.org/rsd/lpschedule-generator/issues'
}
}