File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ functions.
2020
2121CodeIgniter does not load Helper Files by default, so the first step in
2222using 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
2626Helpers 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:
144144Now 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 >`.
148148Browse each one to see what they do.
You can’t perform that action at this time.
0 commit comments