Skip to content

Commit

Permalink
Update from internal repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kschrab committed Oct 2, 2024
1 parent 5475df7 commit 05bf9a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/docs/extending_mosaic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Good to know:
- When changing any pom.xml you need to: `Rightclick on root-module > Maven > Reload project`
- When making changes to `runtime.json | logback.xml | hosts.json` you need to re-run `mvn validate`, in order to copy them into the target folder.

{{< figure src="../images/open-project.png" title="Open the project" numbered="true" width="300">}}
{{< figure src="../images/run.png" title="Run MosaicStarter" numbered="true" width="400" >}}
{{< figure src="images/open-project.png" title="Open the project" numbered="true" width="300">}}
{{< figure src="images/run.png" title="Run MosaicStarter" numbered="true" width="400" >}}

### File locations

Expand Down
2 changes: 1 addition & 1 deletion content/docs/extending_mosaic/core_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ to invoke operations on the federate implementation, a federate ambassador is us
ambassador implements the same interface that is used by Eclipse MOSAIC to control the simulator and to
provide interactions from other federates.

{{< figure src="images/common-architecture.jpeg" title="Schematic illustration of Eclipse MOSAIC Runtime Infrastructure" numbered="true" >}}
{{< figure src="../images/common-architecture.jpeg" title="Schematic illustration of Eclipse MOSAIC Runtime Infrastructure" numbered="true" >}}

---

Expand Down

0 comments on commit 05bf9a1

Please sign in to comment.