Skip to content

Commit 4b7a3eb

Browse files
authored
Merge pull request #877 from Steveb-p/fix-doc-link
Fix documentation links
2 parents d807b87 + 74305e7 commit 4b7a3eb

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

pkg/amqp-tools/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The tools could be used with any [amqp interop](https://github.com/queue-interop
2020
## Resources
2121

2222
* [Site](https://enqueue.forma-pro.com/)
23-
* [Documentation](https://php-enqueue.github.com/)
23+
* [Documentation](https://php-enqueue.github.io/)
2424
* [Questions](https://gitter.im/php-enqueue/Lobby)
2525
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2626

pkg/async-command/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It allows to execute Symfony's command async by sending the request to message q
2020
## Resources
2121

2222
* [Site](https://enqueue.forma-pro.com/)
23-
* [Documentation](https://php-enqueue.github.com/)
23+
* [Documentation](https://php-enqueue.github.io/)
2424
* [Questions](https://gitter.im/php-enqueue/Lobby)
2525
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2626

pkg/async-event-dispatcher/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It allows to processes events in background by sending them to MQ.
2020
## Resources
2121

2222
* [Site](https://enqueue.forma-pro.com/)
23-
* [Documentation](https://php-enqueue.github.com/)
23+
* [Documentation](https://php-enqueue.github.io/)
2424
* [Questions](https://gitter.im/php-enqueue/Lobby)
2525
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2626

pkg/enqueue-bundle/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Integrates message queue components to Symfony application.
2020

2121
* [Site](https://enqueue.forma-pro.com/)
2222
* [Quick tour](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/bundle/quick_tour.md)
23-
* [Documentation](https://php-enqueue.github.com/)
23+
* [Documentation](https://php-enqueue.github.io/)
2424
* [Questions](https://gitter.im/php-enqueue/Lobby)
2525
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2626

pkg/enqueue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Read more about it in documentation.
2121
## Resources
2222

2323
* [Site](https://enqueue.forma-pro.com/)
24-
* [Documentation](https://php-enqueue.github.com/)
24+
* [Documentation](https://php-enqueue.github.io/)
2525
* [Questions](https://gitter.im/php-enqueue/Lobby)
2626
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2727

pkg/job-queue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Read more about it in documentation
2121
## Resources
2222

2323
* [Site](https://enqueue.forma-pro.com/)
24-
* [Documentation](https://php-enqueue.github.com/)
24+
* [Documentation](https://php-enqueue.github.io/)
2525
* [Questions](https://gitter.im/php-enqueue/Lobby)
2626
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2727

pkg/simple-client/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The simple client takes Enqueue client classes and Symfony components and combin
1919
## Resources
2020

2121
* [Site](https://enqueue.forma-pro.com/)
22-
* [Documentation](https://php-enqueue.github.com/)
22+
* [Documentation](https://php-enqueue.github.io/)
2323
* [Questions](https://gitter.im/php-enqueue/Lobby)
2424
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2525

pkg/test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Contains stuff needed in tests. Shared among different packages.
1616
## Resources
1717

1818
* [Site](https://enqueue.forma-pro.com/)
19-
* [Documentation](https://php-enqueue.github.com/)
19+
* [Documentation](https://php-enqueue.github.io/)
2020
* [Questions](https://gitter.im/php-enqueue/Lobby)
2121
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2222

0 commit comments

Comments
 (0)