Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-09-06 08:19:22 +02:00 committed by GitHub
parent 18c010e3c0
commit 6fd458678b
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.co">Search Forums</a></li>
<li><a href="https://community.openpanel.com">Search Forums</a></li>
</ul>
<p>If a search does not provide good answers, proceed to step 2.</p>
@ -32,20 +32,20 @@ const PrivacyPolicy: React.FC = () => {
<h3>Step 2a: Open a support ticket (Enterprise Edition)</h3>
<p>If you need fast and reliable support, open a premium ticket by sending us a new ticket.</p>
<ul>
<li><a href="https://my.openpanel.co/submitticket.php?step=2&deptid=1" target="_blank">Submit a ticket</a></li>
<li><a href="https://my.openpanel.com/submitticket.php?step=2&deptid=1" target="_blank">Submit a ticket</a></li>
</ul>
<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.co">Ask the Community</a></li>
<li><a href="https://community.openpanel.com">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.co">post to the forum</a> or report to the appropriate <code>security@</code>
href="https://community.openpanel.com">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>