diff --git a/content/docs/extending_mosaic/_index.md b/content/docs/extending_mosaic/_index.md index 356ccd04..224c73d3 100644 --- a/content/docs/extending_mosaic/_index.md +++ b/content/docs/extending_mosaic/_index.md @@ -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 diff --git a/content/docs/extending_mosaic/core_concepts.md b/content/docs/extending_mosaic/core_concepts.md index 62fc17f9..ea55c530 100644 --- a/content/docs/extending_mosaic/core_concepts.md +++ b/content/docs/extending_mosaic/core_concepts.md @@ -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" >}} ---