Browse Source

fix: github url

fix/enable-imgix
Thomas Osmonson 5 years ago
committed by Thomas Osmonson
parent
commit
fd2ed08471
  1. 2
      src/components/feedback.tsx

2
src/components/feedback.tsx

@ -130,7 +130,7 @@ export const FeedbackSection: React.FC<BoxProps> = props => {
mt={space(['extra-loose', 'extra-loose', 'base-loose'])}
>
<Link
href={`https://github.com/blockstack/docs.blockstack/tree/feat/next/src/pages${editPage}.md`}
href={`https://github.com/blockstack/docs/edit/master/src/${editPage}.md`}
target="_blank"
rel="nofollow noopener noreferrer"
fontSize="14px"

Loading…
Cancel
Save