diff --git a/Documentation/network-policies.md b/Documentation/network-policies.md
index aa985b734..104192efc 100644
--- a/Documentation/network-policies.md
+++ b/Documentation/network-policies.md
@@ -5,7 +5,7 @@
 
 # Network policies
 
-[Network policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) allow you easily restrict the ingress traffic between pods using [k8s labels](https://kubernetes.io/docs/user-guide/labels/).
+[Network policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) allow you easily restrict the ingress traffic between pods using [k8s labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/).
 To keep your cluster safer, it's strongly recommended to enable network policies into prometheus namespace.
 
 # Example
diff --git a/Documentation/user-guides/storage.md b/Documentation/user-guides/storage.md
index 93dcabdad..e6b0c11f4 100644
--- a/Documentation/user-guides/storage.md
+++ b/Documentation/user-guides/storage.md
@@ -22,7 +22,7 @@ PersistentVolume to be provisioned when requested.
 
 This document assumes a basic understanding of PersistentVolumes,
 PersistentVolumeClaims, and their
-[provisioning](https://kubernetes.io/docs/user-guide/persistent-volumes/#provisioning).
+[provisioning](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#provisioning).
 
 ## Storage Provisioning on AWS
 
@@ -42,7 +42,7 @@ parameters:
 
 For best results, use volumes that have high I/O throughput. These examples use
 SSD EBS volumes. Read the Kubernetes [Persistent
-Volumes](https://kubernetes.io/docs/user-guide/persistent-volumes/#aws)
+Volumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#provisioning)
 documentation to adapt this `StorageClass` to your needs.
 
 The `StorageClass` that was created can be specified in the `storage` section