diff --git a/docs/source/basic.rst b/docs/source/basic.rst
index 5cad23d1..c6d483a5 100644
--- a/docs/source/basic.rst
+++ b/docs/source/basic.rst
@@ -111,4 +111,4 @@ AWS
^^^
You can either use `Gaudi-based AWS EC2 DL1 instances `__ or `Supermicro X12 Gaudi server `__ to get access to HPUs.
-Check out the `PyTorch Model on AWS DL1 Instance Quick Start `__.
+Check out the `PyTorch Model on AWS DL1 Instance Quick Start `__.
diff --git a/docs/source/intermediate.rst b/docs/source/intermediate.rst
index 433af6f7..9fec7fb4 100644
--- a/docs/source/intermediate.rst
+++ b/docs/source/intermediate.rst
@@ -284,7 +284,7 @@ INC uses configuration jsons for selecting between quant and measurement modes.
This can be toggled via `quant` param in `HPUPrecisionPlugin.convert_modules()`.
`quant` also accepts user defined config dictionary or a json path.
-Refer to `Supported JSON Config File Options `__ for more information on supported json configs.
+Refer to `Supported JSON Config File Options `__ for more information on supported json configs.
.. note::
@@ -292,7 +292,7 @@ Refer to `Supported JSON Config File Options `__.
+For more details, refer to `Inference Using FP8 `__.
For a list of data types supported with HPU, refer to `PyTorch Support Matrix `__.
----