Skip to content

Commit 60a9f05

Browse files
authored
Merge pull request #163 from GetStream/fix-tutorial-links
docs: Fix tutorial link
2 parents d0e07da + 6775889 commit 60a9f05

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
**Quick Links**
1010

1111
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
12-
- [Angular Chat Tutorial](https://getstream.io/tutorials/angular-chat/)
12+
- [Angular Chat Tutorial](https://getstream.io/chat/angular/tutorial/)
1313
- [Demo Apps](https://getstream.io/chat/demos/)
1414
- [Docs](https://getstream.io/chat/docs/sdk/angular/)
1515
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
@@ -23,7 +23,7 @@ With our component library, you can build a variety of chat use cases, including
2323

2424
## Angular Chat Tutorial
2525

26-
The best way to get started is to follow the [Angular Chat Tutorial](https://getstream.io/tutorials/angular-chat/). It shows you how to use this SDK to build a fully functional chat application and includes common customizations.
26+
The best way to get started is to follow the [Angular Chat Tutorial](https://getstream.io/chat/angular/tutorial/). It shows you how to use this SDK to build a fully functional chat application and includes common customizations.
2727

2828
## Free for Makers
2929

docusaurus/docs/Angular/basics/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ npm install stream-chat-angular @stream-io/stream-chat-css stream-chat @ngx-tran
3535

3636
## Tutorial
3737

38-
Follow our [tutorial](https://getstream.io/tutorials/angular-chat/) and build your first Stream Angular chat application.
38+
Follow our [tutorial](https://getstream.io/chat/angular/tutorial/) and build your first Stream Angular chat application.

introduction/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Angular Chat Messaging Component Library includes everything you need to bui
1212

1313
We recommend you use our component SDK. Chat applications have a lot of moving parts and the Chat Component SDK handles all the stateful chat logic for you to make integration easy. Furthermore, the components offered are highly customisable allowing you to seamlessly incorporate your chat application into your existing application experience. That being said, for various reasons you may choose to build all of your chat UI components yourself, in which case you can still use our Component SDK and take adventage of the Angular services.
1414

15-
Before reviewing the Chat API docs, we recommend having a look at the [tutorial](https://getstream.io/tutorials/angular-chat/).
15+
Before reviewing the Chat API docs, we recommend having a look at the [tutorial](https://getstream.io/chat/angular/tutorial/).
1616

1717
## Chat tutorial
1818

@@ -22,7 +22,7 @@ TBD copy
2222

2323
Now that you have basic understanding of the building blocks of our chat API, you can move on to Angular integration. The following resources should help you get started:
2424

25-
- [Angular chat tutorial](https://getstream.io/tutorials/angular-chat/)
25+
- [Angular chat tutorial](https://getstream.io/chat/angular/tutorial/)
2626
- [Component reference](https://getstream.io/chat/docs/sdk/angular/)
2727

2828
We would also recommend you to take a deep dive into our Chat API, by following next steps in navigation on left side.

projects/stream-chat-angular/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
**Quick Links**
1010

1111
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Chat
12-
- [Angular Chat Tutorial](https://getstream.io/tutorials/angular-chat/)
12+
- [Angular Chat Tutorial](https://getstream.io/chat/angular/tutorial/)
1313
- [Demo Apps](https://getstream.io/chat/demos/)
1414
- [Docs](https://getstream.io/chat/docs/sdk/angular/)
1515
- [Chat UI Kit](https://getstream.io/chat/ui-kit/)
@@ -23,7 +23,7 @@ With our component library, you can build a variety of chat use cases, including
2323

2424
## Angular Chat Tutorial
2525

26-
The best way to get started is to follow the [Angular Chat Tutorial](https://getstream.io/tutorials/angular-chat/). It shows you how to use this SDK to build a fully functional chat application and includes common customizations.
26+
The best way to get started is to follow the [Angular Chat Tutorial](https://getstream.io/chat/angular/tutorial/). It shows you how to use this SDK to build a fully functional chat application and includes common customizations.
2727

2828
## Free for Makers
2929

0 commit comments

Comments
 (0)