changeset 11:3652abb17748 default tip

Fix typos in index.html links
author Dennis C. M. <dennis@denniscm.com>
date Tue, 03 Jun 2025 15:43:55 +0100
parents 2b2430758f85
children
files src/index.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/index.html	Mon Jun 02 18:58:32 2025 +0100
+++ b/src/index.html	Tue Jun 03 15:43:55 2025 +0100
@@ -76,7 +76,7 @@
 						A CLI utility to calculate the theoretical call and put price of an 
 						European option using the black-scholes method
 					</td>
-					<td><a href="https://src.dennismicros.com/public/py-black-scholes">Link</a></td>
+					<td><a href="https://src.dennismicros.com/public/python-black-scholes">Link</a></td>
 				</tr>
 				</tr>
 					<td>Stock Charts</td>
@@ -119,7 +119,7 @@
 				<tr>
 					<td>Logic LED</td>
 					<td>
-						My first Arduino project. A simple cirtuit to interact with logic gates.
+						My first Arduino project. A simple cirtuit to interact with logic gates
 					</td>
 					<td><a href="https://src.dennismicros.com/public/logic-led">Link</a></td>
 				</tr>