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 className="feedback__content-pane-copy">
|
||||
<a
|
||||
href="https://github.com/processing/p5.js-web-editor"
|
||||
href="https://github.com/processing/p5.js-web-editor/issues/new"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="feedback__github-link"
|
||||
|
|
Loading…
Reference in a new issue