Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/helpactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpactivity.py')
-rwxr-xr-xhelpactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpactivity.py b/helpactivity.py
index 378163b..4d7013d 100755
--- a/helpactivity.py
+++ b/helpactivity.py
@@ -29,7 +29,7 @@ from sugar3.activity.widgets import StopButton
from viewtoolbar import ViewToolbar
HOME = 'file://' + os.path.join(activity.get_bundle_path(),
- 'help/XO_Introduction.html')
+ 'help/index.html')
class HelpActivity(activity.Activity):