Skip to content

Commit 72717c5

Browse files
Merge pull request #40 from IMDA-BTG/fix_directory_typo
fixed directory typo and standardised directories to be bold The requested reviews are Approved. Proceeded to merge PR to Main.
2 parents 329eba1 + 48dd11d commit 72717c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guided_example/your_first_algorithm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You should see the files generated for the algorithm component under the directo
3030

3131
## Check the Algorithm Meta Data
3232

33-
Open the file `my_algorithm.meta.json` under the ```widgets``` folder and check that the properties are set correctly as shown below:
33+
Open the file `my_algorithm.meta.json` under the **algorithms/my_algorithm** folder and check that the properties are set correctly as shown below:
3434

3535
```JSON title="my_algorithm.meta.json"
3636
{

docs/guided_example/your_first_inputblock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following files are created:
3131

3232
## Check the Input Block Meta Data
3333

34-
Open the file `my_inputblock.meta.json` under the ```inputs``` folder and check that the properties are set correctly as shown below:
34+
Open the file `my_inputblock.meta.json` under the **inputs** folder and check that the properties are set correctly as shown below:
3535

3636
```JSON title="my_inputblock.meta.json"
3737
{

docs/guided_example/your_first_widget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following files are created:
3232

3333
## Check the Widget Meta Data
3434

35-
Open the file `my_widget.meta.json` under the ```widgets``` folder and check that the properties are set correctly as shown below:
35+
Open the file `my_widget.meta.json` under the **widgets** folder and check that the properties are set correctly as shown below:
3636

3737
```JSON title="my_widget.meta.json"
3838
{

0 commit comments

Comments
 (0)