Skip to content

Commit 0e61b67

Browse files
committed
fix edit links
1 parent 4bcf721 commit 0e61b67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atom-coderoad.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h2>{{ post.title }}</h2>
1212
<div>{{ post.content }}</div>
1313
<br>
14-
<a class="button" href="https://github.com/coderoad/coderoad.github.io/edit/master/_posts/docs/{{post.file}}">
14+
<a class="button" href="https://github.com/coderoad/coderoad.github.io/edit/master/_posts/atom-coderoad/{{post.file}}">
1515
<i class="fa fa-pencil fa-fw"></i>
1616
<span class="network-name">
1717
Edit {{post.title}} Docs

builder-coderoad.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h2>{{ post.title }}</h2>
1212
<div>{{ post.content }}</div>
1313
<br>
14-
<a class="button" href="https://github.com/coderoad/coderoad.github.io/edit/master/_posts/docs/{{post.file}}">
14+
<a class="button" href="https://github.com/coderoad/coderoad.github.io/edit/master/_posts/builder-coderoad/{{post.file}}">
1515
<i class="fa fa-pencil fa-fw"></i>
1616
<span class="network-name">
1717
Edit {{post.title}} Docs

0 commit comments

Comments
 (0)