Skip to content

Commit 329eba1

Browse files
Merge pull request #37 from imda-vanetta/fix/documentation_typos
typo fixes in developer documentations The requested reviews are Approved. Proceeded to merge PR to Main.
2 parents 46c58f7 + 0c1645c commit 329eba1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/getting_started/install_aiverify_dev_tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Developer Tools require specific modules from the main AI Verify repository.
2424
1. Clone the required modules and selectively checkout dependencies needed for Developer Tools
2525
```bash
2626
# Execute in the working directory
27-
git clone git@github.com:IMDA-BTG/aiverify.git # requires Github public SSH key
27+
git clone https://github.com/IMDA-BTG/aiverify.git
2828
cd aiverify
2929
git sparse-checkout init --cone
3030
git sparse-checkout set ai-verify-shared-library test-engine-core-modules test-engine-core
@@ -130,7 +130,7 @@ git clone https://github.com/IMDA-BTG/aiverify-developer-tools.git
130130
```bash
131131
cd aiverify-developer-tools/ai-verify-plugin
132132
npm install
133-
npm install ../../aiverify/ai-verify-shared-library
133+
npm link ../../aiverify/ai-verify-shared-library
134134
sudo npm install -g # You may need sudo for this command
135135
```
136136

docs/plugins/Plugin_Tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,4 @@ Options:
336336
--hostname Playground hostname to listen on [string] [default: "localhost"]
337337
```
338338

339-
To start the playground, runs the playground command under a plugin directory. The command will scan for the algorithms, widgets and input blocks found under the plugin and luanches the playground app listening on http://localhost:5000/ by default. To change the port and hostname, use the options to configure.
339+
To start the playground, runs the playground command under a plugin directory. The command will scan for the algorithms, widgets and input blocks found under the plugin and launches the playground app listening on http://localhost:5000/ by default. To change the port and hostname, use the options to configure.

0 commit comments

Comments
 (0)