Skip to content

Commit 7eacf89

Browse files
authored
Fix href attribute in Add Section link
1 parent 1d8d038 commit 7eacf89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div id="content">
5858
<div class="title-div">
5959
<span>Sections</span>
60-
<a class="button" href="/section-edit.html">Add Section</a>
60+
<a class="button" href="section-edit.html">Add Section</a>
6161
</div>
6262
<div class="details-header">
6363
<details class="extrainfo">

0 commit comments

Comments
 (0)