Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(storybook): fix broken links #1224

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### What we deliver

Vivid's approach is mostly relies on the [Open-WC](https://open-wc.org/guide/) guidelines. As a such, we provide our products as a **web-components**, namely: components defined as custom elements, featuring templating, shadow DOM etc.
Vivid's approach is mostly relies on the [Open-WC](https://open-wc.org/guides) guidelines. As a such, we provide our products as a **web-components**, namely: components defined as custom elements, featuring templating, shadow DOM etc.

Some of those components are rather generic, 'atomic' ones, like button or text input. Others are complex, business-logic oriented micro-frontends. Yet, the design principle apply to all of them alike.

Expand Down
4 changes: 2 additions & 2 deletions docs/stories/introduction-meet-vivid.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ export default {
],
[
'href="docs/installation.md"',
'?path=/story/guides-installation--installation',
'?path=/story/getting-started-installation--installation',
],
[
'href="docs/contribution.md"',
'?path=/story/guides-contribution--contribution',
'?path=/story/getting-started-contribution--contribution',
],
]);
return r;
Expand Down