Skip to content

Commit 687a82f

Browse files
authored
chore: update docs links (#7759)
1 parent e3c565e commit 687a82f

File tree

228 files changed

+980
-983
lines changed

Some content is hidden

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

228 files changed

+980
-983
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/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/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/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: 2 additions & 2 deletions
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',
41-
brandImage: 'https://raw.githubusercontent.com/SAP/ui5-webcomponents-react/main/assets/Logo-Sticker.png',
40+
brandUrl: 'https://ui5.github.io/webcomponents-react',
41+
brandImage: 'https://raw.githubusercontent.com/UI5/webcomponents-react/main/assets/Logo-Sticker.png',
4242
});

0 commit comments

Comments
 (0)