📚 Change help links at the Help Center (#6582)

This commit is contained in:
andrés gonzález 2025-05-28 13:22:42 +02:00 committed by GitHub
parent ddfd55261d
commit 2943f80db5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@
<div class="pre-footer"> <div class="pre-footer">
<a href="https://github.com/penpot/penpot/blob/main/docs/{{ page.inputPath }}">Edit this page on GitHub</a> <a href="https://github.com/penpot/penpot/blob/main/docs/{{ page.inputPath }}">Edit this page on GitHub</a>
&nbsp;or ask a&nbsp; &nbsp;or ask a&nbsp;
<a href="https://github.com/penpot/penpot/issues/new/choose">question</a>. <a href="https://penpot.app/talk-to-us" target="_blank">question</a>.
</div> </div>
<footer class="footer"> <footer class="footer">
<div class="footer-inside"> <div class="footer-inside">

View file

@ -57,5 +57,5 @@ eleventyNavigation:
<div class="contact-block"> <div class="contact-block">
<h2>Contact us</h2> <h2>Contact us</h2>
<p>Write us at <a href="mailto:support@penpot.app" target="_blank">support@penpot.app</a> or join our <a href="https://community.penpot.app/" target="_blank">community</a>.</p> <p>Need help? <a href="https://penpot.app/talk-to-us" target="_blank">Talk to us</a> or join our <a href="https://community.penpot.app/" target="_blank">community</a>.</p>
</div> </div>