diff --git a/GLOSSARY.md b/GLOSSARY.md
index 7fa4fd51c174c4703f279b14cb6485cd1d233466..bdcc3e9652f2d140979d39f70106350eed4ed75a 100644
--- a/GLOSSARY.md
+++ b/GLOSSARY.md
@@ -2,7 +2,7 @@
 Server-like resource in OpenStack
 
 ## Security Group
-Firewall-like resource in OpenStack
+Openstack firewall-like resource
 
 ## Project
 Resource ownership unit in OpenStack
@@ -11,16 +11,16 @@ Resource ownership unit in OpenStack
 Public/external IP resource in OpenStack
 
 ## Image
-Operating system resource in OpenStack
+[OpenStack operating system image resource](https://docs.openstack.org/image-guide/introduction.html)
 
 ## Volume
-Storage allocation resource in OpenStack
+[Storage allocation resource in OpenStack](https://docs.openstack.org/mitaka/user-guide/dashboard_manage_volumes.html)
 
 ## SSH
-Secure Shell
+[Secure Shell](https://en.wikipedia.org/wiki/SSH_(Secure_Shell))
 
 ## SSH Key Pair
-Set of keys for asymmetric cryptography, used for secure remote access
+[Set of keys for asymmetric cryptography, used for secure remote access](https://en.wikipedia.org/wiki/Public-key_cryptography)
 
 ## User Support
 [cloud@metacentrum.cz](mailto:cloud@metacentrum.cz)
diff --git a/SUMMARY.md b/SUMMARY.md
index 93ff5e396503416170bf1d91b159d4659928f681..307a28e04bc8ccb90b1d2acc1d8bdb04425c1bc6 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -9,4 +9,4 @@
 * [FAQ](/faq/README.md)
 * [Contribute](/contribute/README.md)
 * [About MetaCentrum Cloud](/about/README.md)
-* [Cloud Tools](/tools/README.md)
\ No newline at end of file
+* [Cloud Tools](/tools/README.md)
diff --git a/network/README.md b/network/README.md
index 02071d72be317ee0d2fa9ee3c063dbf6b962aed2..3996872d03016bb7cb6e7068169aebd878566060 100644
--- a/network/README.md
+++ b/network/README.md
@@ -1,6 +1,8 @@
 # Networking
 
-For the networking in Cloud2 metacentrum we need to distinguish two different scenarios, the personal project and group project. Due to the fact that a personal projects are meant for getting to know the environment not for production ready services.
+For the networking in Cloud2 metacentrum we need to distinguish following scenarios
+* personal project
+* group project.
 
 
    <div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(255,0,0,0.3);margin:20px 0;padding:10px 20px;font-size:15px;display: -webkit-inline-box;">
diff --git a/register/README.md b/register/README.md
index 729a15b69b8909679301ee482a6219ee29091cba..2e5ba981ef6a7b1d214a1e6c1f60b64321288347 100644
--- a/register/README.md
+++ b/register/README.md
@@ -18,11 +18,10 @@ MetaCentrum Cloud provides the following ways for allocating resources
 
 ## Personal Project
 
-Resource allocation quotas on personal projects are severe and will
-not be extended.
+A personal project goal is to gain cloud environment knowledge, resource allocation quotas are severe and could not be extended.
    <div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(255,0,0,0.3);margin:20px 0;padding:10px 20px;font-size:15px;">
      <strong>WARNING:</strong><br/><br/>
-   Resource allocation quotas on personal projects are severe and will not be extended.
+   A personal project resource allocation quotas are severe and could not be extended.
    </div>
 
 
diff --git a/windows/README.md b/windows/README.md
index 114ac9577a29f60625e41e29845067d98ca709fb..e23fe09fe0a9e0e7c2a801de4979152ffc943067 100644
--- a/windows/README.md
+++ b/windows/README.md
@@ -1,6 +1,6 @@
 # Accessing Windows instance
-Windows host system for has RDP allowed for `Administrators` group. By default there are two users in this group: 
-- Admin - the password for this account is filled with `admin_pass` metadata in OpenStack, if no value is entered for this key, random password is generated. (could be used for orchestartion).
+Windows host system allows RDP access allowed for `Administrators` group. By default there are two users in this group: 
+- Admin - the password for this account is defined by `admin_pass` OpenStack instance metadata, if no value is entered for this key, random password is generated. (could be used for orchestartion).
 - Administrator - the password must be filled after instantiation of the system.
 
 The next step is to create a security group, that will allow access to a port `3389` ([RDP protocol](https://en.wikipedia.org/wiki/Remote_Desktop_Protocol)) for the instance. 
@@ -13,4 +13,4 @@ We recommend disabling those accounts, creating new ones in order to administer
 
 # Advanced users
 - You may use all features of [cloudbase-init](https://cloudbase.it/cloudbase-init/) for Windows.
-- Windows Server [hardening guidelines](https://security.uconn.edu/server-hardening-standard-windows/).
\ No newline at end of file
+- Windows Server [hardening guidelines](https://security.uconn.edu/server-hardening-standard-windows/).