From a1521dc16e268f116cf428cf497cb0433c2fa66e Mon Sep 17 00:00:00 2001
From: Vaibhav Goel <79974025+vaibhav2107@users.noreply.github.com>
Date: Thu, 22 Jun 2023 14:59:39 +0530
Subject: [PATCH] Updates the broken links in ingress-controller and
 kubernetes-apps under kubespray docs (#10239)

---
 docs/ingress_controller/alb_ingress_controller.md | 2 +-
 docs/ingress_controller/ingress_nginx.md          | 2 +-
 docs/kubernetes-apps/rbd_provisioner.md           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/ingress_controller/alb_ingress_controller.md b/docs/ingress_controller/alb_ingress_controller.md
index 05edbee6e..56dbd16c4 100644
--- a/docs/ingress_controller/alb_ingress_controller.md
+++ b/docs/ingress_controller/alb_ingress_controller.md
@@ -2,7 +2,7 @@
 
 **NOTE:** The current image version is `v1.1.6`. Please file any issues you find and note the version used.
 
-The AWS ALB Ingress Controller satisfies Kubernetes [ingress resources](https://kubernetes.io/docs/user-guide/ingress) by provisioning [Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html).
+The AWS ALB Ingress Controller satisfies Kubernetes [ingress resources](https://kubernetes.io/docs/concepts/services-networking/ingress/) by provisioning [Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html).
 
 This project was originated by [Ticketmaster](https://github.com/ticketmaster) and [CoreOS](https://github.com/coreos) as part of Ticketmaster's move to AWS and CoreOS Tectonic. Learn more about Ticketmaster's Kubernetes initiative from Justin Dean's video at [Tectonic Summit](https://www.youtube.com/watch?v=wqXVKneP0Hg).
 
diff --git a/docs/ingress_controller/ingress_nginx.md b/docs/ingress_controller/ingress_nginx.md
index 847383fd4..9359c4eb7 100644
--- a/docs/ingress_controller/ingress_nginx.md
+++ b/docs/ingress_controller/ingress_nginx.md
@@ -113,7 +113,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast
 
 This example creates an ELB with just two listeners, one in port 80 and another in port 443
 
-![Listeners](https://github.com/kubernetes/ingress-nginx/raw/master/docs/images/elb-l7-listener.png)
+![Listeners](https://github.com/kubernetes/ingress-nginx/blob/main/docs/images/elb-l7-listener.png)
 
 ##### ELB Idle Timeouts
 
diff --git a/docs/kubernetes-apps/rbd_provisioner.md b/docs/kubernetes-apps/rbd_provisioner.md
index dcb883dc8..02d3fa32b 100644
--- a/docs/kubernetes-apps/rbd_provisioner.md
+++ b/docs/kubernetes-apps/rbd_provisioner.md
@@ -5,7 +5,7 @@ You can use it quickly & easily deploy ceph RBD storage that works almost
 anywhere.
 
 It works just like in-tree dynamic provisioner. For more information on how
-dynamic provisioning works, see [the docs](http://kubernetes.io/docs/user-guide/persistent-volumes/)
+dynamic provisioning works, see [the docs](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
 or [this blog post](http://blog.kubernetes.io/2016/10/dynamic-provisioning-and-storage-in-kubernetes.html).
 
 ## Development
-- 
GitLab