From 5b94aebd7f8ef0d4ec0bc7b28729e41106be3137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Wed, 31 Oct 2018 10:00:53 +0100 Subject: [PATCH] Links OK --- snippets/resource_accounting.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/snippets/resource_accounting.md b/snippets/resource_accounting.md index 79bf91c53..42a3c7ac5 100644 --- a/snippets/resource_accounting.md +++ b/snippets/resource_accounting.md @@ -35,7 +35,7 @@ The normalized core-hours were introduced to treat systems of different age on e Normalized core-hour is an accounting tool to discount the legacy systems. The past (before 2017-09-11) F factors are all 1.0. In future, the factors F will be updated, as new systems are installed. Factors F are expected to only decrease in time. -See examples in the [Job submission and execution](job-submission-and-execution/) section. +See examples in the [Job submission and execution][1] section. ## Consumed Resources @@ -64,4 +64,8 @@ WCH = Wall-clock Core Hour NCH = Normalized Core Hour ``` -The **it4ifree** command is a part of it4i.portal.clients package, located here: <https://pypi.python.org/pypi/it4i.portal.clients> +The **it4ifree** command is a part of `it4i.portal.clients` package, located [here][a]. + +[1]: job-submission-and-execution.md + +[a]: https://pypi.python.org/pypi/it4i.portal.clients -- GitLab