fix github link to link to new issue, not just repo root
This commit is contained in:
parent
daeed8749d
commit
9f25a9ea6a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function Feedback(props) {
|
||||||
</p>
|
</p>
|
||||||
<p className="feedback__content-pane-copy">
|
<p className="feedback__content-pane-copy">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/processing/p5.js-web-editor"
|
href="https://github.com/processing/p5.js-web-editor/issues/new"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="feedback__github-link"
|
className="feedback__github-link"
|
||||||
|
|
Loading…
Reference in a new issue