From f668dd1e1f54e711cd0ab4a32358269eae06922b Mon Sep 17 00:00:00 2001 From: Bill Wenrich Date: Mon, 6 Jan 2025 09:53:40 -0500 Subject: [PATCH 1/2] fix: typo in tutorials.md --- docs/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index e5362d9..d4385c9 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -8,7 +8,7 @@ permalink: /tutorials/ --- -Some tutorials are associated with sofware on the [software](software) page. +Some tutorials are associated with software on the [software](software) page. This page contains hyperlinks to tutorials that have been generated, tested and are maintained by the Open SIMH community. From ea784d997752cd5124567066f519189b21338fd9 Mon Sep 17 00:00:00 2001 From: Bill Wenrich Date: Mon, 6 Jan 2025 09:54:40 -0500 Subject: [PATCH 2/2] fix: [doc] use absolute link to avoid unwanted subfolder --- docs/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index d4385c9..c6d4741 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -8,7 +8,7 @@ permalink: /tutorials/ --- -Some tutorials are associated with software on the [software](software) page. +Some tutorials are associated with software on the [software](/software) page. This page contains hyperlinks to tutorials that have been generated, tested and are maintained by the Open SIMH community.