From c6f750f0b78d0084c9471fdb2dc7dd1bd9c07d39 Mon Sep 17 00:00:00 2001 From: omckeon Date: Mon, 28 Oct 2024 15:55:49 +0000 Subject: [PATCH] Minor path typo fix --- src/content/docs/usage-examples/CONTRIBUTING.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/usage-examples/CONTRIBUTING.mdx b/src/content/docs/usage-examples/CONTRIBUTING.mdx index e2cca5253..9e04f2875 100644 --- a/src/content/docs/usage-examples/CONTRIBUTING.mdx +++ b/src/content/docs/usage-examples/CONTRIBUTING.mdx @@ -18,7 +18,7 @@ Place the following files into the folder with the **unique global name** locate - The `.txt` text file. - The `.cpp` and `.cs` and `.py` code files. -eg. For the `write_line` examples mentioned below, these would be located in `/src/assets/usage-examples-code/terminal/write_line/`. +eg. For the `write_line` examples mentioned below, these would be located in `/public/usage-examples/terminal/write_line/`. ## File Naming