diff --git a/docs.it4i/general/slurm-job-submission-and-execution.md b/docs.it4i/general/slurm-job-submission-and-execution.md
index 2c4fac1f559ee8696782966a79284c20368ff6e7..7c577210b0fe8c5e62d37a0958f5c7a7a77e2cd8 100644
--- a/docs.it4i/general/slurm-job-submission-and-execution.md
+++ b/docs.it4i/general/slurm-job-submission-and-execution.md
@@ -27,6 +27,10 @@ qdgx            up 2-00:00:00          0/1/0/1 cn202
 qviz            up    8:00:00          0/2/0/2 vizserv[1-2]
 ```
 
+On Barbora cluster all queues/partitions provide full node allocation, whole nodes are allocated to job.
+
+On Complementary systems some queues/partitions provide full node allocation, see [Complementary systems documentation][2] for details.
+
 ## Getting Job Information
 
 Show my jobs
@@ -152,7 +156,7 @@ set | grep ^SLURM
 | SLURM_JOB_PARTITION | name of the partition | qcpu |
 | SLURM_SUBMIT_DIR | submit directory | /scratch/project/open-xx-yy/work |
 
-See [Slurm srun documentation][2] for details.
+See relevant [Slurm srun documentation][3] for details.
 
 Get job nodelist
 
@@ -227,4 +231,5 @@ $ scancel --me -t pending -A PROJECT-ID
 
 
 [1]: https://slurm.schedmd.com/
-[2]: https://slurm.schedmd.com/srun.html#SECTION_OUTPUT-ENVIRONMENT-VARIABLES
+[2]: /cs/job-scheduling/
+[3]: https://slurm.schedmd.com/srun.html#SECTION_OUTPUT-ENVIRONMENT-VARIABLES