Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/helpactivity.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-04-19 13:11:46 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-04-19 13:11:46 (GMT)
commit18bbd1d1dc90a3110c29307d0cb1bf5c8899c1b7 (patch)
tree6c41df1463626d685193b81a5a9171869b96da94 /helpactivity.py
parentc73bc7261168da4c95e530f59c9f9fe17810ac39 (diff)
Update content for sugar 0.94
This content is based on the work on [1]. A repository with this content in rst format and the code needed to generate these html files is here [2]. I created a different repository to not include all the sources, and the generated content in the activity. [1] http://wiki.laptop.org/go/Help_Activity_refresh/TOC [2] https://git.sugarlabs.org/help-activity-content/ Sigend-off-by: Gonzalo Odiard <gonzalo@laptop.org>
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):