Skip to content

Commit 9ac1bc4

Browse files
committed
search & replace pt1
1 parent d8fe76d commit 9ac1bc4

File tree

47 files changed

+109
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+109
-113
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
id: example
1616
attributes:
1717
label: 'Isolated Example'
18-
description: 'Please provide an isolated example if possible by forking [this StackBlitz template](https://stackblitz.com/github/SAP/ui5-webcomponents-react/tree/main/templates/vite-ts?file=src%2FApp.tsx).'
18+
description: 'Please provide an isolated example if possible by forking [this StackBlitz template](https://stackblitz.com/github/UI5/webcomponents-react/tree/main/templates/vite-ts?file=src%2FApp.tsx).'
1919
validations:
2020
required: false
2121
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Questions
4-
url: https://github.com/SAP/ui5-webcomponents-react/discussions
4+
url: https://github.com/UI5/webcomponents-react/discussions
55
about: Please ask and answer questions here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ To get it merged faster, kindly review the checklist below:
44

55
## Pull Request Checklist
66

7-
- [ ] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-webcomponents-react/blob/main/CONTRIBUTING.md)
8-
- Especially the [How to Contribute](https://github.com/SAP/ui5-webcomponents-react/blob/main/CONTRIBUTING.md#contribute-code) section
9-
- [ ] [Correct commit message style](https://github.com/SAP/ui5-webcomponents-react/blob/main/docs/Guidelines.md#commit-message-style)
7+
- [ ] Reviewed the [Contributing Guidelines](https://github.com/UI5/webcomponents-react/blob/main/CONTRIBUTING.md)
8+
- Especially the [How to Contribute](https://github.com/UI5/webcomponents-react/blob/main/CONTRIBUTING.md#contribute-code) section
9+
- [ ] [Correct commit message style](https://github.com/UI5/webcomponents-react/blob/main/docs/Guidelines.md#commit-message-style)

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"groupName": "UI5 Web Components",
34-
"matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
34+
"matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"]
3535
},
3636
{
3737
"groupName": "vite & plugins",
@@ -78,8 +78,8 @@
7878
"matchFileNames": ["examples/**", "templates/**", "patterns/**"],
7979
"semanticCommitType": "chore",
8080
"matchSourceUrls": [
81-
"https://github.com/SAP/ui5-webcomponents{/,}**",
82-
"https://github.com/SAP/ui5-webcomponents-react{/,}**"
81+
"https://github.com/UI5/webcomponents{/,}**",
82+
"https://github.com/UI5/webcomponents-react{/,}**"
8383
]
8484
},
8585
{
@@ -88,7 +88,7 @@
8888
"groupSlug": "root-ui5-webcomponents",
8989
"matchFileNames": ["package.json"],
9090
"semanticCommitType": "chore",
91-
"matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
91+
"matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"]
9292
},
9393
{
9494
"groupName": "Typescript",

.storybook/components/DocsHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Import } from './Import';
2424
import { TableOfContent } from './TableOfContent';
2525

2626
const Links = ({ isChart }: { isChart?: boolean }) => {
27-
const githubUrl = `https://github.com/SAP/ui5-webcomponents-react`;
27+
const githubUrl = `https://github.com/UI5/webcomponents-react`;
2828

2929
const packageName = `@ui5/webcomponents-react${isChart ? '-charts' : ''}`;
3030
return (

.storybook/components/ProjectTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function ProjectTemplate(props: ProjectTemplatePropTypes) {
9494
<br />
9595
<br />
9696
You can find the corresponding GitHub issue{' '}
97-
<Link href="https://github.com/SAP/ui5-webcomponents/issues/9771" target="_blank">
97+
<Link href="https://github.com/UI5/webcomponents/issues/9771" target="_blank">
9898
here
9999
</Link>
100100
.

.storybook/components/VersionTable.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ export function VersionTable() {
1818
<p>
1919
<b>
2020
In order to allow patching releases of UI5 Web Components by yourself, packages from{' '}
21-
<Link href={'https://github.com/SAP/ui5-webcomponents'} target={'_blank'}>
21+
<Link href={'https://github.com/UI5/webcomponents'} target={'_blank'}>
2222
ui5-webcomponents
2323
</Link>{' '}
2424
are peer dependencies of{' '}
25-
<Link href={'https://github.com/SAP/ui5-webcomponents-react'}>ui5-webcomponents-react</Link> packages.
25+
<Link href={'https://github.com/UI5/webcomponents-react'}>ui5-webcomponents-react</Link> packages.
2626
</b>
2727
</p>
2828
<p>If you&apos;re not clear which package is developed in which repo, expand the table below.</p>
@@ -40,7 +40,7 @@ export function VersionTable() {
4040
<tbody>
4141
<tr>
4242
<td>
43-
<Link href={'https://github.com/SAP/ui5-webcomponents'} target={'_blank'}>
43+
<Link href={'https://github.com/UI5/webcomponents'} target={'_blank'}>
4444
ui5-webcomponents
4545
</Link>
4646
</td>
@@ -87,7 +87,7 @@ export function VersionTable() {
8787
</tr>
8888
<tr>
8989
<td>
90-
<Link href={'https://github.com/SAP/ui5-webcomponents-react'} target={'_blank'}>
90+
<Link href={'https://github.com/UI5/webcomponents-react'} target={'_blank'}>
9191
ui5-webcomponents-react
9292
</Link>
9393
</td>
@@ -126,13 +126,13 @@ export function VersionTable() {
126126
<thead>
127127
<tr>
128128
<th>
129-
<Link href={'https://github.com/SAP/ui5-webcomponents-react'} target={'_blank'}>
129+
<Link href={'https://github.com/UI5/webcomponents-react'} target={'_blank'}>
130130
ui5-webcomponents-react
131131
</Link>{' '}
132132
Versions
133133
</th>
134134
<th>
135-
<Link href={'https://github.com/SAP/ui5-webcomponents'} target={'_blank'}>
135+
<Link href={'https://github.com/UI5/webcomponents'} target={'_blank'}>
136136
ui5-webcomponents
137137
</Link>{' '}
138138
Versions

.storybook/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ export const Fiori4ReactTheme = create({
3838
* @type {String}
3939
*/
4040
brandUrl: 'https://sap.github.io/ui5-webcomponents-react',
41-
brandImage: 'https://raw.githubusercontent.com/SAP/ui5-webcomponents-react/main/assets/Logo-Sticker.png',
41+
brandImage: 'https://raw.githubusercontent.com/UI5/webcomponents-react/main/assets/Logo-Sticker.png',
4242
});

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ You want to contribute to `ui5-webcomponents-react`? Welcome! Please read this d
77

88
## Report an Issue
99

10-
If you find a bug or some other issue with any part of the library, please [submit an issue](https://github.com/SAP/ui5-webcomponents-react/issues). Before doing so, please make sure that:
10+
If you find a bug or some other issue with any part of the library, please [submit an issue](https://github.com/UI5/webcomponents-react/issues). Before doing so, please make sure that:
1111

1212
- The issue is not a duplicate.
1313
- The issue has not been fixed in a newer release of the library.
1414
- The issue is reproducible.
1515
- You're following our issue template.
1616
- The issue title is short and concise. E.g.: "AnalyticalTable: wrong background color"
1717
- Your explanation is clear and complete.
18-
- You provide example code (preferably by forking this [StackBlitz template](https://stackblitz.com/github/SAP/ui5-webcomponents-react/tree/main/templates/vite-ts?file=src%2FApp.tsx)) and optionally screenshots.
18+
- You provide example code (preferably by forking this [StackBlitz template](https://stackblitz.com/github/UI5/webcomponents-react/tree/main/templates/vite-ts?file=src%2FApp.tsx)) and optionally screenshots.
1919

2020
**For accessibility issues:**
2121

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

24-
If you meet the above criteria, you can submit issues with our [GitHub issue tracker](https://github.com/SAP/ui5-webcomponents-react/issues/new/choose).
24+
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

2626
## Feature Requests
2727

@@ -48,7 +48,7 @@ Please see our [guideline for AI-generated code contributions to SAP Open Source
4848

4949
### How to contribute - the Process
5050

51-
1. Please let us know, that you want to work on the issue you've filed in the [issue tracker](https://github.com/SAP/ui5-webcomponents-react/issues).
51+
1. Please let us know, that you want to work on the issue you've filed in the [issue tracker](https://github.com/UI5/webcomponents-react/issues).
5252
2. If the issue is marked with the `contribution welcome` tag, we'll assign you right away, otherwise we will check if some more information our guidance is needed and only then assign you to it.
5353
3. Once you are assigned to the issue, you are ready to go.
5454
4. Fork the `ui5-webcomponents-react` repository into your GitHub account, create a branch and apply your change. Please don't work directly on the `main` branch of your fork. This will help to update your fork in the future more easily.

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<a name="top"></a>
22

33
<p align="center">
4-
<img src="https://raw.githubusercontent.com/SAP/ui5-webcomponents-react/main/assets/Logo-Sticker.png" alt="UI5 Web Components for React Logo" />
4+
<img src="https://raw.githubusercontent.com/UI5/webcomponents-react/main/assets/Logo-Sticker.png" alt="UI5 Web Components for React Logo" />
55
</p>
66
<p align="center">
7-
<a href='https://coveralls.io/github/SAP/ui5-webcomponents-react'>
8-
<img src='https://coveralls.io/repos/github/SAP/ui5-webcomponents-react/badge.svg' alt='Coverage Status' />
7+
<a href='https://coveralls.io/github/UI5/webcomponents-react'>
8+
<img src='https://coveralls.io/repos/github/UI5/webcomponents-react/badge.svg' alt='Coverage Status' />
99
</a>
1010
<a href="https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/" target="_blank">
1111
<img alt="Slack Badge" src="https://badgen.net/badge/slack/Join OpenUI5 Slack workspace/blue?icon=slack">
@@ -18,7 +18,7 @@
1818
</a>
1919
</p>
2020

21-
`ui5-webcomponents-react` is providing a Fiori-compliant React implementation by leveraging the [UI5 Web Components](https://github.com/SAP/ui5-webcomponents).
21+
`ui5-webcomponents-react` is providing a Fiori-compliant React implementation by leveraging the [UI5 Web Components](https://github.com/UI5/webcomponents).
2222

2323
## Resources
2424

@@ -30,31 +30,31 @@ You can find our documentation under the following links:
3030

3131
## Packages Overview
3232

33-
- [@ui5/webcomponents-react](https://github.com/SAP/ui5-webcomponents-react/tree/main/packages/main) - Main Package
33+
- [@ui5/webcomponents-react](https://github.com/UI5/webcomponents-react/tree/main/packages/main) - Main Package
3434

3535
[![](https://badgen.net/npm/v/@ui5/webcomponents-react?icon=npm)](https://www.npmjs.com/package/@ui5/webcomponents-react)
3636

37-
- [@ui5/webcomponents-react-charts](https://github.com/SAP/ui5-webcomponents-react/tree/main/packages/charts) - Charts Package
37+
- [@ui5/webcomponents-react-charts](https://github.com/UI5/webcomponents-react/tree/main/packages/charts) - Charts Package
3838

3939
[![](https://badgen.net/npm/v/@ui5/webcomponents-react-charts?icon=npm)](https://www.npmjs.com/package/@ui5/webcomponents-react-charts)
4040

41-
- [@ui5/webcomponents-react-base](https://github.com/SAP/ui5-webcomponents-react/tree/main/packages/base) - Base Package
41+
- [@ui5/webcomponents-react-base](https://github.com/UI5/webcomponents-react/tree/main/packages/base) - Base Package
4242

4343
[![](https://badgen.net/npm/v/@ui5/webcomponents-react-base?icon=npm)](https://www.npmjs.com/package/@ui5/webcomponents-react-base)
4444

45-
- [@ui5/webcomponents-react-compat](https://github.com/SAP/ui5-webcomponents-react/tree/main/packages/compat) - Legacy Components Package
45+
- [@ui5/webcomponents-react-compat](https://github.com/UI5/webcomponents-react/tree/main/packages/compat) - Legacy Components Package
4646

4747
[![](https://badgen.net/npm/v/@ui5/webcomponents-react-compat?icon=npm)](https://www.npmjs.com/package/@ui5/webcomponents-react-compat)
4848

49-
- [@ui5/webcomponents-react-cli](https://github.com/SAP/ui5-webcomponents-react/tree/main/packages/cli) - Wrapper Generation & Code-Mod Package
49+
- [@ui5/webcomponents-react-cli](https://github.com/UI5/webcomponents-react/tree/main/packages/cli) - Wrapper Generation & Code-Mod Package
5050

5151
[![](https://badgen.net/npm/v/@ui5/webcomponents-react-cli?icon=npm)](https://www.npmjs.com/package/@ui5/webcomponents-react-cli)
5252

53-
- [@ui5/webcomponents-cypress-commands](https://github.com/SAP/ui5-webcomponents-react/tree/main/packages/cypress-commands) - Custom Cypress Commands & Queries Package
53+
- [@ui5/webcomponents-cypress-commands](https://github.com/UI5/webcomponents-react/tree/main/packages/cypress-commands) - Custom Cypress Commands & Queries Package
5454

5555
[![](https://badgen.net/npm/v/@ui5/webcomponents-cypress-commands?icon=npm)](https://www.npmjs.com/package/@ui5/webcomponents-cypress-commands)
5656

57-
- [@ui5/webcomponents-ai-react](https://github.com/SAP/ui5-webcomponents-react/tree/main/packages/ai) - React wrapper for the `@ui5/webcomponents-ai` Package
57+
- [@ui5/webcomponents-ai-react](https://github.com/UI5/webcomponents-react/tree/main/packages/ai) - React wrapper for the `@ui5/webcomponents-ai` Package
5858

5959
[![](https://badgen.net/npm/v/@ui5/webcomponents-ai-react?icon=npm)](https://www.npmjs.com/package/@ui5/webcomponents-ai-react)
6060

@@ -195,23 +195,23 @@ You can find a curated list of project templates and examples on our [Project Te
195195

196196
### Browser Support
197197

198-
UI5 Web Components for React supports the same [browsers and respective versions](https://github.com/SAP/ui5-webcomponents#browser-support) as UI5 Web Components.
198+
UI5 Web Components for React supports the same [browsers and respective versions](https://github.com/UI5/webcomponents#browser-support) as UI5 Web Components.
199199

200200
<!-- *********************************************************************** -->
201201

202202
<a name="issues"></a>
203203

204204
## Known Issues
205205

206-
Please take a look at our [GitHub Issues](https://github.com/SAP/ui5-webcomponents-react/issues).
206+
Please take a look at our [GitHub Issues](https://github.com/UI5/webcomponents-react/issues).
207207

208208
<!-- *********************************************************************** -->
209209

210210
<a name="support"></a>
211211

212212
## How to obtain support
213213

214-
We welcome all comments, suggestions, questions, and bug reports. Feel free to [open issues](https://github.com/SAP/ui5-webcomponents-react/issues/new/choose) or chat with us directly in the [`#webcomponents-react`](https://openui5.slack.com/archives/CSQEJ2J04) channel in the
214+
We welcome all comments, suggestions, questions, and bug reports. Feel free to [open issues](https://github.com/UI5/webcomponents-react/issues/new/choose) or chat with us directly in the [`#webcomponents-react`](https://openui5.slack.com/archives/CSQEJ2J04) channel in the
215215
[OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
216216
Please note that you have to join this Slack workspace via [this link](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/) if you are not part of it already.
217217

0 commit comments

Comments
 (0)