diff --git a/docs/framework_integrations/faststream.md b/docs/framework_integrations/faststream.md index 13098265..472311a5 100644 --- a/docs/framework_integrations/faststream.md +++ b/docs/framework_integrations/faststream.md @@ -4,7 +4,7 @@ order: 3 # Taskiq + FastStream -[FastStream](https://faststream.airt.ai/latest/) is a library that allows you to write consumers and producers for different message brokers almost like taskiq. But the difference is that taskiq is more focused on tasks for a specific project and more like celery but async, while FastStream is more focused on events and defining how different systems communicate with each other using distributed brokers. +[FastStream](https://faststream.ag2.ai/latest/) is a library that allows you to write consumers and producers for different message brokers almost like taskiq. But the difference is that taskiq is more focused on tasks for a specific project and more like celery but async, while FastStream is more focused on events and defining how different systems communicate with each other using distributed brokers. If you want to declare communication between different projects you can use taskiq, but it might be a bit more complex than using FastStream. @@ -29,4 +29,4 @@ app = FastStream(broker) taskiq_broker = BrokerWrapper(broker) ``` -You can read more about scheduling tasks for FastStream in the [FastStream documentation](https://faststream.airt.ai/latest/scheduling/?h=schedule). +You can read more about scheduling tasks for FastStream in the [FastStream documentation](https://faststream.ag2.ai/latest/scheduling/?h=schedule).