update gh link

This commit is contained in:
Cloudburst 2022-10-30 12:01:07 +01:00 committed by GitHub
parent fb105f0105
commit 124b8b64e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export default function PageTemplate({ data: { markdownRemark, allMarkdownRemark
<div className="flex-none">
<a
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>
</div>
</div>