Skip to content

Commit 2c58249

Browse files
committed
search & replace pt2
1 parent 9ac1bc4 commit 2c58249

File tree

35 files changed

+71
-71
lines changed

35 files changed

+71
-71
lines changed

.storybook/components/VersionSwitch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const TOOL_ID = `${ADDON_ID}/toolbar`;
1111

1212
const handleVersionSelect = (e) => {
1313
const { slug } = e.detail.item.dataset;
14-
window.location.href = `https://sap.github.io/ui5-webcomponents-react/${slug}/`;
14+
window.location.href = `https://ui5.github.io/webcomponents-react/${slug}/`;
1515
};
1616

1717
addons.register(ADDON_ID, () => {

.storybook/images/master/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta http-equiv="refresh" content="0; url=https://sap.github.io/ui5-webcomponents-react/main/" />
5+
<meta http-equiv="refresh" content="0; url=https://ui5.github.io/webcomponents-react/main/" />
66
</head>
77
<body></body>
88
</html>

.storybook/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export const Fiori4ReactTheme = create({
3737
* URL for name in top left corner to link to
3838
* @type {String}
3939
*/
40-
brandUrl: 'https://sap.github.io/ui5-webcomponents-react',
40+
brandUrl: 'https://ui5.github.io/webcomponents-react',
4141
brandImage: 'https://raw.githubusercontent.com/UI5/webcomponents-react/main/assets/Logo-Sticker.png',
4242
});

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you find a bug or some other issue with any part of the library, please [subm
1919

2020
**For accessibility issues:**
2121

22-
- You follow the "[Testing Accessibility](https://sap.github.io/ui5-webcomponents/docs/advanced/accessibility/#testing-accessibility)" guidelines and include all relevant information.
22+
- You follow the "[Testing Accessibility](https://ui5.github.io/webcomponents/docs/advanced/accessibility/#testing-accessibility)" guidelines and include all relevant information.
2323

2424
If you meet the above criteria, you can submit issues with our [GitHub issue tracker](https://github.com/UI5/webcomponents-react/issues/new/choose).
2525

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
You can find our documentation under the following links:
2626

27-
- [Stable Release Documentation](https://sap.github.io/ui5-webcomponents-react/)
28-
- [Nightly Release Documentation](https://sap.github.io/ui5-webcomponents-react/nightly/)
29-
- [V1 Release Documentation](https://sap.github.io/ui5-webcomponents-react/v1/)
27+
- [Stable Release Documentation](https://ui5.github.io/webcomponents-react/)
28+
- [Nightly Release Documentation](https://ui5.github.io/webcomponents-react/nightly/)
29+
- [V1 Release Documentation](https://ui5.github.io/webcomponents-react/v1/)
3030

3131
## Packages Overview
3232

@@ -90,8 +90,8 @@ npm install @ui5/webcomponents-react @ui5/webcomponents @ui5/webcomponents-fiori
9090

9191
Since version `v2.14.0` of `@ui5/webcomponents-react`, `@ui5/webcomponents-fiori` is an optional peer-dependency. You will still need to install it if:
9292

93-
- You want to use any [component](https://sap.github.io/ui5-webcomponents/components/fiori/) from the `@ui5/webcomponents-fiori` package.
94-
- You want to use the [VariantManagement](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/inputs-variantmanagement--docs) component.
93+
- You want to use any [component](https://ui5.github.io/webcomponents/components/fiori/) from the `@ui5/webcomponents-fiori` package.
94+
- You want to use the [VariantManagement](https://ui5.github.io/webcomponents-react/v2/?path=/docs/inputs-variantmanagement--docs) component.
9595
- You import anything from the `@ui5/webcomponents-fiori` package.
9696

9797
```sh
@@ -138,7 +138,7 @@ import '@ui5/webcomponents-react/dist/json-imports/i18n-node.js';
138138
139139
## End of Support for Version 1.x
140140

141-
The support for version 1.x of `ui5-webcomponents-react` has ended on **July 1, 2025**. We recommend migrating to version 2.x as soon as possible. For more information, please refer to our [Migration Guide](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/migration-guide--docs).
141+
The support for version 1.x of `ui5-webcomponents-react` has ended on **July 1, 2025**. We recommend migrating to version 2.x as soon as possible. For more information, please refer to our [Migration Guide](https://ui5.github.io/webcomponents-react/v2/?path=/docs/migration-guide--docs).
142142

143143
<!-- *********************************************************************** -->
144144

@@ -153,7 +153,7 @@ In about an hour you will create a business dashboard from scratch and get famil
153153

154154
### SAP Devtoberfest 2024 session
155155

156-
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
156+
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://ui5.github.io/webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
157157

158158
### SAP Devtoberfest 2023 session
159159

@@ -162,7 +162,7 @@ For the main part, we show how you could create a simple Movie Database UI, firs
162162

163163
### Examples & Templates
164164

165-
You can find a curated list of project templates and examples on our [Project Templates & Examples page](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/project-templates-examples--docs).
165+
You can find a curated list of project templates and examples on our [Project Templates & Examples page](https://ui5.github.io/webcomponents-react/v2/?path=/docs/project-templates-examples--docs).
166166

167167
### Add `@ui5/webcomponents-react` to an existing app
168168

docs/MigrationGuide.archive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ were only used internally and are mentioned here for the sake of completeness.
10191019

10201020
#### Spinner
10211021

1022-
The deprecated `Spinner` component has been removed in favor of the [BusyIndicator](https://sap.github.io/ui5-webcomponents-react/v1/?path=/docs/ui5-web-components-busyindicator) component.
1022+
The deprecated `Spinner` component has been removed in favor of the [BusyIndicator](https://ui5.github.io/webcomponents-react/v1/?path=/docs/ui5-web-components-busyindicator) component.
10231023

10241024
Migration Example:
10251025

@@ -1035,7 +1035,7 @@ will become
10351035

10361036
#### Tokenizer
10371037

1038-
The deprecated `Tokenizer` component has been removed in favor of the [MultiInput](https://sap.github.io/ui5-webcomponents-react/v1/?path=/docs/ui5-web-components-multiinput) component.
1038+
The deprecated `Tokenizer` component has been removed in favor of the [MultiInput](https://ui5.github.io/webcomponents-react/v1/?path=/docs/ui5-web-components-multiinput) component.
10391039

10401040
Migration Example:
10411041

docs/MigrationGuide.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ or the [changelog](?path=/docs/change-log--page)._
2020
## UI5 Web Components Migration Guide
2121

2222
The breaking changes listed here only affect our codebase. Changes related solely to the underlying web component are **not** tracked here.
23-
For a complete list of breaking changes in UI5 Web Components, please refer to their [Migration Guide](https://sap.github.io/ui5-webcomponents/docs/migration-guides/to-version-2/).
23+
For a complete list of breaking changes in UI5 Web Components, please refer to their [Migration Guide](https://ui5.github.io/webcomponents/docs/migration-guides/to-version-2/).
2424

2525
_**Note:** Our `codemod` covers changes from ui5-webcomponents as well._
2626

@@ -56,7 +56,7 @@ npx @ui5/webcomponents-react-cli codemod --transform v2 \
5656

5757
### SAP Devtoberfest 2024 session
5858

59-
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
59+
In the [SAP Devtoberfest 2024](https://www.youtube.com/watch?v=lvpN3eK39h8) session, we showcased the most prominent new features in version 2 of UI5 Web Components and UI5 Web Components for React, and provided an example of how to migrate from version 1 to version 2 using our [Codemod](https://ui5.github.io/webcomponents-react/v2/?path=/docs/migration-guide--docs#codemod).
6060

6161
## General changes
6262

@@ -103,7 +103,7 @@ function MyRootComponent() {
103103

104104
### Removed `jestSetup` file
105105

106-
We stopped recommending jest as a testing framework over a year ago, thus the `jestSetup` file is removed. We recommend using [Cypress](https://sap.github.io/ui5-webcomponents-react/?path=/docs/testing-with-cypress-setup--docs) instead.
106+
We stopped recommending jest as a testing framework over a year ago, thus the `jestSetup` file is removed. We recommend using [Cypress](https://ui5.github.io/webcomponents-react/?path=/docs/testing-with-cypress-setup--docs) instead.
107107

108108
### Changes Exclusive to TypeScript
109109

@@ -222,7 +222,7 @@ You can find a more detailed documentation [here](?path=/docs/knowledge-base-com
222222

223223
With the release of UI5 Web Components v2, some component names have been renamed. Because we use these web component names (class names) as React component names, the renamings are considered breaking changes in our repository.
224224

225-
**The list below shows only the previous and updated component names. For details on changes concerning attributes, properties, methods, etc., please refer to the [UI5 Web Components Migration Guide](https://sap.github.io/ui5-webcomponents/docs/migration-guides/to-version-2/).**
225+
**The list below shows only the previous and updated component names. For details on changes concerning attributes, properties, methods, etc., please refer to the [UI5 Web Components Migration Guide](https://ui5.github.io/webcomponents/docs/migration-guides/to-version-2/).**
226226

227227
**Note:** The tag name in the parenthesis is the **old** tag name.
228228

docs/Welcome.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ npm install @ui5/webcomponents-react @ui5/webcomponents @ui5/webcomponents-fiori
6464

6565
Since version `v2.14.0` of `@ui5/webcomponents-react`, `@ui5/webcomponents-fiori` is an optional peer-dependency. You will still need to install it if:
6666

67-
- You want to use any [component](https://sap.github.io/ui5-webcomponents/components/fiori/) from the `@ui5/webcomponents-fiori` package.
68-
- You want to use the [VariantManagement](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/inputs-variantmanagement--docs) component.
67+
- You want to use any [component](https://ui5.github.io/webcomponents/components/fiori/) from the `@ui5/webcomponents-fiori` package.
68+
- You want to use the [VariantManagement](https://ui5.github.io/webcomponents-react/v2/?path=/docs/inputs-variantmanagement--docs) component.
6969
- You import anything from the `@ui5/webcomponents-fiori` package.
7070

7171
```sh
@@ -150,7 +150,7 @@ UI5 Web Components and UI5 Web Components for React are both coming with the `sa
150150
children={
151151
<>
152152
UI5 Web Components for React uses the theme configuration of UI5 Web Components. Please also have a look at their{' '}
153-
<Link href="https://sap.github.io/ui5-webcomponents/docs/advanced/configuration/#theme">documentation</Link>.
153+
<Link href="https://ui5.github.io/webcomponents/docs/advanced/configuration/#theme">documentation</Link>.
154154
</>
155155
}
156156
/>
@@ -229,7 +229,7 @@ export default function App() {
229229

230230
### Feature Registration
231231

232-
`@ui5/webcomponents` offers a variety of [feature (side-effect) imports](https://sap.github.io/ui5-webcomponents/docs/advanced/using-features/) that are available with `@ui5/webcomponents-react` as well.
232+
`@ui5/webcomponents` offers a variety of [feature (side-effect) imports](https://ui5.github.io/webcomponents/docs/advanced/using-features/) that are available with `@ui5/webcomponents-react` as well.
233233
To use them you have to make sure they are imported before any other imports!
234234

235235
### Support

docs/knowledge-base/BringYourOwnWebComponents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you have created a custom UI5 Web Components package, you will be able to cre
1616
children={
1717
<>
1818
The UI5 Web Components for React CLI package is tailor-made for custom UI5 Web Components packages following{' '}
19-
<Link href="https://sap.github.io/ui5-webcomponents/docs/development/">this documentation</Link>. <br />
19+
<Link href="https://ui5.github.io/webcomponents/docs/development/">this documentation</Link>. <br />
2020
You can not use it for creating React wrapper for arbitrary custom element libraries.
2121
</>
2222
}

docs/knowledge-base/FAQ.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { Badge } from "@sb/components/Badge.js";
1515
children={
1616
<>
1717
Please also take a look at the FAQ of{' '}
18-
<ui5-link href="https://sap.github.io/ui5-webcomponents/docs/FAQ/">
18+
<ui5-link href="https://ui5.github.io/webcomponents/docs/FAQ/">
1919
UI5 Web Components
2020
</ui5-link>
2121
.
@@ -84,7 +84,7 @@ Further information about theming can be found in our and the UI5 Web Components
8484

8585
Each component developed by the UI5 Web Components team ([`ui5-webcomponents`](https://github.com/UI5/webcomponents)) that is wrapped by the UI5 Web Components for React ([`ui5-webcomponents-react`](https://github.com/UI5/webcomponents-react)) wrapper includes the following note in its component description:
8686

87-
> **Note**: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
87+
> **Note**: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
8888
8989
If a component does not have this note, it is a React-only component provided exclusively by `ui5-webcomponents-react`.
9090

@@ -103,7 +103,7 @@ Additionally, Storybook supports filtering by tags, allowing you to filter by di
103103
Starting from UI5 Web Components (for React) 2.0.0, the order of imports with regard to scoping and components matters.
104104
Setting the scoping suffix must be done before importing any components, as they use the suffix at the top-level of the module - meaning when a component is imported, the suffix has to be known.
105105
For this to work, calling the method should be done in a separate module (e.g. scoping-config.js) and this module should be imported before any components are imported.
106-
You can find more information about this in the [UI5 Web Components documentation](https://sap.github.io/ui5-webcomponents/docs/advanced/scoping/).
106+
You can find more information about this in the [UI5 Web Components documentation](https://ui5.github.io/webcomponents/docs/advanced/scoping/).
107107

108108
```ts
109109
// scoping-config.js

0 commit comments

Comments
 (0)