Skip to content

Commit ace203c

Browse files
author
Paweł Niedzielski
committed
Revert directory rename for the time being
1 parent 8d0f73d commit ace203c

16 files changed

+14
-14
lines changed

docs/async_event_dispatcher/quick_tour.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1414
# Async event dispatcher (Symfony)
1515

1616
The doc shows how you can setup async event dispatching in plain PHP.
17-
If you are looking for the ways to use it in Symfony application [read this post instead](../symfony/async_events.md)
17+
If you are looking for the ways to use it in Symfony application [read this post instead](../bundle/async_events.md)
1818

1919
* [Installation](#installation)
2020
* [Configuration](#configuration)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/consumption/extensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1515
# Consumption extensions.
1616

1717
You can learn how to register extensions in [quick tour](../quick_tour.md#consumption).
18-
There's dedicated [chapter](../symfony/consumption_extension.md) for how to add extension in Symfony app.
18+
There's dedicated [chapter](../bundle/consumption_extension.md) for how to add extension in Symfony app.
1919

2020
## [LoggerExtension](https://github.com/php-enqueue/enqueue-dev/blob/master/pkg/enqueue/Consumption/Extension/LoggerExtension.php)
2121

docs/index.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
4747
- [Run unique job](job_queue/run_unique_job.md)
4848
- [Run sub job(s)](job_queue/run_sub_job.md)
4949
* [EnqueueBundle (Symfony)](#enqueue-bundle-symfony).
50-
- [Quick tour](symfony/quick_tour.md)
51-
- [Config reference](symfony/config_reference.md)
52-
- [Cli commands](symfony/cli_commands.md)
53-
- [Message producer](symfony/message_producer.md)
54-
- [Message processor](symfony/message_processor.md)
55-
- [Async events](symfony/async_events.md)
56-
- [Async commands](symfony/async_commands.md)
57-
- [Job queue](symfony/job_queue.md)
58-
- [Consumption extension](symfony/consumption_extension.md)
59-
- [Production settings](symfony/production_settings.md)
60-
- [Debugging](symfony/debugging.md)
61-
- [Functional testing](symfony/functional_testing.md)
50+
- [Quick tour](bundle/quick_tour.md)
51+
- [Config reference](bundle/config_reference.md)
52+
- [Cli commands](bundle/cli_commands.md)
53+
- [Message producer](bundle/message_producer.md)
54+
- [Message processor](bundle/message_processor.md)
55+
- [Async events](bundle/async_events.md)
56+
- [Async commands](bundle/async_commands.md)
57+
- [Job queue](bundle/job_queue.md)
58+
- [Consumption extension](bundle/consumption_extension.md)
59+
- [Production settings](bundle/production_settings.md)
60+
- [Debugging](bundle/debugging.md)
61+
- [Functional testing](bundle/functional_testing.md)
6262
* [Laravel](#laravel)
6363
- [Quick tour](laravel/quick_tour.md)
6464
- [Queues](laravel/queues.md)

0 commit comments

Comments
 (0)