diff --git a/docs/shipping/Code/dotnet.md b/docs/shipping/Code/dotnet.md
index 5402fac1..96a6ff7e 100644
--- a/docs/shipping/Code/dotnet.md
+++ b/docs/shipping/Code/dotnet.md
@@ -55,7 +55,7 @@ For a complete list of options, see the configuration parameters below the code
-
+
<>
log4net
-
+
https://<>:8071
@@ -653,7 +653,7 @@ For a complete list of options, see the configuration parameters below the code
-
+
<>
log4net
-
+
https://<>:8071
diff --git a/docs/shipping/Containers/kubernetes.md b/docs/shipping/Containers/kubernetes.md
index 690cf216..3a504f04 100644
--- a/docs/shipping/Containers/kubernetes.md
+++ b/docs/shipping/Containers/kubernetes.md
@@ -76,12 +76,15 @@ logzio-k8s-events logzio-helm/logzio-k8s-events
### Deployment Events Versioning
-In order to add an indication for the versioning in our K8S 360 and Service Overview UI, the following annotation should be added to each resource you'd like to track its versioning.
+In order to add an indication for the versioning in our K8S 360 and Service Overview UI, the following annotation should be added to the metadata of each resource you'd like to track its versioning.
+Commit URL structure: `https://github.com///commit/`
+
+Example: `https://github.com/logzio/logzio-k8s-events/commit/069c75c95caeca58dd0776405bb8dfb4eed3acb2`
```yaml
metadata:
annotations:
- logzio/commit_url: ""
+ logzio/commit_url: ""
```