Skip to content

Commit d8507d0

Browse files
authored
docs: update repo links (#512)
JIRA: CPOUI5FOUNDATION-1092
1 parent 2155927 commit d8507d0

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

.reuse/dep5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: ui5-typescript
33
Upstream-Contact: Shachar Soel <[email protected]>
4-
Source: https://github.com/SAP/ui5-typescript
4+
Source: https://github.com/UI5/typescript
55

66
Files: *
77
Copyright: 2025 SAP SE or an SAP affiliate company and UI5-TypeScript contributors

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Continuous Integration](https://github.com/SAP/ui5-typescript/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/SAP/ui5-typescript/actions/workflows/ci.yml)
1+
[![Continuous Integration](https://github.com/UI5/typescript/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/UI5/typescript/actions/workflows/ci.yml)
22
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
3-
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-typescript)](https://api.reuse.software/info/github.com/SAP/ui5-typescript)
3+
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/typescript)](https://api.reuse.software/info/github.com/UI5/typescript)
44

55
# UI5-TypeScript
66

@@ -52,7 +52,7 @@ See the [demos](./demos) directory for consumption examples of the legacy signat
5252

5353
## Support
5454

55-
For issues caused by the generators please open [issues](https://github.com/SAP/ui5-typescript/issues) on GitHub.<br>
55+
For issues caused by the generators please open [issues](https://github.com/UI5/typescript/issues) on GitHub.<br>
5656
However, issues in the UI5 type definitions which are also present in the [API documentation](https://ui5.sap.com/#/api) originate from the JSDoc comments in the original OpenUI5/SAPUI5 code, so please directly open an [OpenUI5](https://github.com/SAP/openui5/issues)/SAPUI5 ticket in this case.
5757

5858
## Contributing

packages/dts-generator/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Please read the shared [mono-repo contribution](../../CONTRIBUTING.md) guide fir
55

66
## Issue Reporting
77

8-
For problems caused by the transformation process implemented in this dts-generator, please open [issues](https://github.com/SAP/ui5-typescript/issues) in this repository on GitHub.<br>
8+
For problems caused by the transformation process implemented in this dts-generator, please open [issues](https://github.com/UI5/typescript/issues) in this repository on GitHub.<br>
99
However, issues in the UI5 type definitions which are also present in the [API documentation](https://ui5.sap.com/#/api) originate from the JSDoc comments in the original OpenUI5/SAPUI5 code, so please directly open an [OpenUI5](https://github.com/SAP/openui5/issues)/SAPUI5 ticket in this case.
1010

1111
## SAPUI5 Integration

packages/dts-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The last block which may be unexpected at first sight is for providing code comp
220220
221221
## Support
222222

223-
For problems caused by the transformation process implemented in this dts-generator, please open [issues](https://github.com/SAP/ui5-typescript/issues) in this repository on GitHub.<br>
223+
For problems caused by the transformation process implemented in this dts-generator, please open [issues](https://github.com/UI5/typescript/issues) in this repository on GitHub.<br>
224224
However, issues in the UI5 type definitions which are also present in the [API documentation](https://ui5.sap.com/#/api) originate from the JSDoc comments in the original OpenUI5/SAPUI5 code, so please directly open an [OpenUI5](https://github.com/SAP/openui5/issues)/SAPUI5 ticket in this case.
225225

226226
## Contributing

packages/dts-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
8-
"url": "[email protected]:SAP/ui5-typescript.git",
8+
"url": "[email protected]:UI5/typescript.git",
99
"directory": "packages/dts-generator"
1010
},
1111
"type": "module",

packages/dts-generator/src/checkCompile/check-compile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default function checkCompile(options: CheckCompileConfig) {
148148
` ${errorCount} error(s)${ignoredOnListText}${ignoredInOtherText}`,
149149
);
150150
log.info(
151-
" (Further information at https://github.com/SAP/ui5-typescript/blob/main/hints-for-control-developers.md)\n\n",
151+
" (Further information at https://github.com/UI5/typescript/blob/main/hints-for-control-developers.md)\n\n",
152152
);
153153
} else {
154154
log.info(

packages/dts-generator/src/checkDtslint/check-dtslint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const MIN_TYPESCRIPT_VERSION_LINES = `/**
140140
* For important notes, please read README.md!
141141
*
142142
* These *.d.ts files are generated. In case of issues, either the generator or the JSDoc in the original
143-
* OpenUI5 repository must be fixed. The generator is developed at https://github.com/SAP/ui5-typescript/tree/main/packages/dts-generator
143+
* OpenUI5 repository must be fixed. The generator is developed at https://github.com/UI5/typescript/tree/main/packages/dts-generator
144144
* and you can contribute to OpenUI5, see: https://github.com/SAP/openui5/blob/master/CONTRIBUTING.md
145145
*/
146146

packages/ts-interface-generator/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This npm package supports UI5 control development in TypeScript by generating Ty
44

55
## Status
66

7-
<b>IMPORTANT: this tool is BETA-quality work in progress right now, with limitations. And there might be changes ahead which require users to adapt. However, it should already be capable of creating useful control interfaces which will save you quite some manual work.</b> Feedback has been thoroughly positive; the issues encountered so far (and their solutions) can be monitored in the [issue tracker](https://github.com/SAP/ui5-typescript/issues?q=is%3Aissue+label%3Ats-interface-generator+).<br>
7+
<b>IMPORTANT: this tool is BETA-quality work in progress right now, with limitations. And there might be changes ahead which require users to adapt. However, it should already be capable of creating useful control interfaces which will save you quite some manual work.</b> Feedback has been thoroughly positive; the issues encountered so far (and their solutions) can be monitored in the [issue tracker](https://github.com/UI5/typescript/issues?q=is%3Aissue+label%3Ats-interface-generator+).<br>
88
Note the "TODO" section below as well.<br>
99
Also note that the purpose of this tool is _not_ to transpile the TypeScript controls to JavaScript. It only ensures TypeScript development can happen smoothly without being blocked by the TypeScript compiler not knowing the methods and structures generated by UI5 at runtime.
1010

11-
To keep track of changes and improvements, see the [Change Log](https://github.com/SAP/ui5-typescript/blob/main/packages/ts-interface-generator/CHANGELOG.md)
11+
To keep track of changes and improvements, see the [Change Log](https://github.com/UI5/typescript/blob/main/packages/ts-interface-generator/CHANGELOG.md)
1212

1313
## Installation
1414

@@ -102,7 +102,7 @@ static readonly metadata: MetadataOptions = {
102102
...
103103
```
104104
105-
See [#338](https://github.com/SAP/ui5-typescript/issues/338) for more details.
105+
See [#338](https://github.com/UI5/typescript/issues/338) for more details.
106106
107107
## TODO
108108
@@ -112,4 +112,4 @@ See [#338](https://github.com/SAP/ui5-typescript/issues/338) for more details.
112112
113113
## Support
114114
115-
This tool is supplied as-is, with no support provided. [Issue reports](https://github.com/SAP/ui5-typescript/issues) are welcome, as we want to improve it, but there is no guarantee that issue reports will be handled.
115+
This tool is supplied as-is, with no support provided. [Issue reports](https://github.com/UI5/typescript/issues) are welcome, as we want to improve it, but there is no guarantee that issue reports will be handled.

packages/ts-interface-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"lint": "eslint src",
1919
"ci": "npm-run-all build test lint"
2020
},
21-
"homepage": "https://github.com/SAP/ui5-typescript/tree/main/packages/ts-interface-generator",
21+
"homepage": "https://github.com/UI5/typescript/tree/main/packages/ts-interface-generator",
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/SAP/ui5-typescript.git",
24+
"url": "https://github.com/UI5/typescript.git",
2525
"directory": "packages/ts-interface-generator"
2626
},
2727
"keywords": [

test-packages/openui5-snapshot-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
8-
"url": "[email protected]:SAP/ui5-typescript.git",
8+
"url": "[email protected]:UI5/typescript.git",
99
"directory": "test-packages/openui5-snapshot-test"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)