Skip to content

Commit 6592555

Browse files
authored
chore: update github URLs (#12269)
1 parent 2bc4e52 commit 6592555

Some content is hidden

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

60 files changed

+271
-271
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33

44
### PR checklist
5-
- [ ] Check the [Development Hints](https://sap.github.io/ui5-webcomponents/docs/contributing/DoD/)
5+
- [ ] Check the [Development Hints](https://ui5.github.io/webcomponents/docs/contributing/DoD/)
66

7-
- [ ] Follow the [Commit message Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/5-contributing/02-conventions-and-guidelines.md#commit-message-style)
7+
- [ ] Follow the [Commit message Guidelines](https://github.com/UI5/webcomponents/blob/main/docs/5-contributing/02-conventions-and-guidelines.md#commit-message-style)
88

99
For example: `fix(ui5-*): correct/fix sth` or `feat(ui5-*): add/introduce sth`. If you don't want the change to be part of the release changelog - use `chore`, `refactor` or `docs`.
1010

@@ -15,4 +15,4 @@ For example: `fix(ui5-*): correct/fix sth` or `feat(ui5-*): add/introduce sth`.
1515
Use `Fixes: {#PR_NUMBER}` to close the issue automatically when the PR is merged
1616
or `Related to: {#PR_NUMBER}` to just create a link between the PR and the issue.
1717

18-
- [ ] Read the [Contributing Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/CONTRIBUTING.md)
18+
- [ ] Read the [Contributing Guidelines](https://github.com/UI5/webcomponents/blob/main/CONTRIBUTING.md)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You are welcome to contribute code to the UI5 Web Components in order to fix bug
1010
There are three important things to know:
1111

1212
1. You must be aware of the Apache License (which describes contributions) and **accept the Developer Certificate of Origin**.
13-
2. Follow our **[Development Conventions and Guidelines](https://sap.github.io/ui5-webcomponents/docs/contributing/conventions-and-guidelines/)**.
13+
2. Follow our **[Development Conventions and Guidelines](https://ui5.github.io/webcomponents/docs/contributing/conventions-and-guidelines/)**.
1414
3. **Not all proposed contributions can be accepted**. Some features may just fit a third-party add-on better. The code must match the overall direction of the UI5 Web Components and improve it. So there should be some "bang for the byte". For most bug fixes this is a given, but a major feature implementation first needs to be discussed with one of the committers. Possibly, one who touched the related code or module recently. The more effort you invest, the better you should clarify in advance whether the contribution will match the project's direction. The best way would be to just open an enhancement ticket in the issue tracker to discuss the feature you plan to implement (make it clear that you intend to contribute). We will then forward the proposal to the respective code owner. This avoids disappointment.
1515

1616
## Developer Certificate of Origin (DCO)
@@ -21,7 +21,7 @@ Due to legal reasons, contributors will be asked to accept a DCO before they sub
2121
1. Make sure the change is welcome (see [General Remarks](#general-remarks)).
2222
1. Create a branch by forking the relevant UI5 Web Components repository and apply your change.
2323
1. Commit and push your change on that branch.
24-
- **Please follow our [Development Conventions and Guidelines](https://sap.github.io/ui5-webcomponents/docs/contributing/conventions-and-guidelines/).**
24+
- **Please follow our [Development Conventions and Guidelines](https://ui5.github.io/webcomponents/docs/contributing/conventions-and-guidelines/).**
2525
1. Create a pull request in the UI5 Web Components repository.
2626
1. Follow the link posted by the CLA assistant to your pull request and accept it, as described above.
2727
1. Wait for our code review and approval, possibly enhancing your change on request.

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/Logo_wide_25.png)
1+
# ![UI5 icon](https://raw.githubusercontent.com/UI5/webcomponents/main/docs/images/Logo_wide_25.png)
22

3-
[![CI](https://github.com/SAP/ui5-webcomponents/actions/workflows/test.yaml/badge.svg)](https://github.com/SAP/ui5-webcomponents/actions/workflows/test.yaml)
3+
[![CI](https://github.com/UI5/webcomponents/actions/workflows/test.yaml/badge.svg)](https://github.com/UI5/webcomponents/actions/workflows/test.yaml)
44
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](https://www.npmjs.com/package/@ui5/webcomponents)
5-
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-webcomponents)](https://api.reuse.software/info/github.com/SAP/ui5-webcomponents)
5+
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/webcomponents)](https://api.reuse.software/info/github.com/UI5/webcomponents)
66

7-
## What are [UI5 Web Components](https://sap.github.io/ui5-webcomponents)?
7+
## What are [UI5 Web Components](https://ui5.github.io/webcomponents)?
88

99
- A rich set of **enterprise-grade reusable UI elements** driven by a **lightweight framework** (~20K gzipped for the framework part).
1010
- Suitable for building anything from **static web sites** to **complex web applications**.
@@ -19,10 +19,10 @@
1919
- **Elegant**: being *custom HTML elements*, they hide implementation complexity behind a single HTML tag, making them easily usable with the standard DOM APIs.
2020

2121
## Where can I see them in action?
22-
- [Playground and API Reference](https://sap.github.io/ui5-webcomponents/components/)
22+
- [Playground and API Reference](https://ui5.github.io/webcomponents/components/)
2323

2424
## More Resources
25-
- [UI5 Web Components Home Page](https://sap.github.io/ui5-webcomponents)
25+
- [UI5 Web Components Home Page](https://ui5.github.io/webcomponents)
2626
- [Configuring UI5 Web Components](./docs/2-advanced/01-configuration.md)
2727
- [Customizing with `UI Theme Designer`](./docs/2-advanced/12-theming.md)
2828
- [Creating a Custom UI5 Web Components Package](docs/4-development/01-package.md)
@@ -85,7 +85,7 @@ Moreover, all Angular-specific features, such as two-way data binding and Angula
8585
<ui5-button>Hello world!</ui5-button>
8686
```
8787

88-
For more information, see [Importing UI5 Web Components](https://sap.github.io/ui5-webcomponents/docs/getting-started/components-packages/) and [Understanding UI5 Web Components APIs](https://sap.github.io/ui5-webcomponents/docs/getting-started/components-APIs/).
88+
For more information, see [Importing UI5 Web Components](https://ui5.github.io/webcomponents/docs/getting-started/components-packages/) and [Understanding UI5 Web Components APIs](https://ui5.github.io/webcomponents/docs/getting-started/components-APIs/).
8989

9090
## Typescript Support
9191
TypeScript Support is enabled for both component development and component consumption.
@@ -116,7 +116,7 @@ This section might be of interest to you mainly if you need to run or build the
116116
- [Yarn](https://yarnpkg.com/en) (**version 1.22 or higher**)
117117

118118
**Note:** The UI5 Web Components project is set up with the [Yarn](https://yarnpkg.com/) node package manager.
119-
This is because it offers functionality that the otherwise preferred [npm](https://www.npmjs.com/) package manager is currently lacking. Namely, the [workspace](https://yarnpkg.com/lang/en/docs/workspaces/) setting which is currently used in the [UI5 Web Components (mono-)repository](https://github.com/SAP/ui5-webcomponents). Note that npm [might add](https://github.com/npm/npm/pull/15900#issuecomment-315335381) this feature in the future.
119+
This is because it offers functionality that the otherwise preferred [npm](https://www.npmjs.com/) package manager is currently lacking. Namely, the [workspace](https://yarnpkg.com/lang/en/docs/workspaces/) setting which is currently used in the [UI5 Web Components (mono-)repository](https://github.com/UI5/webcomponents). Note that npm [might add](https://github.com/npm/npm/pull/15900#issuecomment-315335381) this feature in the future.
120120

121121
### Structure
122122

@@ -173,7 +173,7 @@ For example, to find the Button component (that belongs to the `main` package),
173173
None as of 1.24.0
174174

175175
## Known Issues
176-
No major bugs known. To report an issue or view the currently open issues, click [here](https://github.com/SAP/ui5-webcomponents/issues).
176+
No major bugs known. To report an issue or view the currently open issues, click [here](https://github.com/UI5/webcomponents/issues).
177177

178178
## Support
179179
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version = 1
22
SPDX-PackageName = "OpenUI5"
33
SPDX-PackageSupplier = "SAP OpenUI5 <[email protected]>"
4-
SPDX-PackageDownloadLocation = "https://github.com/SAP/ui5-webcomponents"
4+
SPDX-PackageDownloadLocation = "https://github.com/UI5/webcomponents"
55
SPDX-PackageComment = "The code in this project may include calls to APIs (“API Calls”) of\n SAP or third-party products or services developed outside of this project\n (“External Products”).\n “APIs” means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project’s code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."
66

77
[[annotations]]

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## 🔍 Analyzing Issues
99
Analyzing issue reports can be a lot of effort. Any help is welcome! 👍
1010

11-
Go to [the Github issue tracker](https://github.com/SAP/ui5-webcomponents/issues?state=open) and find an open issue which needs additional work or a bugfix.
11+
Go to [the Github issue tracker](https://github.com/UI5/webcomponents/issues?state=open) and find an open issue which needs additional work or a bugfix.
1212
Especially check for issues with the labels **`good first issue`**, **`help wanted`**, or **`information required`**.
1313

1414
You may be able to add additional or missing information, such as a step-by-step guide on how to reproduce an issue or an analysis of the root cause. In case of the latter, you might even be able to [contribute](/CONTRIBUTING.md#how-to-contribute) a bugfix. 🙌

docs/08-Releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ The UI5 Web Components version 1 is in maintenance until 30 June 2025.
5252

5353
Every start of the month, a new patch of 1.24 version is released - stable and recommended for consumers that still rely on version 1.
5454

55-
**Note:** The changelog of all releases can be found on the [GitHub Release](https://github.com/SAP/ui5-webcomponents/releases) page.
55+
**Note:** The changelog of all releases can be found on the [GitHub Release](https://github.com/UI5/webcomponents/releases) page.

docs/09-FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar_label: FAQ
1212
**Q: Where is the documentation?**
1313

1414
**A:** There are several resources:
15-
- [Web Components APIs](https://sap.github.io/ui5-webcomponents/play/)
15+
- [Web Components APIs](https://ui5.github.io/webcomponents/play/)
1616
- [How to get started?](https://blogs.sap.com/2019/04/01/the-fastest-way-to-get-started-with-ui5-web-components/)
1717

1818
**Q: Is there a CDN to load UI5 Web Components from?**
@@ -46,7 +46,7 @@ Additional features, settings and old browser support will increase bundle size
4646

4747
**Q: What is the difference between UI5 Web Components and OpenUI5?**
4848

49-
**A:** See the project's [readme.md](https://github.com/SAP/ui5-webcomponents) for more on this.
49+
**A:** See the project's [readme.md](https://github.com/UI5/webcomponents) for more on this.
5050

5151

5252
**Q: Can I use UI5 Web Components in an OpenUI5 application?**

docs/1-getting-started/01-first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This command downloads the published source code of the UI5 Web Components to th
5959

6060
### Documentation
6161

62-
Take a look at the available UI5 Web Components documentation in the [playground](https://sap.github.io/ui5-webcomponents/play).
62+
Take a look at the available UI5 Web Components documentation in the [playground](https://ui5.github.io/webcomponents/play).
6363

6464
### Usage
6565

0 commit comments

Comments
 (0)