From b30c0a8b62286e8da06f9a4691dfc39a39e0866a Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Sat, 28 Sep 2024 18:19:49 +0200 Subject: [PATCH] fix: fix the broken featureslices.dev domain (#726) --- CHANGELOG.md | 2 +- config/docusaurus/navbar.js | 4 ++-- .../current/guides/migration/from-v1.md | 2 +- .../current/guides/migration/from-v1.md | 2 +- src/features/hero/index.tsx | 2 +- src/pages/versions/index.tsx | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc94ad32f..d5ff4196d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] - 2023-10-01 > **Note** -> This release note is retrospective, meaning that prior to this release, the Feature-Sliced Design project did not keep a changelog. Below is a summary of the most prominent recent changes, but there is no FSD v1. Prior to FSD, there has been a project called ["Feature Slices"](https://featureslices.dev/v1.0.html), and it is considered to be the v1 of FSD. +> This release note is retrospective, meaning that prior to this release, the Feature-Sliced Design project did not keep a changelog. Below is a summary of the most prominent recent changes, but there is no FSD v1. Prior to FSD, there has been a project called ["Feature Slices"](https://feature-sliced.github.io/featureslices.dev/v1.0.html), and it is considered to be the v1 of FSD. ### Deprecated diff --git a/config/docusaurus/navbar.js b/config/docusaurus/navbar.js index a0fe088f8e..4230a532ef 100644 --- a/config/docusaurus/navbar.js +++ b/config/docusaurus/navbar.js @@ -37,11 +37,11 @@ const navbar = { dropdownActiveClassDisabled: true, dropdownItemsAfter: [ { - to: "https://featureslices.dev/v1.0.html", + to: "https://feature-sliced.github.io/featureslices.dev/v1.0.html", label: "v1.0", }, { - to: "https://featureslices.dev/v0.1.html", + to: "https://feature-sliced.github.io/featureslices.dev/v0.1.html", label: "v0.1", }, { diff --git a/i18n/en/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md b/i18n/en/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md index 3bd4324d5b..241a964b12 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md @@ -161,7 +161,7 @@ Now it is much easier to [observe the principle of low coupling][refs-low-coupli [refs-low-coupling]: /docs/reference/isolation/coupling-cohesion [refs-adaptability]: /docs/about/understanding/naming -[ext-v1]: https://featureslices.dev/v1.0.html +[ext-v1]: https://feature-sliced.github.io/featureslices.dev/v1.0.html [ext-tg-spb]: https://t.me/feature_slices [ext-fdd]: https://github.com/feature-sliced/documentation/tree/rc/feature-driven [ext-fdd-issues]: https://github.com/kof/feature-driven-architecture/issues diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md b/i18n/ru/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md index c0f4d33e02..f7b3d77f9d 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md @@ -160,7 +160,7 @@ sidebar_position: 4 [refs-low-coupling]: /docs/reference/isolation/coupling-cohesion [refs-adaptability]: /docs/about/understanding/naming -[ext-v1]: https://featureslices.dev/v1.0.html +[ext-v1]: https://feature-sliced.github.io/featureslices.dev/v1.0.html [ext-tg-spb]: https://t.me/feature_slices [ext-fdd]: https://github.com/feature-sliced/documentation/tree/rc/feature-driven [ext-fdd-issues]: https://github.com/kof/feature-driven-architecture/issues diff --git a/src/features/hero/index.tsx b/src/features/hero/index.tsx index cd32f632af..690fa3f993 100644 --- a/src/features/hero/index.tsx +++ b/src/features/hero/index.tsx @@ -31,7 +31,7 @@ export function Hero() {
{translate({ id: "features.hero.previous" })}{" "} (feature-slices@v1) diff --git a/src/pages/versions/index.tsx b/src/pages/versions/index.tsx index 7eb7a2c545..6c757eb0f5 100644 --- a/src/pages/versions/index.tsx +++ b/src/pages/versions/index.tsx @@ -62,12 +62,12 @@ function Version() {