From 8d99f4f35517591e16ecd69c1a21d2c70f245702 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 18 Jul 2024 14:08:24 +0200 Subject: [PATCH] docs/nebraska: sed s/kinvolk/flatcar/ Signed-off-by: Mathieu Tortuyaux --- content/docs/latest/nebraska/_index.md | 6 +++--- content/docs/latest/nebraska/authorization/_index.md | 4 ++-- content/docs/latest/nebraska/development.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/docs/latest/nebraska/_index.md b/content/docs/latest/nebraska/_index.md index a29db14b..cf6fd7b7 100644 --- a/content/docs/latest/nebraska/_index.md +++ b/content/docs/latest/nebraska/_index.md @@ -4,10 +4,10 @@ title: Nebraska main_menu: true weight: 40 cascade: - github_edit_url: https://github.com/kinvolk/nebraska/edit/main/docs/ - issues_url: https://github.com/kinvolk/nebraska/issues/new + github_edit_url: https://github.com/flatcar/flatcar-website/tree/master/content/docs/latest/nebraska + issues_url: https://github.com/flatcar/nebraska/issues/new --- -Nebraska is an update manager for [Flatcar Container Linux](https://flatcar-linux.org/). +Nebraska is an update manager for [Flatcar Container Linux](https://flatcar.org/). It offers an easy way to monitor and manage the rollout of updates to applications that use the Omaha protocol, with special functionality for Flatcar Container Linux updates. diff --git a/content/docs/latest/nebraska/authorization/_index.md b/content/docs/latest/nebraska/authorization/_index.md index 74103ce4..b2470d59 100644 --- a/content/docs/latest/nebraska/authorization/_index.md +++ b/content/docs/latest/nebraska/authorization/_index.md @@ -281,10 +281,10 @@ Helm Chart offers flexible configuration options such as: - Common deployment parameters (exposing through `Ingress`, replica count, etc.) -- All [Nebraska application configuration](https://github.com/kinvolk/nebraska/tree/main/charts/nebraska#nebraska-configuration) +- All [Nebraska application configuration](https://github.com/flatcar/nebraska/tree/main/charts/nebraska#nebraska-configuration) For the complete list of all available customization options, please read the -[Helm Chart README](https://github.com/kinvolk/nebraska/blob/main/charts/nebraska/README.md). +[Helm Chart README](https://github.com/flatcar/nebraska/blob/main/charts/nebraska/README.md). To install the Helm Chart using the default configuration (noop authentication), you can execute: diff --git a/content/docs/latest/nebraska/development.md b/content/docs/latest/nebraska/development.md index 03129e0d..948ffa52 100644 --- a/content/docs/latest/nebraska/development.md +++ b/content/docs/latest/nebraska/development.md @@ -70,7 +70,7 @@ If so, see https://docs.docker.com/compose/install/other/ or https://github.com/ ## Frontend -The [frontend](https://github.com/kinvolk/nebraska/tree/main/frontend) side of Nebraska is a web application built using `React` and `Material-UI`. +The [frontend](https://github.com/flatcar/nebraska/tree/main/frontend) side of Nebraska is a web application built using `React` and `Material-UI`. ## Backend