Browse Source

fix: github url typo

fix/headings-faq
Thomas Osmonson 4 years ago
committed by Thomas Osmonson
parent
commit
9dc3f471b7
  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/edit/master/src/${editPage}.md`}
href={`https://github.com/blockstack/docs/edit/master/src/pages${editPage}.md`}
target="_blank"
rel="nofollow noopener noreferrer"
fontSize="14px"

Loading…
Cancel
Save