mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
update gh link
This commit is contained in:
parent
fb105f0105
commit
124b8b64e6
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export default function PageTemplate({ data: { markdownRemark, allMarkdownRemark
|
||||||
<div className="flex-none">
|
<div className="flex-none">
|
||||||
<a
|
<a
|
||||||
className="btn btn-primary btn-sm"
|
className="btn btn-primary btn-sm"
|
||||||
href={`https://github.com/recloudstream/recloudstream.github.io/blob/master/src/pages${node2slug(markdownRemark)}`}
|
href={`https://github.com/recloudstream/website/blob/master/src/pages${node2slug(markdownRemark)}`}
|
||||||
target="_blank">Edit</a>
|
target="_blank">Edit</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue