Skip to content

Commit c1af980

Browse files
authored
docs: update links to DSM (#3267)
1 parent cab30f2 commit c1af980

File tree

18 files changed

+21
-23
lines changed

18 files changed

+21
-23
lines changed

packages/orange/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ icons_license: "https://design.orange.com/0c1af118d/p/92bb17-
2525
icons_usage: "https://design.orange.com/0c1af118d/p/92bb17-usage"
2626
bootstrap: "https://getbootstrap.com"
2727
ouds:
28-
web: "https://unified-design-system.orange.com/" # TODO: replace this URL by the web one or even "https://oran.ge/ds-web" when it will changed
28+
web: "https://unified-design-system.orange.com/"
2929
debug_template: "https://codepen.io/louismaximepiton/pen/WbreEwY"
3030

3131
algolia:

packages/sosh/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ icons_license: "https://design.orange.com/0c1af118d/p/92bb17-
2525
icons_usage: "https://design.orange.com/0c1af118d/p/92bb17-usage"
2626
bootstrap: "https://getbootstrap.com"
2727
ouds:
28-
web: "https://unified-design-system.orange.com/" # TODO: replace this URL by the web one or even "https://oran.ge/ds-web" when it will changed
28+
web: "https://unified-design-system.orange.com/"
2929
debug_template: "https://codepen.io/louismaximepiton/pen/OPMLjXZ"
3030

3131
algolia:

site/src/assets/examples/download-app/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ export const aliases = [
856856
<div class="container-fluid container-max-width footer-terms">
857857
<ul class="navbar-nav gap-md-large">
858858
<li class="fw-bold">© Orange {new Date().getFullYear()}</li>
859-
<li><a class="nav-link" href="https://unified-design-system.orange.com/472794e18/p/20e7da-legal/b/574e10" target="_blank" rel="noopener">Terms and conditions</a></li>
859+
<li><a class="nav-link" href="https://r.orange.fr/r/S-ouds-doc-legal" target="_blank" rel="noopener">Terms and conditions</a></li>
860860
<li><a class="nav-link" href="https://unified-design-system.orange.com" target="_blank" rel="noopener">Orange Unified Design System</a></li>
861861
<li><a class="nav-link" href="https://android.unified-design-system.orange.com" target="_blank" rel="noopener">OUDS-Android</a></li>
862862
<li><a class="nav-link" href="https://ios.unified-design-system.orange.com" target="_blank" rel="noopener">OUDS-iOS</a></li>

site/src/content/docs/components/badges.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { getVersionedDocsPath } from '@libs/path'
1717
import { getMode } from '@libs/sass-variables'
1818

1919
<Callout type="info">
20-
You can find here the [OUDS Badge design guidelines](https://unified-design-system.orange.com/472794e18/p/698ea8-badge).
20+
You can find the OUDS design guidelines here: [badge guidelines](https://r.orange.fr/r/S-ouds-doc-badge), [badge - count guidelines](https://r.orange.fr/r/S-ouds-doc-badge-count), [badge - icon guidelines](https://r.orange.fr/r/S-ouds-doc-badge-icon).
2121
</Callout>
2222

2323
## Overview

site/src/content/docs/components/breadcrumb.mdx

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

99
<Callout type="info">
10-
You can find here the [OUDS Breadcrumb design guidelines](https://unified-design-system.orange.com/472794e18/p/775908-breadcrumb).
10+
You can find here the OUDS [breadcrumb design guidelines](https://r.orange.fr/r/S-ouds-doc-breadcrumb).
1111
</Callout>
1212

1313
## Overview

site/src/content/docs/components/bullet-list.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc: true
99
import { getConfig } from '@libs/config'
1010

1111
<Callout type="info">
12-
You can find here the [OUDS Bullet list design guidelines](https://unified-design-system.orange.com/472794e18/p/49e7bf-bullet-list).
12+
You can find here the OUDS [bullet list design guidelines](https://r.orange.fr/r/S-ouds-doc-bullet-list).
1313
</Callout>
1414

1515
## Overview

site/src/content/docs/components/buttons.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { getVersionedDocsPath } from '@libs/path'
1414
import { getMode } from '@libs/sass-variables'
1515

1616
<Callout type="info">
17-
You can find here the [OUDS Button design guidelines](https://unified-design-system.orange.com/472794e18/p/48a788-button).
17+
You can find here the OUDS [button design guidelines](https://r.orange.fr/r/S-ouds-doc-button).
1818
</Callout>
1919

2020
## Overview
@@ -38,7 +38,7 @@ When using button classes on `<a>` elements that are used to trigger in-page fun
3838

3939
## Variants
4040

41-
OUDS Web includes several button variants, each serving its own semantic purpose, with a few extras thrown in for more control. Please follow the [Button design specifications](https://unified-design-system.orange.com/472794e18/p/48a788-button/t/5c95fb0c27) to choose the right button for the right action.
41+
OUDS Web includes several button variants, each serving its own semantic purpose, with a few extras thrown in for more control. Please follow the [button design specifications](https://r.orange.fr/r/S-ouds-doc-button) to choose the right button for the right action.
4242

4343
<Example class="bd-btn-example" code={`<button type="button" class="btn btn-default">Default</button>
4444
<button type="button" class="btn btn-strong">Strong</button>

site/src/content/docs/components/chips.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { getVersionedDocsPath } from '@libs/path'
1515
import { getMode } from '@libs/sass-variables'
1616

1717
<Callout type="info">
18-
You can find here the [OUDS chip design guidelines](https://unified-design-system.orange.com/472794e18/p/77fdea-chip).
18+
You can find the OUDS design guidelines here: [filter chip guidelines](https://r.orange.fr/r/S-ouds-doc-filter-chip), [suggestion chip guidelines](https://r.orange.fr/r/S-ouds-doc-suggestion-chip).
1919
</Callout>
2020

2121
## Overview

site/src/content/docs/components/links.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { getVersionedDocsPath } from '@libs/path'
1212
import { getMode } from '@libs/sass-variables'
1313

1414
<Callout type="info">
15-
You can find here the [OUDS Link design guidelines](https://unified-design-system.orange.com/472794e18/p/31c33b-link).
15+
You can find here the OUDS [link design guidelines](https://r.orange.fr/r/S-ouds-doc-link).
1616
</Callout>
1717

1818
## Overview

site/src/content/docs/components/tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { getVersionedDocsPath } from '@libs/path'
1515
import { getMode } from '@libs/sass-variables'
1616

1717
<Callout type="info">
18-
You can find here the [OUDS tag design guidelines](https://unified-design-system.orange.com/472794e18/p/7565ce-tag).
18+
You can find the OUDS design guidelines here: [tag guidelines](https://r.orange.fr/r/S-ouds-doc-tag), [input tag guidelines](https://r.orange.fr/r/S-ouds-doc-input-tag).
1919
</Callout>
2020

2121
## Overview

0 commit comments

Comments
 (0)