From 68685de86b1731e6ea3906d66af22e7181840be7 Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Tue, 30 Jun 2026 18:55:01 +0200 Subject: [PATCH] chore: Link the Notebook Roadmap document Signed-off-by: Christian Heusel --- content/en/docs/started/installing-kubeflow/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/started/installing-kubeflow/index.md b/content/en/docs/started/installing-kubeflow/index.md index 6a155660c2..28da021984 100644 --- a/content/en/docs/started/installing-kubeflow/index.md +++ b/content/en/docs/started/installing-kubeflow/index.md @@ -45,7 +45,7 @@ following the defined feature lifecycle for the project. | ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | | [Kubeflow Hub](https://www.kubeflow.org/docs/components/hub/) | [Roadmap](https://github.com/kubeflow/hub/blob/main/ROADMAP.md) | | [Kubeflow Katib](https://www.kubeflow.org/docs/components/katib/) | [Roadmap](https://github.com/kubeflow/katib/blob/master/ROADMAP.md) | -| [Kubeflow Notebooks](https://www.kubeflow.org/docs/components/notebooks/) | Progressing | +| [Kubeflow Notebooks](https://www.kubeflow.org/docs/components/notebooks/) | [Roadmap](https://github.com/kubeflow/notebooks/blob/main/ROADMAP.md) | | [Kubeflow Pipelines](https://www.kubeflow.org/docs/components/pipelines/) | [Roadmap](https://github.com/kubeflow/pipelines/blob/master/ROADMAP.md) | | [Kubeflow Spark Operator](https://www.kubeflow.org/docs/components/spark-operator/) | [Roadmap](https://github.com/kubeflow/spark-operator/blob/master/ROADMAP.md) | | [Kubeflow Trainer](https://www.kubeflow.org/docs/components/trainer/) | [Roadmap](https://github.com/kubeflow/trainer/blob/master/ROADMAP.md) |