Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Feb 23, 2024
1 parent a351dbf commit 4479b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Each endorsement provided to the server will tag the proposal with the signer's

> Endorsing a proposal does not reveal which credential belongs to you.
For more information on building a `proposal`, [click here](wiki/proposal.md).
For more information on building a `proposal`, [click here](wiki/draft.md).

### Create a Contract

Expand Down Expand Up @@ -248,7 +248,7 @@ const { contract, deposit } = res.data

Once all required funds are deposited and confirmed, the contract virtual machine (CVM) will activate.

Members of the contract can interact with the CVM by providing signed statements, called a [witness](./interfaces/witness.md):
Members of the contract can interact with the CVM by providing signed statements, called a [witness](data/witness.md):

```ts
// Start with a witness template.
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The protocol is split into three phases: _negotiation_, _funding_, and _settleme

### Negotiation

The first step is to negotiate and agree on a [proposal](wiki/proposal.md) document. This is a human-readable document which contains all of the terms of the contract.
The first step is to negotiate and agree on a [proposal](wiki/draft.md) document. This is a human-readable document which contains all of the terms of the contract.

It is written in JSON format, and designed for collaboration (much like a PSBT):

Expand Down

0 comments on commit 4479b63

Please sign in to comment.