Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <sandeepn.official@gmail.com>
  • Loading branch information
sandeepnRES committed Feb 9, 2023
1 parent 81e2f9e commit 1e8d68e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rfcs/protocols/template-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Protocol names are conventionally lower_snake_case (especially in URIs), but are

URI: https://didcomm.org/lets_do_lunch/<version>/<messageType>

Message types and protocols are identified with special URIs that match certain conventions. See [Message Type and Protocol Identifier URIs](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0003-protocols/uris.md) for more details.
Message types and protocols are identified with special URIs that match certain conventions. See [Message Type and Protocol Identifier URIs](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0003-protocols/#message-type-and-protocol-identifier-uris) for more details.

The version of a protocol is declared carefully. See [Semver Rules for Protocols](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0003-protocols/semver.md) for details.
The version of a protocol is declared carefully. See [Semver Rules for Protocols](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0003-protocols/#semver-rules-for-protocols) for details.

## Key Concepts

Expand All @@ -59,7 +59,7 @@ variants.

## Roles

> See [this note](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0003-protocols/roles-participants-etc.md) for definitions of the terms
> See [this note](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0003-protocols/#roles-participants-parties-and-controllers) for definitions of the terms
"role", "participant", and "party".

Provides a formal name to each role in the protocol, says who and how many can
Expand Down Expand Up @@ -113,7 +113,7 @@ By convention, state names use lower-kebab-case but are compared
case-insensitively and ignoring punctuation.

State management in protocols is a deep topic. For more information, please
see [State Details and State Machines](https://github.com/hyperledger/aries-rfcs/blob/main/concepts/0003-protocols/state-details.md).
see [State Details and State Machines](https://github.com/hyperledger/aries-rfcs/tree/main/concepts/0003-protocols#state-details-and-state-machines).

## Messages

Expand Down
2 changes: 1 addition & 1 deletion samples/corda/fungible-house-token/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fungible House Token

The source is obtained from corda samples-kotlin repo: [Samples-Kotlin](https://github.com/corda/samples-kotlin), in directory `Tokens/fungiblehousetoken`.
The source is obtained from `Tokens/fungiblehousetoken` directory in the Corda `samples-kotlin` repository: [Samples-Kotlin](https://github.com/corda/samples-kotlin).

Added few Workflows as an extension to that to support Asset exchange using HTLC from Weaver:

Expand Down

0 comments on commit 1e8d68e

Please sign in to comment.