Skip to content

Commit 8d3f87f

Browse files
authored
Fix link to series-edit.html in series.html
1 parent 7eacf89 commit 8d3f87f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

series.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
<div id="content">
5858
<div class="title-div">
5959
<span>Series of Articles</span>
60-
<a class="button" href="/series-edit.html">Create New Series</a>
60+
<a class="button" href="series-edit.html">Create New Series</a>
6161
</div>
6262
<div class="details-header">
6363
<details class="extrainfo">
6464
<summary>Support notes</summary>
65-
<div class="infocontent"><code>A series consists of a collection of related <a href="/articles.html">Articles</a>. For example: "2008 Presidential Election", "2022 Climate Change Conference", etc. <br/><br/>Series can be displayed on the main page or on section pages as if they were articles. However, their content should not be too long, as their purpose is only to list the articles they group together.</code></div>
65+
<div class="infocontent"><code>A series consists of a collection of related <a href="articles.html">Articles</a>. For example: "2008 Presidential Election", "2022 Climate Change Conference", etc. <br/><br/>Series can be displayed on the main page or on section pages as if they were articles. However, their content should not be too long, as their purpose is only to list the articles they group together.</code></div>
6666
</details>
6767
</div>
6868
<div id="actions-div">

0 commit comments

Comments
 (0)