8000 fix · modern-python/lite-bootstrap@7ff36a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ff36a6

Browse files
committed
fix
1 parent 3d555ac commit 7ff36a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/integrations/faststream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
poetry add lite-bootstrapp[faststream-all]
2121
```
2222

23-
Read more about available extras [here](../../introduction/installation):
23+
Read more about available extras [here](../../../introduction/installation):
2424

2525
## 2. Define bootstrapper config and build you application:
2626

@@ -50,4 +50,4 @@ bootstrapper = FastStreamBootstrapper(bootstrapper_config)
5050
application = bootstrapper.bootstrap()
5151
```
5252

53-
Read more about available configuration options [here](../../introduction/configuration):
53+
Read more about available configuration options [here](../../../introduction/configuration):

docs/integrations/free.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
poetry add lite-bootstrapp[free-all]
2121
```
2222

23-
Read more about available extras [here](../../introduction/installation):
23+
Read more about available extras [here](../../../introduction/installation):
2424

2525
## 2. Define bootstrapper config and build you application:
2626

@@ -37,4 +37,4 @@ bootstrapper = FreeBootstrapper(bootstrapper_config)
3737
bootstrapper.bootstrap()
3838
```
3939

40-
Read more about available configuration options [here](../../introduction/configuration):
40+
Read more about available configuration options [here](../../../introduction/configuration):

docs/integrations/litestar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
poetry add lite-bootstrapp[litestar-all]
2323
```
2424

25-
Read more about available extras [here](../introduction/installation):
25+
Read more about available extras [here](../../../introduction/installation):
2626

2727
## 2. Define bootstrapper config and build you application:
2828

@@ -46,4 +46,4 @@ bootstrapper = LitestarBootstrapper(bootstrapper_config)
4646
application = bootstrapper.bootstrap()
4747
```
4848

49-
Read more about available configuration options [here](../../introduction/configuration):
49+
Read more about available configuration options [here](../../../introduction/configuration):

0 commit comments

Comments
 (0)
0