From 5ce8d24e6bc36429b4058d958901191b9d2b299d Mon Sep 17 00:00:00 2001 From: epolon Date: Mon, 9 Dec 2024 10:36:57 +0200 Subject: [PATCH] clarify that the roadmap is being discussed Signed-off-by: epolon --- ROADMAP.md | 4 ++-- website/layouts/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 07797c2283..9ef49f1c66 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,5 +1,5 @@ # Roadmap -To see items we are working on, visit our [RoadMap GitHub project](https://github.com/awslabs/cdk8s/projects/1). +The project roadmap is under discussion. -You can submit an idea [here](https://github.com/cdk8s-team/cdk8s/issues/new?assignees=&labels=enhancement&template=feature-request---suggestion.md&title=%5BSuggestion%5D+new+suggestion). +> See https://github.com/cdk8s-team/cdk8s/discussions/2052 diff --git a/website/layouts/index.html b/website/layouts/index.html index 472a32a6f3..23b7f0cc3a 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -19,7 +19,7 @@ {{- $link_examples := (print $docs_root "/examples") }} {{- $link_contrib := (print $docs_root "/CONTRIBUTING") }} {{- $link_constructs := "https://constructs.dev/search?q=&cdk=cdk8s&offset=0" }} -{{- $link_roadmap := "https://github.com/cdk8s-team/cdk8s/projects/1" }} +{{- $link_roadmap := "https://github.com/cdk8s-team/cdk8s/blob/master/ROADMAP.md" }} {{- $link_github := "https://github.com/cdk8s-team/cdk8s" }} {{- $link_slack := "https://cdk.dev" }} {{- $link_license := "https://github.com/aws/aws-cdk/blob/master/LICENSE" }}