Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-22 00:10:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-22 00:10:17 +0300
commit6b1cf9e9ce2308c3867a241cbbcade8099540604 (patch)
tree69bdf96873da208dd83b95f209257069b73b7b7d /doc/development/fe_guide/architecture.md
parent5d41ea8c8e83ff6054ba4303ec8dc9bc33556602 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/fe_guide/architecture.md')
-rw-r--r--doc/development/fe_guide/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/architecture.md b/doc/development/fe_guide/architecture.md
index afaf6df8f8a..da22ec385ea 100644
--- a/doc/development/fe_guide/architecture.md
+++ b/doc/development/fe_guide/architecture.md
@@ -19,7 +19,7 @@ You can find the Frontend Architecture experts on the [team page](https://about.
## Widget Architecture
-The [Plan stage](https://about.gitlab.com/handbook/engineering/development/dev/fe-plan/)
+The [Plan stage](https://about.gitlab.com/handbook/engineering/development/dev/plan-project-management/)
is refactoring the right sidebar to consist of **widgets**. They have a specific architecture to be
reusable and to expose an interface that can be used by external Vue applications on the page.
Learn more about the [widget architecture](widgets.md).