Update index.tsx

This commit is contained in:
Stefan Pejcic 2025-04-17 20:57:29 +02:00 committed by GitHub
parent 0c62ecbcf4
commit f8245c0873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ const PrivacyPolicy: React.FC = () => {
<ul>
<li><a href="/search">Search Documentation</a></li>
<li><a href="https://community.openpanel.com">Search Forums</a></li>
<li><a href="https://community.openpanel.org">Search Forums</a></li>
</ul>
<p>If a search does not provide good answers, proceed to step 2.</p>
@ -38,14 +38,14 @@ const PrivacyPolicy: React.FC = () => {
<h3>Step 2b: Post on forums (Community Edition)</h3>
<p>If you can wait for answers from our community and don't want to spend any money, ask your question in the forums. Every member of the OpenPanel staff also monitors the forums and tries to help out whenever we can. We generally prioritize paid support queries (we've got bills to pay, after all), but our forums are very active, and our community is knowledgeable.</p>
<ul>
<li><a href="https://community.openpanel.com">Ask the Community</a></li>
<li><a href="https://community.openpanel.org">Ask the Community</a></li>
</ul>
<h3>Step 3: Found a bug?</h3>
<p>If you've found a bug in OpenPanel or OpenAdmin, Community or Enterprise edition, <a
href="https://github.com/stefanpejcic/openpanel/issues/new?assignees=&labels=Bug&projects=&template=1_Bug_report.yaml">please
file a bug</a> in the relevant GitHub issue tracker for the project you're reporting on or <a
href="https://community.openpanel.com">post to the forum</a> or report to the appropriate <code>security@</code>
href="https://community.openpanel.org">post to the forum</a> or report to the appropriate <code>security@</code>
email address if reporting security issues. It benefits everyone when you let us know about bugs you find in our
software.</p>