From 108574b03876f88ba212287405267d494748983a Mon Sep 17 00:00:00 2001
From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com>
Date: Thu, 22 Aug 2024 09:57:14 +0200
Subject: [PATCH] docs: corrected links (#2726)
* docs: corrected links
* refactor: corrected those links
---
e2e/cypress/e2e/00-0-intro/welcome-story.cy.js | 2 +-
.../db-button/stories/button.intro.stories.mdx | 2 +-
.../stories/db-checkbox.intro.stories.mdx | 2 +-
.../db-icon/stories/db-icon.intro.stories.mdx | 2 +-
.../stories/db-input.intro.stories.mdx | 2 +-
.../db-link/stories/db-link.intro.stories.mdx | 2 +-
.../stories/db-radio.intro.stories.mdx | 2 +-
.../stories/db-select.intro.stories.mdx | 2 +-
.../stories/db-textarea.intro.stories.mdx | 2 +-
.../stories/intro/getting-started.stories.mdx | 8 ++++----
.../src/stories/intro/welcome.stories.mdx | 18 +++++++++---------
11 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/e2e/cypress/e2e/00-0-intro/welcome-story.cy.js b/e2e/cypress/e2e/00-0-intro/welcome-story.cy.js
index 3111974c69..1a51b50685 100644
--- a/e2e/cypress/e2e/00-0-intro/welcome-story.cy.js
+++ b/e2e/cypress/e2e/00-0-intro/welcome-story.cy.js
@@ -31,7 +31,7 @@ context('welcome-page', () => {
contain(2, 0, 'showcases--angular-ng-build');
});
it('Check for Card: React Showcase', function () {
- contain(2, 1, 'showcases--react-cra-build');
+ contain(2, 1, 'showcases--react-vite-build');
});
it('Check for Card: Reactwind Showcase', function () {
contain(2, 2, 'showcases--react-and-tailwind');
diff --git a/packages/db-ui-elements-stencil/src/components/db-button/stories/button.intro.stories.mdx b/packages/db-ui-elements-stencil/src/components/db-button/stories/button.intro.stories.mdx
index aead9d8a4c..2a73d6efd9 100644
--- a/packages/db-ui-elements-stencil/src/components/db-button/stories/button.intro.stories.mdx
+++ b/packages/db-ui-elements-stencil/src/components/db-button/stories/button.intro.stories.mdx
@@ -6,7 +6,7 @@ import Readme from './../readme.md?raw';
<db-button>
-The `` element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality. Most of attributes are used in the same way as with a native button. You can try out on Button Live Demo Page.
+The `` element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality. Most of attributes are used in the same way as with a native button. You can try out on [Button Live Demo](?path=/story/db-button--live-demo) Page.