From 28bc5fd3322c619f623a5143fbe8c9b3ba439cee Mon Sep 17 00:00:00 2001 From: Rahul-R79 Date: Tue, 20 Jan 2026 23:11:06 +0530 Subject: [PATCH] fix: correct Rental Deposit link target, fix bash comment syntax, and update outdated URLs Signed-off-by: Rahul-R79 --- docs/ref-cicero-testing.md | 3 ++- docs/started-installation.md | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/ref-cicero-testing.md b/docs/ref-cicero-testing.md index e856eb10..901345c4 100644 --- a/docs/ref-cicero-testing.md +++ b/docs/ref-cicero-testing.md @@ -307,7 +307,8 @@ Feature: IP Payment Contract If the template execution emits obligations, those can also be specified in the scenario as one of the **Then** steps. -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: +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: + ```gherkin Feature: Rental Deposit This describe the expected behavior for the Accord Project's rental deposit contract diff --git a/docs/started-installation.md b/docs/started-installation.md index 71031e8d..fe36e84c 100644 --- a/docs/started-installation.md +++ b/docs/started-installation.md @@ -9,9 +9,9 @@ To experiment with Accord Project, you can install the Cicero command-line. This You must first obtain and configure the following dependency: -* [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. +- [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. -> 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. +> 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. ## Installing Cicero @@ -36,9 +36,9 @@ cicero --version To get command line help: ```bash cicero --help -cicero parse --help // To parse a sample clause/contract -cicero draft --help // To draft a sample clause/contract -cicero trigger --help // To send a request to a clause/contract +cicero parse --help # To parse a sample clause/contract +cicero draft --help # To draft a sample clause/contract +cicero trigger --help # To send a request to a clause/contract ``` ## Optional Packages