diff --git a/source/orchestrationLogic/HEAT/HEAT_TEST_ANDERS/filvolume.yaml b/source/orchestrationLogic/HEAT/HEAT_TEST_ANDERS/filvolume.yaml
index 6df32b7ce6571349f0660ce7b2689b74f06c0a10..58b720ae0c68558c4fe518ee7624fe81115a6390 100755
--- a/source/orchestrationLogic/HEAT/HEAT_TEST_ANDERS/filvolume.yaml
+++ b/source/orchestrationLogic/HEAT/HEAT_TEST_ANDERS/filvolume.yaml
@@ -1,3 +1,5 @@
+# The documentation for Openstack Heat resources were rappidly 
+# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
 heat_template_version: 2018-08-31
 
 description: >
diff --git a/source/orchestrationLogic/HEAT/base.yaml b/source/orchestrationLogic/HEAT/base.yaml
index 7ea053343d208ca3fa2a418144477ff3e333df50..5715acf729cb4c2df6abe7347cd03f7e5014b99d 100644
--- a/source/orchestrationLogic/HEAT/base.yaml
+++ b/source/orchestrationLogic/HEAT/base.yaml
@@ -1,3 +1,5 @@
+# The documentation for Openstack Heat resources were rappidly 
+# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
 heat_template_version: 2018-08-31
 
 description: >
diff --git a/source/orchestrationLogic/HEAT/dc.yaml b/source/orchestrationLogic/HEAT/dc.yaml
index 23f87eeb61396de7b61e7477a92106f66badb84a..77e01fae7204d470ab6205b18efde130deb16ddd 100644
--- a/source/orchestrationLogic/HEAT/dc.yaml
+++ b/source/orchestrationLogic/HEAT/dc.yaml
@@ -1,3 +1,5 @@
+# The documentation for Openstack Heat resources were rappidly 
+# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
 heat_template_version: 2018-08-31
 
 parameters:
diff --git a/source/orchestrationLogic/HEAT/fileserver.yaml b/source/orchestrationLogic/HEAT/fileserver.yaml
index 6d368de241e2c7cea46a5426d18f7d3048433688..b6144b1f2f80b7491a2afefcf5cfa676c3edd569 100644
--- a/source/orchestrationLogic/HEAT/fileserver.yaml
+++ b/source/orchestrationLogic/HEAT/fileserver.yaml
@@ -1,3 +1,5 @@
+# The documentation for Openstack Heat resources were rappidly 
+# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
 heat_template_version: 2018-08-31
 
 description: >
diff --git a/source/orchestrationLogic/HEAT/filevolume.yaml b/source/orchestrationLogic/HEAT/filevolume.yaml
index 8e1b1841ce8ee8ba138ff1931157aae527573b4e..4af795971e065a9916113047c03e8e159a97228d 100755
--- a/source/orchestrationLogic/HEAT/filevolume.yaml
+++ b/source/orchestrationLogic/HEAT/filevolume.yaml
@@ -1,3 +1,5 @@
+# The documentation for Openstack Heat resources were rappidly 
+# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
 heat_template_version: 2018-08-31
 
 description: >
diff --git a/source/orchestrationLogic/HEAT/lb.yaml b/source/orchestrationLogic/HEAT/lb.yaml
index 813fa62a681fd9515633bf5623c5daa55fbaee28..39582cd18c6f61a689c8afb8402695f22039b6c1 100644
--- a/source/orchestrationLogic/HEAT/lb.yaml
+++ b/source/orchestrationLogic/HEAT/lb.yaml
@@ -1,7 +1,7 @@
 # The code below is for the load balancer, it includes load balancing for 
 # rdp and sftp. The documentation for openstack resource types were used
 # to know what resources and properties were necassary for the balancnig
-# logic
+# logic https://docs.openstack.org/heat/rocky/template_guide/openstack.html
 heat_template_version: 2018-08-31
 
 parameters:
diff --git a/source/orchestrationLogic/HEAT/project.yaml b/source/orchestrationLogic/HEAT/project.yaml
index be216109436af1a551627340dceb8f7424c13e82..5f9b24185d139462657bbc17ffdbfdb204a2f6c2 100644
--- a/source/orchestrationLogic/HEAT/project.yaml
+++ b/source/orchestrationLogic/HEAT/project.yaml
@@ -1,3 +1,5 @@
+# The documentation for Openstack Heat resources were rappidly 
+# used: https://docs.openstack.org/heat/rocky/template_guide/openstack.html
 heat_template_version: 2018-08-31
 
 description: Master template for project. 
@@ -71,7 +73,7 @@ resources:
       heat_network_subnet: { get_attr: [ base, resource.heat_network_subnet ] }
   
   # This solution was inspired from Lars Erik Pedersens (NTNU IT-Division)
-  # proposal
+  # proposal https://github.com/LarsErikP/heat-examples/tree/main/lbtest
   clients:
     type: OS::Heat::ResourceGroup
     properties: 
diff --git a/source/orchestrationLogic/HEAT/rdp_lb_member.yaml b/source/orchestrationLogic/HEAT/rdp_lb_member.yaml
index b9ed0768ee822e5d4548cbe5a10e8024559dfc63..af431054ed913d99f8f6c8f0357d83c23b960261 100644
--- a/source/orchestrationLogic/HEAT/rdp_lb_member.yaml
+++ b/source/orchestrationLogic/HEAT/rdp_lb_member.yaml
@@ -25,6 +25,8 @@ parameters:
     type: string
     description: RDP members to inject
 
+  # This solution was inspired from Lars Erik Pedersens (NTNU IT-Division)
+  # proposal https://github.com/LarsErikP/heat-examples/tree/main/lbtest
 resources:
   server:
     type: OS::Nova::Server