mirror of https://github.com/vapor/docs.git
Update the link to QueuesFluentDriver (#1061)
In the docs section for Vapor Queues, update the link to `QueuesFluentDriver` to link to the most recent iteration forked and hosted under the `vapor-community` organization.
This commit is contained in:
parent
31e58863b8
commit
1866f6e1cf
|
|
@ -26,7 +26,7 @@ Actualmente, Queues tiene oficialmente un controlador compatible que interactúa
|
||||||
Queues también tiene controladores basados en la comunidad:
|
Queues también tiene controladores basados en la comunidad:
|
||||||
|
|
||||||
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
||||||
- [QueuesFluentDriver](https://github.com/m-barthelemy/vapor-queues-fluent-driver)
|
- [QueuesFluentDriver](https://github.com/vapor-community/vapor-queues-fluent-driver)
|
||||||
|
|
||||||
!!! tip "Consejo"
|
!!! tip "Consejo"
|
||||||
No deberías instalar el paquete `vapor/queues` directamente a menos que estés desarrollando un controlador nuevo. En su lugar, instala uno de los controladores existentes.
|
No deberías instalar el paquete `vapor/queues` directamente a menos que estés desarrollando un controlador nuevo. En su lugar, instala uno de los controladores existentes.
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Queues には、メインプロトコルとインターフェースする正式
|
||||||
また、コミュニティベースのドライバもあります:
|
また、コミュニティベースのドライバもあります:
|
||||||
|
|
||||||
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
||||||
- [QueuesFluentDriver](https://github.com/m-barthelemy/vapor-queues-fluent-driver)
|
- [QueuesFluentDriver](https://github.com/vapor-community/vapor-queues-fluent-driver)
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
`vapor/queues` パッケージは、ドライバを新規に構築している場合を除き、直接依存パッケージに追加しないでください。代わりにドライバパッケージのいずれかを追加してください。
|
`vapor/queues` パッケージは、ドライバを新規に構築している場合を除き、直接依存パッケージに追加しないでください。代わりにドライバパッケージのいずれかを追加してください。
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Queues currently has one officially supported driver which interfaces with the m
|
||||||
Queues also has community-based drivers:
|
Queues also has community-based drivers:
|
||||||
|
|
||||||
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
||||||
- [QueuesFluentDriver](https://github.com/m-barthelemy/vapor-queues-fluent-driver)
|
- [QueuesFluentDriver](https://github.com/vapor-community/vapor-queues-fluent-driver)
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
You should not install the `vapor/queues` package directly unless you are building a new driver. Install one of the driver packages instead.
|
You should not install the `vapor/queues` package directly unless you are building a new driver. Install one of the driver packages instead.
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Queues heeft momenteel één officieel ondersteund stuurprogramma dat een interf
|
||||||
Queues heeft ook community-based drivers:
|
Queues heeft ook community-based drivers:
|
||||||
|
|
||||||
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
||||||
- [QueuesFluentDriver](https://github.com/m-barthelemy/vapor-queues-fluent-driver)
|
- [QueuesFluentDriver](https://github.com/vapor-community/vapor-queues-fluent-driver)
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
U moet het `vapor/queues` pakket niet direct installeren, tenzij u een nieuw stuurprogramma bouwt. Installeer in plaats daarvan een van de stuurprogrammapakketten.
|
U moet het `vapor/queues` pakket niet direct installeren, tenzij u een nieuw stuurprogramma bouwt. Installeer in plaats daarvan een van de stuurprogrammapakketten.
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Vapor Queues ([vapor/queues](https://github.com/vapor/queues)) 是一个纯 Swif
|
||||||
Queues 也有基于社区的驱动程序:
|
Queues 也有基于社区的驱动程序:
|
||||||
|
|
||||||
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
- [QueuesMongoDriver](https://github.com/vapor-community/queues-mongo-driver)
|
||||||
- [QueuesFluentDriver](https://github.com/m-barthelemy/vapor-queues-fluent-driver)
|
- [QueuesFluentDriver](https://github.com/vapor-community/vapor-queues-fluent-driver)
|
||||||
|
|
||||||
!!! tip "建议"
|
!!! tip "建议"
|
||||||
你不应该直接安装 `vapor/queues` 包,除非你正在构建一个新的驱动程序。安装其中一个驱动软件包即可。
|
你不应该直接安装 `vapor/queues` 包,除非你正在构建一个新的驱动程序。安装其中一个驱动软件包即可。
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue