Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
**Quick Links**

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

## Angular Chat Tutorial

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.
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.

## Free for Makers

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/Angular/basics/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ npm install stream-chat-angular @stream-io/stream-chat-css stream-chat @ngx-tran

## Tutorial

Follow our [tutorial](https://getstream.io/tutorials/angular-chat/) and build your first Stream Angular chat application.
Follow our [tutorial](https://getstream.io/chat/angular/tutorial/) and build your first Stream Angular chat application.
4 changes: 2 additions & 2 deletions introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Angular Chat Messaging Component Library includes everything you need to bui

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.

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

## Chat tutorial

Expand All @@ -22,7 +22,7 @@ TBD copy

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:

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

We would also recommend you to take a deep dive into our Chat API, by following next steps in navigation on left side.
4 changes: 2 additions & 2 deletions projects/stream-chat-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
**Quick Links**

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

## Angular Chat Tutorial

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.
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.

## Free for Makers

Expand Down