Skip to content

Commit

Permalink
Merge pull request #102 from dbluhm/fix/point-to-2.1
Browse files Browse the repository at this point in the history
fix: point to most recent version of the spec
  • Loading branch information
TelegramSam authored Jan 8, 2024
2 parents 62fa08f + dedfd14 commit 8b5c8bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# didcomm.org
![logo](didcomm-logo.png)

This repo contains the content for [https://didcomm.org](https://didcomm.org). The website is intended to be the world's nexus for all things DIDComm -- [the spec](https://identity.foundation/didcomm-messaging/spec/v2.0/), documentation, examples, and a global registry of protocol definitions.
This repo contains the content for [https://didcomm.org](https://didcomm.org). The website is intended to be the world's nexus for all things DIDComm -- [the spec](https://identity.foundation/didcomm-messaging/spec/v2.1/), documentation, examples, and a global registry of protocol definitions.

### Contributing

Expand Down
2 changes: 1 addition & 1 deletion site/content/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ features:
- icon: idea
title: Learn about DIDComm
link: https://didcomm.org/book/v2/
text: Read <a rel="noreferrer noopener nofollow" target="_blank" href="https://didcomm.org/book/v2/">the guidebook</a> or <a rel="noreferrer noopener nofollow" target="_blank" href="https://identity.foundation/didcomm-messaging/spec/v2.0/">the spec</a>. Or, if you like video, watch an <a target="_blank" href="https://youtu.be/TBxWgNmsnvU">introductory webinar</a>. Learn how to control your security and privacy — over the web, email, push notifications, QR codes, BLE, NFC, message queues, sneaker net... <a rel="noreferrer noopener nofollow" target="_blank" href="https://github.com/decentralized-identity/didcomm-messaging#implementations">Find libraries</a> or <a rel="noreferrer noopener nofollow" target="_blank" href="https://github.com/decentralized-identity/didcomm-messaging/issues">connect with DIDComm's authors.</a>
text: Read <a rel="noreferrer noopener nofollow" target="_blank" href="https://didcomm.org/book/v2/">the guidebook</a> or <a rel="noreferrer noopener nofollow" target="_blank" href="https://identity.foundation/didcomm-messaging/spec/v2.1/">the spec</a>. Or, if you like video, watch an <a target="_blank" href="https://youtu.be/TBxWgNmsnvU">introductory webinar</a>. Learn how to control your security and privacy — over the web, email, push notifications, QR codes, BLE, NFC, message queues, sneaker net... <a rel="noreferrer noopener nofollow" target="_blank" href="https://github.com/decentralized-identity/didcomm-messaging#implementations">Find libraries</a> or <a rel="noreferrer noopener nofollow" target="_blank" href="https://github.com/decentralized-identity/didcomm-messaging/issues">connect with DIDComm's authors.</a>
- icon: document
title: Build a protocol
link: https://github.com/hyperledger/aries-rfcs/blob/main/concepts/0003-protocols/README.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ The context decorator could also carry a Data Agreement protocol message; for ex
1. DID core specification: [https://www.w3.org/TR/did-core/](https://www.w3.org/TR/did-core/)
2. IETF Multibase Data Format specification: [https://tools.ietf.org/html/draft-multiformats-multibase](https://tools.ietf.org/html/draft-multiformats-multibase)
3. Multicodec - Compact self-describing codecs: [https://github.com/multiformats/multicodec](https://github.com/multiformats/multicodec)
4. DIDComm message specification: https://identity.foundation/didcomm-messaging/spec/v2.0/
4. DIDComm message specification: https://identity.foundation/didcomm-messaging/spec/v2.1/
5. Linked Data Cryptographic Suit Registry: [https://w3c-ccg.github.io/ld-cryptosuite-registry/](https://w3c-ccg.github.io/ld-cryptosuite-registry/)
6. Aries RFC 0092: Transports Return Route: [https://github.com/hyperledger/aries-rfcs/tree/master/features/0092-transport-return-route](https://github.com/hyperledger/aries-rfcs/tree/master/features/0092-transport-return-route)
7. Aries RFC 0019: Encryption Envelope: [https://github.com/hyperledger/aries-rfcs/tree/master/features/0019-encryption-envelope](https://github.com/hyperledger/aries-rfcs/tree/master/features/0019-encryption-envelope)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ Errors might occur in various places. All errors are modelled with problem-repor
1. DID core specification: [https://www.w3.org/TR/did-core/](https://www.w3.org/TR/did-core/)
2. IETF Multibase Data Format specification: [https://tools.ietf.org/html/draft-multiformats-multibase](https://tools.ietf.org/html/draft-multiformats-multibase)
3. Multicodec - Compact self-describing codecs: [https://github.com/multiformats/multicodec](https://github.com/multiformats/multicodec)
4. DIDComm message specification: https://identity.foundation/didcomm-messaging/spec/v2.0/
4. DIDComm message specification: https://identity.foundation/didcomm-messaging/spec/v2.1/
5. Linked Data Cryptographic Suit Registry: [https://w3c-ccg.github.io/ld-cryptosuite-registry/](https://w3c-ccg.github.io/ld-cryptosuite-registry/)
6. Aries RFC 0092: Transports Return Route: [https://github.com/hyperledger/aries-rfcs/tree/master/features/0092-transport-return-route](https://github.com/hyperledger/aries-rfcs/tree/master/features/0092-transport-return-route)
7. Aries RFC 0019: Encryption Envelope: [https://github.com/hyperledger/aries-rfcs/tree/master/features/0019-encryption-envelope](https://github.com/hyperledger/aries-rfcs/tree/master/features/0019-encryption-envelope)
8. IETF RFC 7516 - JSON Web Encryption: [https://datatracker.ietf.org/doc/html/rfc7516](https://datatracker.ietf.org/doc/html/rfc7516)
9. Aries RFC 0035 - Report Problem Protocol 1.0: [https://github.com/hyperledger/aries-rfcs/tree/master/features/0035-report-problem](https://github.com/hyperledger/aries-rfcs/tree/master/features/0035-report-problem)
10. Aries RFC 003 - Protocols: [https://github.com/hyperledger/aries-rfcs/tree/master/concepts/0003-protocols#types-of-protocols](https://github.com/hyperledger/aries-rfcs/tree/master/concepts/0003-protocols#types-of-protocols)
10. Aries RFC 003 - Protocols: [https://github.com/hyperledger/aries-rfcs/tree/master/concepts/0003-protocols#types-of-protocols](https://github.com/hyperledger/aries-rfcs/tree/master/concepts/0003-protocols#types-of-protocols)
2 changes: 1 addition & 1 deletion site/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Header = ({ children, primary, className, hideLinks }: Props) => {
<a
className={styles.link}
rel="noreferrer noopener nofollow"
href="https://identity.foundation/didcomm-messaging/spec/v2.0/"
href="https://identity.foundation/didcomm-messaging/spec/v2.1/"
target="_blank"
>
Specification
Expand Down

0 comments on commit 8b5c8bf

Please sign in to comment.