Skip to content

Commit 879841c

Browse files
authored
fix: correct Rental Deposit link target, fix bash comment syntax, and update outdated URLs (#484)
Signed-off-by: Rahul-R79 <rahul.devworks@gmail.com>
1 parent c0a3c6e commit 879841c

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/ref-cicero-testing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@ Feature: IP Payment Contract
307307

308308
If the template execution emits obligations, those can also be specified in the scenario as one of the **Then** steps.
309309

310-
For instance, the following shows a scenario for the [Rental Deposit](https://templates.accordproject.org/ip-payment@0.10.1.html) template, which describes the expected list of obligations that should be emitted for a given request:
310+
For instance, the following shows a scenario for the [Rental Deposit](https://templates.accordproject.org/rental-deposit@0.10.1.html) template, which describes the expected list of obligations that should be emitted for a given request:
311+
311312
```gherkin
312313
Feature: Rental Deposit
313314
This describe the expected behavior for the Accord Project's rental deposit contract

docs/started-installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ To experiment with Accord Project, you can install the Cicero command-line. This
99

1010
You must first obtain and configure the following dependency:
1111

12-
* [Node.js (LTS)](http://nodejs.org): We use Node.js to run cicero, generate the documentation, run a development web server, testing, and produce distributable files. Depending on your system, you can install Node either from source or as a pre-packaged bundle.
12+
- [Node.js (LTS)](https://nodejs.org): We use Node.js to run cicero, generate the documentation, run a development web server, testing, and produce distributable files. Depending on your system, you can install Node either from source or as a pre-packaged bundle.
1313

14-
> We recommend using [nvm](https://github.com/creationix/nvm) (or [nvm-windows](https://github.com/coreybutler/nvm-windows)) to manage and install Node.js, which makes it easy to change the version of Node.js per project.
14+
> We recommend using [nvm](https://github.com/nvm-sh/nvm) (or [nvm-windows](https://github.com/coreybutler/nvm-windows)) to manage and install Node.js, which makes it easy to change the version of Node.js per project.
1515
1616
## Installing Cicero
1717

@@ -36,9 +36,9 @@ cicero --version
3636
To get command line help:
3737
```bash
3838
cicero --help
39-
cicero parse --help // To parse a sample clause/contract
40-
cicero draft --help // To draft a sample clause/contract
41-
cicero trigger --help // To send a request to a clause/contract
39+
cicero parse --help # To parse a sample clause/contract
40+
cicero draft --help # To draft a sample clause/contract
41+
cicero trigger --help # To send a request to a clause/contract
4242
```
4343

4444
## Optional Packages

0 commit comments

Comments
 (0)