diff --git a/Worker.md b/Worker.md index 6a3a4d0..8b465cf 100644 --- a/Worker.md +++ b/Worker.md @@ -46,8 +46,8 @@ the worker run or whether it measures time precisely. This information is sent to the broker on startup using the `init` command. ## Architecture -Picture below is overall internal architecture of worker which shows its defined classes with private variables and public functions. Vector version of this picture is available [here](https://github.com/ReCodEx/GlobalWiki/raw/master/images/Worker_Internal_Architecture.pdf). -![Internal Worker architecture](https://github.com/ReCodEx/GlobalWiki/blob/master/images/Worker_Internal_Architecture.png) +Picture below is overall internal architecture of worker which shows its defined classes with private variables and public functions. Vector version of this picture is available [here](https://github.com/ReCodEx/wiki/raw/master/images/Worker_Internal_Architecture.pdf). +![Internal Worker architecture](https://github.com/ReCodEx/wiki/blob/master/images/Worker_Internal_Architecture.png) ## Installation @@ -123,7 +123,7 @@ created, it can be found in *build* folder named something like **Clickable installation feature:** -![NSIS Installation](https://github.com/ReCodEx/GlobalWiki/blob/master/images/nsis_installation.png) +![NSIS Installation](https://github.com/ReCodEx/wiki/blob/master/images/nsis_installation.png) ### Compilers For evaluating jobs you have to install tools that fit your needs. Here are some useful tips of different compillers to install.