mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-09 15:36:36 +02:00
Fixing links in sidebar to reflect new structure.
This commit is contained in:
@@ -41,13 +41,14 @@
|
|||||||
<li><a href="/index.html#databases_and_pdo">Databases and PDO</a></li>
|
<li><a href="/index.html#databases_and_pdo">Databases and PDO</a></li>
|
||||||
<li><a href="/index.html#security">Security</a>
|
<li><a href="/index.html#security">Security</a>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="/index.html#web_application_security">Web Application Security</a></li>
|
||||||
<li><a href="/index.html#password_hashing_with_bcrypt">Password Hashing with Bcrypt</a></li>
|
<li><a href="/index.html#password_hashing_with_bcrypt">Password Hashing with Bcrypt</a></li>
|
||||||
<li><a href="/index.html#dependency_management">Dependency Management</a></li>
|
<li><a href="/index.html#dependency_management">Dependency Management</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="/index.html#web_application_security">Web Application Security</a></li>
|
<li><a href="/index.html#testing">Testing</a></li>
|
||||||
<li><a href="/index.html#popular_frameworks">Popular Frameworks</a></li>
|
<li><a href="/index.html#libraries_and_frameworks">Libraries and Frameworks</a></li>
|
||||||
<li><a href="/index.html#links_and_resources">Links & Resources</a></li>
|
<li><a href="/index.html#resources">Resources</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="site-content">
|
<div class="site-content">
|
||||||
|
Reference in New Issue
Block a user