From 696cefc6d6d6993447073d8a09405f6bac65fef9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz>
Date: Mon, 23 Jan 2017 10:14:33 +0100
Subject: [PATCH] Links to images

---
 docs.it4i/salomon/job-priority.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/salomon/job-priority.md b/docs.it4i/salomon/job-priority.md
index c3ef75950..59a865405 100644
--- a/docs.it4i/salomon/job-priority.md
+++ b/docs.it4i/salomon/job-priority.md
@@ -27,11 +27,14 @@ Fairshare priority is used for ranking jobs with equal queue priority.
 
 Fairshare priority is calculated as
 
-![](../../img/fairshare_formula.png)
+![](../img/fairshare_formula.png)
 
-where MAX_FAIRSHARE has value 1E6, usage~Project~ is cumulated usage by all members of selected project, usage~Total~ is total usage by all users, by all projects.
+where MAX_FAIRSHARE has value 1E6,
+usage~Project~ is cumulated usage by all members of selected project,
+usage~Total~ is total usage by all users, by all projects.
 
-Usage counts allocated corehours (ncpus*walltime). Usage is decayed, or cut in half periodically, at the interval 168 hours (one week). Jobs queued in queue qexp are not calculated to project's usage.
+Usage counts allocated corehours (ncpus walltime). Usage is decayed, or cut in half periodically, at the interval 168 hours (one week).
+Jobs queued in queue qexp are not calculated to project's usage.
 
 !!! Note "Note"
 	Calculated usage and fairshare priority can be seen at <https://extranet.it4i.cz/rsweb/salomon/projects>.
@@ -50,7 +53,7 @@ Eligible time can be seen as eligible_time attribute of job.
 
 Job execution priority (job sort formula) is calculated as:
 
-![](../../img/job_sort_formula.png)
+![](../img/job_sort_formula.png)
 
 ### Job backfilling
 
-- 
GitLab