Skip to content

Commit b4c0f83

Browse files
committed
Modify paths to snapshot images
1 parent 11942be commit b4c0f83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project is available for the following objectives:
1212

1313
> UML model example:
1414
15-
![](screenshots/CompositePattern.svg "Composite Pattern")
15+
![](./screenshots/CompositePattern.svg "Composite Pattern")
1616

1717
<a id="code-example"></a>
1818
> JavaScript code example:
@@ -90,7 +90,7 @@ Usage
9090
1. Open the Astah file (model/DesignPatternExamplesInJavascript.asta).
9191
2. Select model elements on the model browser of Astah.
9292
3. Click the **Generate Code** button.
93-
![](screenshots/GenerateCode.gif "Generate Code")
93+
![](./screenshots/GenerateCode.gif "Generate Code")
9494
The generated code has **User Code Area**. The User Code Area is the area enclosed by "˅" and "˄". Handwritten code written in the User Code Area remains after a re-generation. [View code example](#code-example).
9595
For detailed usage of the tools, please see [Astah Manual](http://astah.net/manual) and [M PLUS plug-in Tips](https://sites.google.com/view/m-plus-plugin-tips).
9696

@@ -99,10 +99,10 @@ Usage
9999
2. Select the **Run** icon in the Activity Bar on the side of VS Code.
100100
3. Select the configuration named Launch Program using the Configuration drop-down in the Run view.
101101
4. Click the **Start Debugging** button.
102-
![](screenshots/CompileAndRun.gif "Compile and Run")
102+
![](./screenshots/CompileAndRun.gif "Compile and Run")
103103

104104
*Note*: Before running patterns **Command**, **Mediator**, and **State**, you need to click to Go Live from the status bar to turn a server on. After running those patterns, click again to turn the server off.
105-
![](screenshots/GoLiveButton.png "Go Live button")
105+
![](./screenshots/GoLiveButton.png "Go Live button")
106106

107107
For detailed usage of the tools, please see [Astah Manual](http://astah.net/manual) and [M PLUS plug-in Tips](https://sites.google.com/view/m-plus-plugin-tips).
108108

0 commit comments

Comments
 (0)