Skip to content

Commit

Permalink
fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
petrk94 committed Nov 11, 2018
1 parent 2828d4b commit b2261fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion medical/doctors-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</a>
</li>
<li class="active">
<a href="doctors-list.php">
<a href="#">
<i class="fas fa-user-md"></i>
<p>Doctor List</p>
</a>
Expand Down
4 changes: 2 additions & 2 deletions medical/medicine.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</a>
</li>
<li>
<a href="#">
<a href="medical-record.php">
<i class="ti-view-list-alt"></i>
<p>Medical Record</p>
</a>
Expand All @@ -105,7 +105,7 @@
</a>
</li>
<li class="active">
<a href="medicine.php">
<a href="#">
<i class="fas fa-pills"></i>
<p>Medicine</p>
</a>
Expand Down

0 comments on commit b2261fb

Please sign in to comment.