From 82b1ff2d9618b407ab695c88bfdf2bfef2ef16f7 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Fri, 28 Sep 2018 01:17:58 -0400 Subject: [PATCH] fixed image include markdown. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 776d4fb..b719159 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ _Elektron_ is a Mesos framework that behaves as a playground for developers to e However, in addition to being a scheduler, Elektron also takes advantage of tools such as [Performance Co-Pilot](http://pcp.io/) and [RAPL](https://01.org/blogs/2014/running-average-power-limit--rapl) to help contain the power envelope within defined thresholds, reduce peak power consumption, and also reduce total energy consumption. Elektron is able to leverage the Mesos-provided resource abstraction to allow different algorithms to decide how to consume resource offers made by a Mesos Master. #Architecture -[elektron-arch]: docs/Elektron-Architecture.png "Elektron Architecture" - ![arch][elektron-arch] +[elektron-arch]: docs/Elektron-Architecture.png "Elektron Architecture" + #Features * [Pluggable Scheduling Policies](docs/SchedulingPolicies.md) * [Pluggable Power-Capping Strategies](docs/PowerCappingStrategies.md)