From 9ed8b6fce2a07e0e9d71db198e83ffc689f1f5ad Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Fri, 19 May 2023 16:01:46 -0700 Subject: [PATCH] remove "/" before usage graphic link --- content/contributing/tutorial-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing/tutorial-structure.md b/content/contributing/tutorial-structure.md index d4ea5aa09e..a96af2ef79 100644 --- a/content/contributing/tutorial-structure.md +++ b/content/contributing/tutorial-structure.md @@ -31,7 +31,7 @@ Provide links to any required software and to all of the example code needed to ## Usage Example -![Usage](/img/tut-struct3.png) +![Usage](img/tut-struct3.png) Start by providing a finished, working example of the tutorial application. This is an opportunity for immediate success working with the software to solve a problem.