Skip to content

Commit

Permalink
Merge branch 'develop' into feature/improve_attachment_factories_perm…
Browse files Browse the repository at this point in the history
…issions_compose
  • Loading branch information
PetarVelikov committed Dec 12, 2024
2 parents 7dae1a1 + a77af66 commit 688f386
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The best place to start is the [Compose Chat Messaging Tutorial](https://getstre
## 🛠️ Installation and Getting Started 🚀

See the [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/) and [Getting Started](https://getstream.io/chat/docs/sdk/android/basics/getting-started/) pages of the documentation.
See the [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/) and [Getting Started](https://getstream.io/chat/docs/sdk/android/client/overview/) pages of the documentation.

## 🔮 Sample Apps

Expand Down
2 changes: 1 addition & 1 deletion stream-chat-android-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The client library integrates directly with Stream Chat APIs and does not includ

## Setup

To start using this library in your project, see [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/), and then [Getting Started](https://getstream.io/chat/docs/sdk/android/basics/getting-started/).
To start using this library in your project, see [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/), and then [Getting Started](https://getstream.io/chat/docs/sdk/android/client/overview/).
2 changes: 1 addition & 1 deletion stream-chat-android-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This module contains reusable UI components built in Jetpack Compose, which you

## Setup

To start using this library in your project, see [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/), and then [Getting Started](https://getstream.io/chat/docs/sdk/android/basics/getting-started/).
To start using this library in your project, see [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/), and then [Getting Started](https://getstream.io/chat/docs/sdk/android/client/overview/).

## Sample app

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import io.getstream.chat.android.state.plugin.factory.StreamStatePluginFactory;

/**
* @see <a href="https://getstream.io/chat/docs/sdk/android/basics/getting-started/#getting-started">Getting Started</a>
* @see <a href="https://getstream.io/chat/docs/sdk/android/client/overview/">Getting Started</a>
*/
public class GettingStarted {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import io.getstream.chat.android.state.plugin.config.StatePluginConfig
import io.getstream.chat.android.state.plugin.factory.StreamStatePluginFactory

/**
* @see <a href="https://getstream.io/chat/docs/sdk/android/basics/getting-started/#getting-started">Getting Started</a>
* @see <a href="https://getstream.io/chat/docs/sdk/android/client/overview/">Getting Started</a>
*/
class GettingStarted {

Expand Down
2 changes: 1 addition & 1 deletion stream-chat-android-offline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This module adds offline support and provides Flow APIs for Stream Chat. Check o

## Setup

To start using this library in your project, see [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/), and then [Getting Started](https://getstream.io/chat/docs/sdk/android/basics/getting-started/).
To start using this library in your project, see [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/), and then [Getting Started](https://getstream.io/chat/docs/sdk/android/client/overview/).

## Offline

Expand Down
2 changes: 1 addition & 1 deletion stream-chat-android-ui-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This module contains reusable UI components to use in combination with the [offl

## Setup

To start using this library in your project, see [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/), and then [Getting Started](https://getstream.io/chat/docs/sdk/android/basics/getting-started/).
To start using this library in your project, see [Dependencies](https://getstream.io/chat/docs/sdk/android/basics/dependencies/), and then [Getting Started](https://getstream.io/chat/docs/sdk/android/client/overview/).

## Sample app

Expand Down

0 comments on commit 688f386

Please sign in to comment.