Skip to content

Commit

Permalink
! point to the correct wiki endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed Jul 5, 2022
1 parent 4aff647 commit 7c7e88d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sources/controllers/Help.controller.php
Expand Up @@ -11,7 +11,7 @@
* copyright: 2011 Simple Machines (http://www.simplemachines.org)
* license: BSD, See included LICENSE.TXT for terms and conditions.
*
* @version 1.1
* @version 1.1.9
*
*/

Expand Down Expand Up @@ -62,12 +62,12 @@ public function action_help()
// Sections we are going to link...
$context['manual_sections'] = array(
'registering' => 'Registering',
'logging_in' => 'Logging_In',
'logging_in' => 'Logging In',
'profile' => 'Profile',
'search' => 'Search',
'posting' => 'Posting',
'bbc' => 'Bulletin_board_code',
'personal_messages' => 'Personal_messages',
'bbc' => 'BBC',
'personal_messages' => 'Personal Messages',
'memberlist' => 'Memberlist',
'calendar' => 'Calendar',
'features' => 'Features',
Expand Down

0 comments on commit 7c7e88d

Please sign in to comment.