From 19e8479c9b744bc4a25d126c64809da179143621 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 24 Oct 2016 14:32:17 +0200 Subject: [PATCH] typo --- Worker.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Worker.md b/Worker.md index ba4bf18..70b9d08 100644 --- a/Worker.md +++ b/Worker.md @@ -47,7 +47,6 @@ This information is sent to the broker on startup using the `init` command. ## Architecture Picture below is internal architecture of worker which shows its defined classes with private variables and public functions. -![Internal Worker architecture](https://github.com/ReCodEx/wiki/blob/master/images/Worker_Internal_Architecture.png) ![Worker class diagram](https://rawgit.com/ReCodEx/wiki/master/images/worker_class_diagram.svg) ## Installation