Skip to content

Commit

Permalink
docs: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jul 30, 2023
1 parent bc255aa commit 635d867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/en/contributing/4_adapters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create Custom **Propan** Broker

If you want to help me with the development of the project and develop a new **PropanBroker** for a not yet supported message broker from the [plan](../../#supported-mq-brokers) or you just want to expand the functionality of **Propan** for internal usage, this instruction can be very helpful to you.
If you want to help me with the development of the project and develop a new **PropanBroker** for a not yet supported message broker from the [plan](../../index.md#supported-mq-brokers) or you just want to expand the functionality of **Propan** for internal usage, this instruction can be very helpful to you.

In this section, we will go through the details of the implementation of brokers using examples from **Propan**.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/ru/contributing/4_adapters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create Custom **Propan** Broker

Если вы хотите помочь мне с развитием проекта и разработать **PropanBroker** для еще не поддерживаемого брокера сообщений из [плана](../../#_3)
Если вы хотите помочь мне с развитием проекта и разработать **PropanBroker** для еще не поддерживаемого брокера сообщений из [плана](../../index.md#_3)
или вы просто хотите расширить функционал **Propan** для внутреннего использования, вам пригодится эта инструкция по созданию собственного **PropanBroker**.

В данном разделе мы разберемся с деталями реализации брокеров на примерах уже существующих в **Propan**.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ test = [
"propan[async-sqs]",
"propan[testsuite]",

"fastapi>=0.100.0b2",
"fastapi>=0.100.0",
"httpx",
]

Expand Down

0 comments on commit 635d867

Please sign in to comment.