diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-12 17:32:45 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-12 17:32:45 -0700 |
commit | c39c925d8db1fd6a62033c1ece71cc4424899935 (patch) | |
tree | 89371aa7dc9da4b22351829cc97f3f800eb9106a /include/help.php | |
parent | b1fc29be117cd95ad175a9899d1102ee56471d5b (diff) | |
download | volse-hubzilla-c39c925d8db1fd6a62033c1ece71cc4424899935.tar.gz volse-hubzilla-c39c925d8db1fd6a62033c1ece71cc4424899935.tar.bz2 volse-hubzilla-c39c925d8db1fd6a62033c1ece71cc4424899935.zip |
grrr. stop making branding assumptions.
Diffstat (limited to 'include/help.php')
-rw-r--r-- | include/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/help.php b/include/help.php index e4725575d..ab31e9400 100644 --- a/include/help.php +++ b/include/help.php @@ -57,7 +57,7 @@ function get_help_content($tocpath = false) { if(! $text) { $doctype = 'bbcode'; $text = load_doc_file('doc/main.bb'); - goaway('/help/about/about_hubzilla'); + goaway('/help/about/about'); \App::$page['title'] = t('Help'); } |