Skip to content

Commit 957427b

Browse files
committed
Fix broken forum and wiki links in user guide
1 parent e75d9f1 commit 957427b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide/toc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ <h3>General Topics</h3>
133133
<h3>Additional Resources</h3>
134134

135135
<ul>
136-
<li><a href="http://codeigniter.com/forums/">Community Forums</a></li>
137-
<li><a href="http://codeigniter.com/wiki/">Community Wiki</a></li>
136+
<li><a href="http://forum.codeigniter.com/">Community Forums</a></li>
137+
<li><a href="https://github.com/bcit-ci/CodeIgniter/wiki">Community Wiki</a></li>
138138
</ul>
139139

140140
</td>

0 commit comments

Comments
 (0)