Skip to content

Commit 8933184

Browse files
committed
docs: fix demo app links [ci skip]
1 parent b282fc4 commit 8933184

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

docs/cdk/http.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Custom http client, with the ability to customize requests, auto unsubscribe and
44

55
## Table of contents:
66

7-
1. [📖 Changelog](https://github.com/Angular-RU/angular-ru-sdk/blob/master/CHANGELOG.md)
7+
1. [📖 Changelog](https://github.com/Angular-RU/sdk/blob/master/CHANGELOG.md)
88
2. [📦 Advanced](#table-of-contents)
9-
- [@angular-ru/cdk/http/utils](https://github.com/Angular-RU/angular-ru-sdk/blob/master/libs/http/docs/utils.md)
10-
- [@angular-ru/cdk/http/decorators](https://github.com/Angular-RU/angular-ru-sdk/blob/master/libs/http/docs/decorators.md)
9+
- [@angular-ru/cdk/http/utils](https://github.com/Angular-RU/sdk/blob/master/libs/http/docs/utils.md)
10+
- [@angular-ru/cdk/http/decorators](https://github.com/Angular-RU/sdk/blob/master/libs/http/docs/decorators.md)
1111

1212
#### First step
1313

docs/cdk/logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const appConfig: ApplicationConfig = {
4848
};
4949
```
5050

51-
[**Online demo**](https://angular-ru.github.io/angular-ru-sdk/logger-demo)
51+
[**Online demo**](https://angular-ru.github.io/sdk/logger-demo)
5252

5353
![](https://habrastorage.org/webt/lq/a9/_s/lqa9_sp8gxkwax_sy6x9w3qf5ry.gif)
5454

docs/cdk/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
[**Demo**](https://angular-ru.github.io/angular-ru-sdk/tooltip-demo)
5+
[**Demo**](https://angular-ru.github.io/sdk/tooltip-demo)
66

77
```bash
88
$ npm install @angular-ru/cdk/tooltip

docs/cdk/virtual-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Angular Table Builder includes a comprehensive set of ready-to-use features covering everything from paging,
44
sorting, filtering, editing, and grouping to row and column virtualization, and accessibility support.
55

6-
[**Demo**](https://angular-ru.github.io/angular-ru-sdk/virtual-table-demo)
6+
[**Demo**](https://angular-ru.github.io/sdk/virtual-table-demo)
77

88
```bash
99
$ npm install --save @angular-ru/cdk

docs/introduction/demos.md

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

33
The following demos are available:
44

5-
- [CDK Demo](https://angular-ru.github.io/angular-ru-sdk/)
6-
- [Excel Demo](https://angular-ru.github.io/angular-ru-sdk/excel-demo/)
7-
- [Flex Layout Demo](https://angular-ru.github.io/angular-ru-sdk/flex-layout-demo/)
8-
- [Http Demo](https://angular-ru.github.io/angular-ru-sdk/http-demo/)
9-
- [Logger Demo](https://angular-ru.github.io/angular-ru-sdk/logger-demo/)
10-
- [NGXS Demo](https://angular-ru.github.io/angular-ru-sdk/ngxs-demo/)
11-
- [Tooltip Demo](https://angular-ru.github.io/angular-ru-sdk/tooltip-demo/)
12-
- [Virtual Table Demo](https://angular-ru.github.io/angular-ru-sdk/virtual-table-demo/)
5+
- [CDK Demo](https://angular-ru.github.io/sdk/)
6+
- [Excel Demo](https://angular-ru.github.io/sdk/excel-demo/)
7+
- [Flex Layout Demo](https://angular-ru.github.io/sdk/flex-layout-demo/)
8+
- [Http Demo](https://angular-ru.github.io/sdk/http-demo/)
9+
- [Logger Demo](https://angular-ru.github.io/sdk/logger-demo/)
10+
- [NGXS Demo](https://angular-ru.github.io/sdk/ngxs-demo/)
11+
- [Tooltip Demo](https://angular-ru.github.io/sdk/tooltip-demo/)
12+
- [Virtual Table Demo](https://angular-ru.github.io/sdk/virtual-table-demo/)

0 commit comments

Comments
 (0)