Skip to content

Commit 257e594

Browse files
fix: remove obsolete website links from example configurations (feature-sliced#670)
1 parent 980f260 commit 257e594

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/pages/examples/_config.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export const examples: Example[] = [
3434
{
3535
title: "Github Client",
3636
description: "React & GraphQL powered github web-client",
37-
website: "http://github-client.gq/",
3837
source: "https://github.com/ani-team/github-client/tree/workshop/feature-sliced-next",
3938
preview: require("./img/github-client.png"),
4039
version: VERSIONS.V2,
@@ -56,7 +55,6 @@ export const examples: Example[] = [
5655
title: "Todo App (React+Redux)",
5756
description:
5857
"QuickStart todo-app example for React developers (Redux version)",
59-
website: "https://kxn7cx-3000.preview.csb.app/",
6058
source: "https://github.com/EliseyMartynov/fs-rtk",
6159
preview: require("./img/todo-app-react-redux.png"),
6260
version: VERSIONS.V2,
@@ -66,7 +64,6 @@ export const examples: Example[] = [
6664
{
6765
title: "Todo App (Vue 3)",
6866
description: "QuickStart todo-app example for Vue developers",
69-
website: "https://fccls.sse.codesandbox.io/",
7067
source: "https://github.com/EliseyMartynov/fs-vue",
7168
preview: require("./img/todo-app-vue.png"),
7269
version: VERSIONS.V2,
@@ -147,7 +144,6 @@ export const examples: Example[] = [
147144
title: "Todo App (ReactNative+Redux)",
148145
description:
149146
"QuickStart todo-app example for ReactNative(Expo) developers",
150-
website: "https://expo.dev/@berdimyradov/todo-app",
151147
source: "https://github.com/berdimyradov/fs-rn-todo-app",
152148
preview: require("./img/fs-rn-todo-app.png"),
153149
version: VERSIONS.V2,
@@ -251,7 +247,6 @@ export const examples: Example[] = [
251247
title: "Money Flow",
252248
description:
253249
"A mobile application for tracking your expenses and incomes.",
254-
website: "https://moneyflow.cash",
255250
source: "https://github.com/moneyflow-dev/moneyflow",
256251
preview: require("./img/moneyflow.png"),
257252
version: VERSIONS.V2,
@@ -282,7 +277,8 @@ export const examples: Example[] = [
282277
{
283278
title: "VK Audiopad",
284279
description: "Chrome extension for VK Music",
285-
website: "https://github.com/vissh/vkui-audiopad",
280+
website:
281+
"https://chrome.google.com/webstore/detail/plclpmphdjmdgmdpfkcmdkmohgpfecip",
286282
source: "https://github.com/vissh/vkui-audiopad",
287283
preview: require("./img/vkaudiopad.png"),
288284
version: VERSIONS.V2,

0 commit comments

Comments
 (0)