File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 214
214
<button id="menuToggle">☰</button>
215
215
</li>
216
216
<li class="menu-item hidden"><a href="#">Home</a></li>
217
- <li class="menu-item hidden"><a href="https://codeigniter4.github.io/userguide /" target="_blank">Docs</a>
217
+ <li class="menu-item hidden"><a href="https://codeigniter.com/user_guide /" target="_blank">Docs</a>
218
218
</li>
219
219
<li class="menu-item hidden"><a href="https://forum.codeigniter.com/" target="_blank">Community</a></li>
220
220
<li class="menu-item hidden"><a
221
- href="https://github .com/codeigniter4/CodeIgniter4/blob/develop/CONTRIBUTING.md " target="_blank">Contribute</a>
221
+ href="https://codeigniter .com/contribute " target="_blank">Contribute</a>
222
222
</li>
223
223
</ul>
224
224
</div>
264
264
265
265
<p>The User Guide contains an introduction, tutorial, a number of "how to"
266
266
guides, and then reference documentation for the components that make up
267
- the framework. Check the <a href="https://codeigniter4.github.io/userguide "
267
+ the framework. Check the <a href="https://codeigniter.com/user_guide/ "
268
268
target="_blank">User Guide</a> !</p>
269
269
270
270
<h2>
Original file line number Diff line number Diff line change 1
1
<p class =" debug-bar-alignRight" >
2
- <a href =" https://codeigniter4.github.io/CodeIgniter4/index.html " target =" _blank" >Read the CodeIgniter docs...</a >
2
+ <a href =" https://codeigniter.com/user_guide/ " target =" _blank" >Read the CodeIgniter docs...</a >
3
3
</p >
4
4
5
5
<table >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ abstract class BaseHandler implements SessionHandlerInterface
41
41
* Cookie prefix
42
42
*
43
43
* The Config\Cookie::$prefix setting is completely ignored.
44
- * See https://codeigniter4.github.io/CodeIgniter4 /libraries/sessions.html#session-preferences
44
+ * See https://codeigniter.com/user_guide /libraries/sessions.html#session-preferences
45
45
*
46
46
* @var string
47
47
*/
You can’t perform that action at this time.
0 commit comments