Skip to content

Commit 1d8d038

Browse files
authored
Fix href link for Add Relation button
1 parent 6616d66 commit 1d8d038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

relations.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>Relations</span>
60-
<a class="button" href="/relation-edit.html">Add Relation</a>
60+
<a class="button" href="relation-edit.html">Add Relation</a>
6161
</div>
6262
<div class="details-header">
6363
<details class="extrainfo">

0 commit comments

Comments
 (0)