diff --git a/docs/changelog.md b/docs/changelog.md
index 62090ed08ea8d51ac2ae6a770573dd62ccb6eda0..38ffb9efc049884833f1dd8be06f447bf6457c1e 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,6 +1,6 @@
 # Changelog
 
-The INJECT Exercise Platform (IXP) is released is different versions.
+The INJECT Exercise Platform (IXP) is released in different versions.
 Most significant changes between the releases are listed below.
 
 This list is not complete, as each new release also includes numerous fixes
@@ -10,8 +10,7 @@ and smaller improvements.
 
 ### Improved UI
 
-The platform was enhanced to provide a more appealing experience while ensuring
-that users have all the necessary information to use it efficiently:
+Improvements were made to the platform to create a better user experience and increase efficiency:
 
 - improved home page
     - added ability to view non-running exercises
@@ -29,9 +28,9 @@ that users have all the necessary information to use it efficiently:
 
 ### New options for exercise definition
 
-Additional optional features were added to the exercise definition format
+Additional optional features were added to the [exercise definition format](./tech/architecture/definitions/README.md)
 to enable you to create more complex and engaging exercises.
-The most important features are listed below:
+The most important changes are listed below:
 
 - ability to embed media (audio, video, and images) in injects
 - support for more file types in document viewer (video, audio, and SVGs)
diff --git a/docs/tech/installation/overview.md b/docs/tech/installation/overview.md
index ec6f518e9b5f5f1b2f709532234b0d66701c6c02..12056e4d57931f44924a6c6ba47aa8af2ee2f2e7 100644
--- a/docs/tech/installation/overview.md
+++ b/docs/tech/installation/overview.md
@@ -13,10 +13,10 @@ you can refer to the [architecture overview](../architecture/overview.md) in the
 
 Before you begin, ensure that you have the following:
 
-- A server with at least 2 core CPU and 6 GB RAM
+- A server with at least 2 core CPU and 8 GB RAM
 - A 64-bit x86 architecture
 - Root or sudo access to the server
-- At least 3 GB of disk space, although more might be necessary to hold files uploaded during exercises
+- At least 4 GB of disk space, although more might be necessary to hold files uploaded during exercises
 
 These requirements ensure that the backend server can handle data processing efficiently while serving the frontend interface smoothly.