Skip to content

Commit 4c685d7

Browse files
committed
Fix broken links in docs
- overview/index.md: Fix relative paths (./ → ../) - token-status-lists.md: Fix registry link to vctm-registry
1 parent 957763a commit 4c685d7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/sirosid/integrations/token-status-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ Cache-Control: max-age=43200
181181

182182
## Next Steps
183183

184-
- [Registry Configuration](./registry) – Full registry setup
184+
- [VCTM Registry](../vctm-registry) – Credential type metadata registry
185185
- [Trust Services](./trust/) – Configure trust for status list issuers

docs/sirosid/overview/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ flowchart TB
6666

6767
| Component | Description | Learn More |
6868
|-----------|-------------|------------|
69-
| **Issuer** | Creates and signs digital credentials using OID4VCI protocol | [Issuer Integration](./integrations/issuers/) |
70-
| **Credential Manager** | wwWallet-based wallet for storing and presenting credentials | [Credential Manager](./cm) |
71-
| **Verifier** | Validates credentials and provides OIDC/OID4VP interfaces | [Verifier Integration](./integrations/verifiers/) |
72-
| **Trust Framework** | OpenID Federation and ETSI TSL support for trust validation | [Trust Architecture](./trust/) |
73-
| **VCTM Registry** | Aggregated credential type metadata | [registry.siros.org](./vctm-registry) |
69+
| **Issuer** | Creates and signs digital credentials using OID4VCI protocol | [Issuer Integration](../integrations/issuers/) |
70+
| **Credential Manager** | wwWallet-based wallet for storing and presenting credentials | [Credential Manager](../cm) |
71+
| **Verifier** | Validates credentials and provides OIDC/OID4VP interfaces | [Verifier Integration](../integrations/verifiers/) |
72+
| **Trust Framework** | OpenID Federation and ETSI TSL support for trust validation | [Trust Architecture](../integrations/trust/) |
73+
| **VCTM Registry** | Aggregated credential type metadata | [registry.siros.org](../vctm-registry) |
7474

7575
## Supported Standards
7676

@@ -124,6 +124,6 @@ Add credential verification to your applications:
124124
1. **Try the demo**: Use the hosted service at [id.siros.org](https://id.siros.org)
125125
2. **Issue a credential**: Connect your IdP and issue your first credential
126126
3. **Verify a credential**: Add SIROS ID verifier to your IAM
127-
4. **Deploy your own**: Use our [Docker images](./docker-images) for self-hosting
127+
4. **Deploy your own**: Use our [Docker images](../docker-images) for self-hosting
128128

129129
**SIROS ID makes it super-easy to get started building services on digital identity credentials.**

0 commit comments

Comments
 (0)