Skip to content

Commit 6a818e3

Browse files
authored
docs: fix broken links (#2271)
* docs #2268: improve Context code example annotations * docs: revert annotations
1 parent 15e132e commit 6a818e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/docs/en/getting-started/publishing/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ search:
1414

1515
It offers several use cases for publishing messages:
1616

17-
* Using [`#!python broker.publish(...)` method](./publishing/broker.md){.internal-link}
18-
* Using the [`#!python @broker.publisher(...)` decorator](./publishing/decorator.md){.internal-link}
19-
* Using a [publisher object decorator](./publishing/object.md){.internal-link}
20-
* Using a [publisher object directly](./publishing/direct.md){.internal-link}
17+
* Using [`#!python broker.publish(...)` method](./broker.md){.internal-link}
18+
* Using the [`#!python @broker.publisher(...)` decorator](./decorator.md){.internal-link}
19+
* Using a [publisher object decorator](./object.md){.internal-link}
20+
* Using a [publisher object directly](./direct.md){.internal-link}
2121

2222
All of these variants have their own advantages and limitations, so you can choose what you want based on your requirements. This section will guide you through all the details.
2323

docs/docs/en/getting-started/routers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sometimes you want to:
1414

1515
* split an application into includable modules
1616
* separate business logic from your handler registration
17-
* apply some [decoder](../serialization/index.md)/[middleware](../middlewares/index.md)/[dependencies](../dependencies/global.md) to a subscribers group
17+
* apply some [decoder](../serialization/index.md) / [middleware](../middlewares/index.md) / [dependencies](../dependencies/index.md) to a subscribers group
1818

1919
For these reasons, **FastStream** has a special *Broker Router*.
2020

0 commit comments

Comments
 (0)