Skip to content

Commit c5bd26d

Browse files
committed
docs: use relative paths
1 parent f30fba6 commit c5bd26d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/general/helpers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ functions.
2020

2121
CodeIgniter does not load Helper Files by default, so the first step in
2222
using a Helper is to load it. Once loaded, it becomes globally available
23-
in your :doc:`controller </incoming/controllers>` and
24-
:doc:`views </outgoing/views>`.
23+
in your :doc:`controller <../incoming/controllers>` and
24+
:doc:`views <../outgoing/views>`.
2525

2626
Helpers are typically stored in your **system/Helpers**, or
2727
**app/Helpers** directory. CodeIgniter will look first in your
@@ -144,5 +144,5 @@ is as follows:
144144
Now What?
145145
=========
146146

147-
In the Table of Contents, you'll find a list of all the available :doc:`Helpers </helpers/index>`.
147+
In the Table of Contents, you'll find a list of all the available :doc:`Helpers <../helpers/index>`.
148148
Browse each one to see what they do.

0 commit comments

Comments
 (0)