fix: resolve broken links to concepts

This commit is contained in:
dyzulk
2026-01-08 21:27:48 +07:00
parent 4b19614fff
commit 0817284eae
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ TrustLab is a private Certificate Authority (CA) designed to secure your interna
<Cards>
<Card icon={<Rocket />} title="Install Root CA" href="/guide/getting-started/install-root-ca" arrow />
<Card icon={<HardDriveDownload />} title="Generate Certificate" href="/guide/certificates/request-new" arrow />
<Card icon={<ShieldCheck />} title="Core Concepts (PKI)" href="/guide/concepts" arrow />
<Card icon={<ShieldCheck />} title="Core Concepts (PKI)" href="/guide/concepts/pki-undamentals" arrow />
</Cards>
## Guide Structure
@@ -19,7 +19,7 @@ TrustLab is a private Certificate Authority (CA) designed to secure your interna
This documentation is organized as follows:
* [**Getting Started**](/guide/getting-started/install-root-ca): Setup Root CA and access the dashboard.
* [**Core Concepts**](/guide/concepts): Understand the "Two Lanes of Trust" (Public vs Private PKI).
* [**Core Concepts**](/guide/concepts/pki-undamentals): Understand the "Two Lanes of Trust" (Public vs Private PKI).
* [**Certificate Operations**](/guide/certificates/request-new): Request, Download, Renew, and Revoke certificates.
* [**Integrations**](/guide/integrations/web-servers): Configure Nginx, IIS, and S/MIME.
* [**Troubleshooting**](/guide/troubleshooting/browser-errors): Resolve common browser errors like `NET::ERR_CERT_AUTHORITY_INVALID`.