From c6335ba8a04210957dee4df3e1c8977eb5188e3e Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Tue, 17 Feb 2026 16:39:24 +0100 Subject: [PATCH] Update metal-operator link --- docs/baremetal/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/baremetal/index.md b/docs/baremetal/index.md index 63cebca..964fdb1 100644 --- a/docs/baremetal/index.md +++ b/docs/baremetal/index.md @@ -12,7 +12,7 @@ in a Kubernetes-native way. It leverages the power of Kubernetes Custom Resource ## Core Components The core components of the bare metal management in IronCore include: -- [**Metal Operator**](https://github.com/ironcore-dev/metal-operator): The central component that manages the lifecycle of bare metal servers. +- [**Metal Operator**](https://ironcore.dev/metal-operator): The central component that manages the lifecycle of bare metal servers. - [**Boot Operator**](https://github.com/ironcore-dev/boot-operator): iPXE and HTTP boot server that provides boot images and Ignition configurations. - [**FeDHCP**](https://github.com/ironcore-dev/fedhcp): A DHCP server that provides in-band and out-of-band network configuration to bare metal servers.