Skip to content

Commit b4eb8a5

Browse files
authored
refactor: adapted the custom domain (#3942)
1 parent 6809acf commit b4eb8a5

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- markdownlint-configure-file { "MD013": false, "MD041":false } -->
22
<!-- markdownlint-disable MD033 MD010 -->
33

4-
<picture><source srcset="https://db-ux-design-system.github.io/images/db-ux-design-system-v3-header.avif" type="image/avif"><source srcset="https://db-ux-design-system.github.io/images/db-ux-design-system-v3-header.webp" type="image/webp"><img src="https://db-ux-design-system.github.io/images/db-ux-design-system-v3-header.jpg" alt=""></picture>
4+
<picture><source srcset="https://design-system.deutschebahn.com/images/db-ux-design-system-v3-header.avif" type="image/avif"><source srcset="https://design-system.deutschebahn.com/images/db-ux-design-system-v3-header.webp" type="image/webp"><img src="https://design-system.deutschebahn.com/images/db-ux-design-system-v3-header.jpg" alt=""></picture>
55

66
# DB UX Design System v3 🚂💖
77

@@ -94,7 +94,7 @@ that we're gaining out of the community. So please support us in any way possibl
9494
### From DB UI Core or DB UI Elements to DB UX Design System Core
9595

9696
We're providing a detailed migration for each component next to the documentation of each component, like e.g.
97-
<https://db-ux-design-system.github.io/core-web/review/main/components/action/button/migration>
97+
<https://design-system.deutschebahn.com/core-web/review/main/components/action/button/migration>
9898

9999
### In between DB UX Design System Core versions
100100

output/angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
An Angular library containing all styles & components of [DB UX Design System (technical components)](https://github.com/db-ux-design-system/core-web).
99

10-
> **Note:** Find more information about specific components [here](https://db-ux-design-system.github.io/core-web/review/main)
10+
> **Note:** Find more information about specific components [here](https://design-system.deutschebahn.com/core-web/review/main)
1111
1212
## Install
1313

output/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A React library containing all styles & components of [DB UX Design System (technical components)](https://github.com/db-ux-design-system/core-web).
99

10-
> **Note:** Find more information about specific components [here](https://db-ux-design-system.github.io/core-web/review/main)
10+
> **Note:** Find more information about specific components [here](https://design-system.deutschebahn.com/core-web/review/main)
1111
1212
## Install
1313

output/stencil/custom-elements-manifest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const intellijOptions = {
1515
excludeCss: true,
1616
referenceTemplate: (name, tag) => ({
1717
name: 'Documentation',
18-
url: `https://db-ux-design-system.github.io/core-web/review/main/components/${tag.replace('db-', '')}/properties`
18+
url: `https://design-system.deutschebahn.com/core-web/review/main/components/${tag.replace('db-', '')}/properties`
1919
})
2020
};
2121

output/vue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A Vue library containing all styles & components of [DB UX Design System (technical components)](https://github.com/db-ux-design-system/core-web).
99

10-
> **Note:** Find more information about specific components [here](https://db-ux-design-system.github.io/core-web/review/main)
10+
> **Note:** Find more information about specific components [here](https://design-system.deutschebahn.com/core-web/review/main)
1111
1212
## Install
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "git+https://github.com/db-ux-design-system/core-web.git"
99
},
10-
"homepage": "https://db-ux-design-system.github.io/core-web/",
10+
"homepage": "https://design-system.deutschebahn.com/core-web/",
1111
"bugs": {
1212
"url": "https://github.com/db-ux-design-system/core-web/issues"
1313
},

packages/components/docs/router-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The routers are installed and used in accordance with the official docs:
1818

1919
To create a DB Brand styled router link, place the corresponding router link component in the default slot of **DBNavigationItem**.
2020

21-
[How to use DBNavigationItem](https://db-ux-design-system.github.io/core-web/review/main/components/navigation-item/overview)
21+
[How to use DBNavigationItem](https://design-system.deutschebahn.com/core-web/review/main/components/navigation-item/overview)
2222

2323
**Angular**
2424

packages/components/src/components/header/docs/HTML.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For general installation and configuration take a look at the [components](https
100100
<a href="/"
101101
><img
102102
class="db-logo"
103-
src="https://db-ux-design-system.github.io/images/db_logo.svg"
103+
src="https://design-system.deutschebahn.com/images/db_logo.svg"
104104
alt=""
105105
height="24"
106106
width="34" /></a

packages/components/src/shared/model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export type SemanticProps = {
5757

5858
export type IconProps = {
5959
/**
60-
* Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.
60+
* Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://design-system.deutschebahn.com/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.
6161
*/
6262
icon?: IconTypes;
6363
};
@@ -72,7 +72,7 @@ export type ShowIconProps = {
7272

7373
export type IconAfterProps = {
7474
/**
75-
* Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://db-ux-design-system.github.io/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.
75+
* Define an icon by its identifier (like e.g. _user_, compare to [Icons](https://design-system.deutschebahn.com/core-web/review/main/foundations/icons/overview)) to get displayed in front of the elements content.
7676
*/
7777
iconAfter?: IconTypes;
7878
};

packages/foundations/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ A library containing all tokens (colors, spacings, font formatting, etc.) and as
99

1010
We currently support:
1111

12-
- [CSS](https://db-ux-design-system.github.io/core-web/review/main/foundations/readme?current=css)
13-
- [SCSS](https://db-ux-design-system.github.io/core-web/review/main/foundations/readme?current=scss)
14-
- [Tailwind](https://db-ux-design-system.github.io/core-web/review/main/foundations/readme?current=tailwind)
12+
- [CSS](https://design-system.deutschebahn.com/core-web/review/main/foundations/readme?current=css)
13+
- [SCSS](https://design-system.deutschebahn.com/core-web/review/main/foundations/readme?current=scss)
14+
- [Tailwind](https://design-system.deutschebahn.com/core-web/review/main/foundations/readme?current=tailwind)
1515

1616
## Install
1717

@@ -198,7 +198,7 @@ In HTML:
198198

199199
### Tailwind
200200

201-
Check the required imports for [CSS](https://db-ux-design-system.github.io/core-web/review/main/foundations/readme?current=css) to enable all tokens and defaults.
201+
Check the required imports for [CSS](https://design-system.deutschebahn.com/core-web/review/main/foundations/readme?current=css) to enable all tokens and defaults.
202202

203203
#### Tailwind v4
204204

0 commit comments

Comments
 (0)