From 22f1f28bfafd0d51c15d19623f6317698a9fead1 Mon Sep 17 00:00:00 2001
From: Sam Foo
Date: Tue, 21 Aug 2018 15:54:33 -0700
Subject: [PATCH] Remove imported/ references (#10004)
Signed-off-by: GuessWhoSamFoo
---
content/en/docs/contribute/start.md | 6 +++---
content/en/docs/reference/glossary/code-contributor.md | 2 +-
content/en/docs/setup/building-from-source.md | 2 +-
layouts/docs/docsportal_home.html | 4 ++--
static/_redirects | 2 ++
5 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/content/en/docs/contribute/start.md b/content/en/docs/contribute/start.md
index ecc7fec215f32..5449532f10ac5 100644
--- a/content/en/docs/contribute/start.md
+++ b/content/en/docs/contribute/start.md
@@ -29,7 +29,7 @@ using Hugo. The source is in Github at
[https://github.com/kubernetes/website](https://github.com/kubernetes/website).
Most of the documentation source is stored in `/content/en/docs/`. Some of the
reference documentation is automatically generated from scripts, mostly in the
-`/content/en/docs/imported/` subdirectory.
+`update-imported-docs/` directory.
You can file issues, edit content, and review changes from others, all from the
Github website. You can also use Github's embedded history and search tools.
@@ -154,8 +154,8 @@ process guidelines and information about deadlines.
### Sign the CLA
Before you can contribute code or documentation to Kubernetes, you **must** read
-the [Contributor guide](/docs/imported/community/guide/) and
-[sign the Contributor License Agreement (CLA)](/docs/imported/community/guide/#sign-the-cla).
+the [Contributor guide](/docs/community/guide/) and
+[sign the Contributor License Agreement (CLA)](/docs/community/guide/#sign-the-cla).
Don't worry -- this doesn't take long!
### Find something to work on
diff --git a/content/en/docs/reference/glossary/code-contributor.md b/content/en/docs/reference/glossary/code-contributor.md
index 56d67a946fa2e..982de60304909 100755
--- a/content/en/docs/reference/glossary/code-contributor.md
+++ b/content/en/docs/reference/glossary/code-contributor.md
@@ -2,7 +2,7 @@
title: Code Contributor
id: code-contributor
date: 2018-04-12
-full_link: /docs/imported/community/devel/
+full_link: /docs/community/devel/
short_description: >
A person who develops and contributes code to the Kubernetes open source codebase.
diff --git a/content/en/docs/setup/building-from-source.md b/content/en/docs/setup/building-from-source.md
index 57b7aa2dfd290..866d3d7b23a90 100644
--- a/content/en/docs/setup/building-from-source.md
+++ b/content/en/docs/setup/building-from-source.md
@@ -5,7 +5,7 @@ reviewers:
title: Building from Source
---
-You can either build a release from source or download a pre-built release. If you do not plan on developing Kubernetes itself, we suggest using a pre-built version of the current release, which can be found in the [Release Notes](/docs/imported/release/notes/).
+You can either build a release from source or download a pre-built release. If you do not plan on developing Kubernetes itself, we suggest using a pre-built version of the current release, which can be found in the [Release Notes](/docs/setup/release/notes/).
The Kubernetes source code can be downloaded from the [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) repo.
diff --git a/layouts/docs/docsportal_home.html b/layouts/docs/docsportal_home.html
index 730a93f19dba3..fc8be11df1644 100644
--- a/layouts/docs/docsportal_home.html
+++ b/layouts/docs/docsportal_home.html
@@ -45,7 +45,7 @@ {{ .Title }}
The open source project is hosted by the Cloud Native Computing Foundation (CNCF).
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/static/_redirects b/static/_redirects
index 64b0038945af2..1826a0d3274b3 100644
--- a/static/_redirects
+++ b/static/_redirects
@@ -210,6 +210,8 @@
/docs/home/contribute/blog-post/ /docs/contribute/start/ 301
/docs/home/contribute/write-new-topic/ /docs/contribute/style/write-new-topic/ 301
+/docs/imported/release/notes/ /docs/setup/release/notes/ 301
+
/docs/reference/deprecation-policy/ /docs/reference/using-api/deprecation-policy/ 301
/docs/reference/federation/v1beta1/definitions/ /docs/reference/federation/extensions/v1beta1/definitions/ 301
/docs/reference/federation/v1beta1/operations/ /docs/reference/federation/extensions/v1beta1/operations/ 301