Skip to content

Commit b30c0a8

Browse files
authored
fix: fix the broken featureslices.dev domain (#726)
1 parent eee5fc5 commit b30c0a8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
## [2.0.0] - 2023-10-01
1616

1717
> **Note**
18-
> 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.
18+
> 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.
1919
2020
### Deprecated
2121

config/docusaurus/navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ const navbar = {
3737
dropdownActiveClassDisabled: true,
3838
dropdownItemsAfter: [
3939
{
40-
to: "https://featureslices.dev/v1.0.html",
40+
to: "https://feature-sliced.github.io/featureslices.dev/v1.0.html",
4141
label: "v1.0",
4242
},
4343
{
44-
to: "https://featureslices.dev/v0.1.html",
44+
to: "https://feature-sliced.github.io/featureslices.dev/v0.1.html",
4545
label: "v0.1",
4646
},
4747
{

i18n/en/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Now it is much easier to [observe the principle of low coupling][refs-low-coupli
161161
[refs-low-coupling]: /docs/reference/isolation/coupling-cohesion
162162
[refs-adaptability]: /docs/about/understanding/naming
163163

164-
[ext-v1]: https://featureslices.dev/v1.0.html
164+
[ext-v1]: https://feature-sliced.github.io/featureslices.dev/v1.0.html
165165
[ext-tg-spb]: https://t.me/feature_slices
166166
[ext-fdd]: https://github.com/feature-sliced/documentation/tree/rc/feature-driven
167167
[ext-fdd-issues]: https://github.com/kof/feature-driven-architecture/issues

i18n/ru/docusaurus-plugin-content-docs/current/guides/migration/from-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ sidebar_position: 4
160160
[refs-low-coupling]: /docs/reference/isolation/coupling-cohesion
161161
[refs-adaptability]: /docs/about/understanding/naming
162162

163-
[ext-v1]: https://featureslices.dev/v1.0.html
163+
[ext-v1]: https://feature-sliced.github.io/featureslices.dev/v1.0.html
164164
[ext-tg-spb]: https://t.me/feature_slices
165165
[ext-fdd]: https://github.com/feature-sliced/documentation/tree/rc/feature-driven
166166
[ext-fdd-issues]: https://github.com/kof/feature-driven-architecture/issues

src/features/hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function Hero() {
3131
<div className="margin-top--md">
3232
<Link
3333
className={styles.link}
34-
to="https://featureslices.dev/"
34+
to="https://feature-sliced.github.io/featureslices.dev/v1.0.html"
3535
>
3636
{translate({ id: "features.hero.previous" })}{" "}
3737
(feature-slices@v1)

src/pages/versions/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ function Version() {
6262
<Table>
6363
<Table.Row
6464
th="v1.0"
65-
href="https://featureslices.dev/v1.0.html"
65+
href="https://feature-sliced.github.io/featureslices.dev/v1.0.html"
6666
hrefTitle="Documentation"
6767
/>
6868
<Table.Row
6969
th="v0.1"
70-
href="https://featureslices.dev/v0.1.html"
70+
href="https://feature-sliced.github.io/featureslices.dev/v0.1.html"
7171
hrefTitle="Documentation"
7272
/>
7373
</Table>

0 commit comments

Comments
 (0)