Skip to content

Commit

Permalink
Merge pull request #2748 from db-ui/chore-docs-added-links
Browse files Browse the repository at this point in the history
chore(docs): added links
  • Loading branch information
mfranzke authored Jun 17, 2024
2 parents d0577ba + 33dbd15 commit bd87e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion output/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An Angular library containing all styles & components of [DB UX Design System (t
npm i @db-ui/ngx-components
```

> **Note:** This will install `@db-ui/foundations` and `@db-ui/components` as well which contains the `css`/`scss` files
> **Note:** This will install [`@db-ui/foundations`](https://www.npmjs.com/package/@db-ui/foundations) and [`@db-ui/components`](https://www.npmjs.com/package/@db-ui/components) as well which contains the `css`/`scss` files
## Styling Dependencies

Expand Down
2 changes: 1 addition & 1 deletion output/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A React library containing all styles & components of [DB UX Design System (tech
npm i @db-ui/react-components
```

> **Note:** This will install `@db-ui/foundations` and `@db-ui/components` as well which contains the `css`/`scss` files
> **Note:** This will install [`@db-ui/foundations`](https://www.npmjs.com/package/@db-ui/foundations) and [`@db-ui/components`](https://www.npmjs.com/package/@db-ui/components) as well which contains the `css`/`scss` files
## Styling Dependencies

Expand Down
2 changes: 1 addition & 1 deletion output/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Vue library containing all styles & components of [DB UX Design System (techni
npm i @db-ui/v-components
```

> **Note:** This will install `@db-ui/foundations` and `@db-ui/components` as well which contains the `css`/`scss` files
> **Note:** This will install [`@db-ui/foundations`](https://www.npmjs.com/package/@db-ui/foundations) and [`@db-ui/components`](https://www.npmjs.com/package/@db-ui/components) as well which contains the `css`/`scss` files
## Styling Dependencies

Expand Down

0 comments on commit bd87e31

Please sign in to comment.