diff --git a/docs/w3c_did/did_how_to_use.md b/docs/w3c_did/did_how_to_use.md index b0cddf4..ea1934f 100644 --- a/docs/w3c_did/did_how_to_use.md +++ b/docs/w3c_did/did_how_to_use.md @@ -14,5 +14,5 @@ To get started, enter the URL representing a DID, and click on **Resolve DID**. Here are a few to get you started! >`did:cheqd:testnet:55dbc8bf-fba3-4117-855c-1e0dc1d3bb47` -> `did:ebsi:zkC6cUFUs3FiRp2xedNwih2` -> `did:indy:indicio:demo:KKyAeG7woJMV6MhhAREVKp` +>`did:ebsi:zkC6cUFUs3FiRp2xedNwih2` +>`did:indy:indicio:demo:KKyAeG7woJMV6MhhAREVKp` diff --git a/docs/w3c_did/did_results.md b/docs/w3c_did/did_results.md index 5736f43..7d91b93 100644 --- a/docs/w3c_did/did_results.md +++ b/docs/w3c_did/did_results.md @@ -12,8 +12,9 @@ sidebar_position: 4 | Error code | Description | What it might mean | | ---------- | ----------- | ------------------ | -| xxx | _DID method not supported_ | DTT is not currently configured to have access to a driver for this DID method, or a driver hasn’t been implemented yet. | -| xxx | _Another error_ | This is what this one might mean | +| 400 | _DID Syntax Invalid: DID must start with [did:]_ | Check your input and the provided examples to ensure it's a DID. | +| 404 | _DID or DID URL not found_ | For did:web specifically, this usually suggests that the `/.well-known/did.json` file is not available. | +| 501 | _DID method not supported_ | DTT is not currently configured to have access to a driver for this DID method, or a driver hasn’t been implemented yet. | ## How to save and share your test results {#how-to-save-and-share-your-test-results} diff --git a/docs/w3c_did/did_specs.md b/docs/w3c_did/did_specs.md index 78d0764..cb07924 100644 --- a/docs/w3c_did/did_specs.md +++ b/docs/w3c_did/did_specs.md @@ -29,6 +29,6 @@ Here are some of the DID methods most actively used and discussed by the communi | did:indy | [https://github.com/hyperledger/indy-did-method](https://github.com/hyperledger/indy-did-method) | | | did:key | [https://w3c-ccg.github.io/did-method-key](https://w3c-ccg.github.io/did-method-key) | The did:key Method v0.7 | | did:peer | [https://identity.foundation/peer-did-method-spec](https://identity.foundation/peer-did-method-spec) | Peer DID Method Specification | -| did:tdw | [https://bcgov.github.io/trustdidweb](https://bcgov.github.io/trustdidweb) | Trust DID Web - The did:tdw DID Method | +| did:tdw | [https://identity.foundation/trustdidweb/](https://identity.foundation/trustdidweb/) | Trust DID Web - The did:tdw DID Method | | did:web | [https://w3c-ccg.github.io/did-method-web](https://w3c-ccg.github.io/did-method-web) | Unofficial draft authored by the [W3C Credentials Community Group](https://www.w3.org/community/credentials/). | -| did:x509 | [ttps://github.com/microsoft/did-x509](ttps://github.com/microsoft/did-x509) | DRAFT: did:x509 Decentralized Identifier Method Specification | +| did:x509 | [https://github.com/microsoft/did-x509](https://github.com/microsoft/did-x509) | DRAFT: did:x509 Decentralized Identifier Method Specification |