Skip to content

Commit 8b1fd98

Browse files
authored
Merge pull request #8541 from kenjis/use-official-user-guide-link
refactor: use official site URLs
2 parents a7f8163 + 654c5d7 commit 8b1fd98

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/Views/welcome_message.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@
214214
<button id="menuToggle">&#9776;</button>
215215
</li>
216216
<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>
218218
</li>
219219
<li class="menu-item hidden"><a href="https://forum.codeigniter.com/" target="_blank">Community</a></li>
220220
<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>
222222
</li>
223223
</ul>
224224
</div>
@@ -264,7 +264,7 @@
264264

265265
<p>The User Guide contains an introduction, tutorial, a number of "how to"
266266
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/"
268268
target="_blank">User Guide</a> !</p>
269269

270270
<h2>

system/Debug/Toolbar/Views/_config.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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>
33
</p>
44

55
<table>

system/Session/Handlers/BaseHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ abstract class BaseHandler implements SessionHandlerInterface
4141
* Cookie prefix
4242
*
4343
* 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
4545
*
4646
* @var string
4747
*/

0 commit comments

Comments
 (0)