Skip to content

Commit b40d8c3

Browse files
authored
docs: update website links (#513)
1 parent d8507d0 commit b40d8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ With Yarn
3838
>
3939
> Before the type definitions were generated in ES module style, they did declare all APIs with their global names, which are discouraged to be used and will no longer be available in UI5 2.x. The dts-generator still has the capability to generate this legacy "globals" version of the type definitions, for compatibility reasons. These legacy definitions are released as "ts-types" instead of "types", but will no longer be produced for UI5 2.x.
4040
41-
Find all information about using UI5 with TypeScript at https://sap.github.io/ui5-typescript!
41+
Find all information about using UI5 with TypeScript at https://ui5.github.io/typescript!
4242

4343
## Usage
4444

4545
To see the suggested project setup for TypeScript development with the `types` packages, please check out the [TypeScript Hello World app](https://github.com/SAP-samples/ui5-typescript-helloworld). It not only can serve as copy template, but also includes a [detailed step-by-step guide](https://github.com/SAP-samples/ui5-typescript-helloworld/blob/main/step-by-step.md) for creating this setup from scratch.
4646

4747
The [TypeScript branch of the "UI5 CAP Event App"](https://github.com/SAP-samples/ui5-cap-event-app/tree/typescript) sample demonstrates a slightly more complex application, using the same setup. It comes with an [explanation](https://github.com/SAP-samples/ui5-cap-event-app/blob/typescript/docs/typescript.md) of what UI5 TypeScript code usually looks like and what to consider.
4848

49-
As mentioned, the best resource for using UI5 with TypeScript is https://sap.github.io/ui5-typescript.
49+
As mentioned, the best resource for using UI5 with TypeScript is https://ui5.github.io/typescript.
5050

5151
See the [demos](./demos) directory for consumption examples of the legacy signatures.
5252

0 commit comments

Comments
 (0)