From f4029ef26fa0434f25131b10cf9e620481dda065 Mon Sep 17 00:00:00 2001 From: Leo Li Date: Mon, 29 Jul 2024 13:23:48 -0400 Subject: [PATCH] fix: fix the errors --- blog/docs/index.md | 3 --- blog/docs/releases/announcing-knative-v1-15-release.md | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/blog/docs/index.md b/blog/docs/index.md index 28755c1008..49048691b7 100644 --- a/blog/docs/index.md +++ b/blog/docs/index.md @@ -35,9 +35,6 @@ Details on the 1.15 release of the Knative project. [Read more :octicons-arrow-right-24:](https://www.cncf.io/case-studies/ibmwatsonxassistant/){ .md-button } - -[Read more :octicons-arrow-right-24:](releases/announcing-knative-v1-14-release.md){ .md-button } - ### Enhancing the Knative Contributor Experience! Actionable Recommendations for Improving the Knative Contributor Experience! diff --git a/blog/docs/releases/announcing-knative-v1-15-release.md b/blog/docs/releases/announcing-knative-v1-15-release.md index a2ec4cb05c..fab1006cb8 100644 --- a/blog/docs/releases/announcing-knative-v1-15-release.md +++ b/blog/docs/releases/announcing-knative-v1-15-release.md @@ -16,10 +16,11 @@ A new version of Knative is now available across multiple components. Follow the This release brings significant improvements and new features to the core Knative Serving and Eventing components, as well as enhancements to the Client, Functions, and Operator components. ## Table of Contents +- [Learning](#learning) - [Serving](#serving) - [Eventing](#eventing) -- [kn CLI](#kn-cli) - [Functions](#functions) +- [kn CLI](#client) - [Knative Operator](#knative-operator) ### Learning @@ -121,6 +122,7 @@ This release brings significant improvements and new features to the core Knativ ## Learn more - [Knative docs](https://knative.dev/docs/) - [Quickstart tutorial](https://knative.dev/docs/getting-started/) +- [Bookstore E2E tutorial](https://knative.dev/docs/bookstore/page-0/welcome-knative-bookstore-tutorial/) - [Samples](https://knative.dev/docs/samples/) - [Knative Working Groups](https://knative.dev/community/contributing/working-groups/) - [Knative User Mailing List](https://groups.google.com/g/knative-users)