Skip to content

Commit c6f9456

Browse files
authored
Merge pull request #874 from Steveb-p/prefer-gh-pages
Prefer github pages in packages' readme files
2 parents 0f36dbf + 0249cac commit c6f9456

File tree

25 files changed

+136
-136
lines changed

25 files changed

+136
-136
lines changed

Diff for: pkg/amqp-bunny/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1313
[![Build Status](https://travis-ci.org/php-enqueue/amqp-bunny.png?branch=master)](https://travis-ci.org/php-enqueue/amqp-bunny)
1414
[![Total Downloads](https://poser.pugx.org/enqueue/amqp-bunny/d/total.png)](https://packagist.org/packages/enqueue/amqp-bunny)
1515
[![Latest Stable Version](https://poser.pugx.org/enqueue/amqp-bunny/version.png)](https://packagist.org/packages/enqueue/amqp-bunny)
16-
17-
This is an implementation of [amqp interop](https://github.com/queue-interop/amqp-interop). It uses [bunny](https://github.com/jakubkulhan/bunny) internally.
16+
17+
This is an implementation of [amqp interop](https://github.com/queue-interop/amqp-interop). It uses [bunny](https://github.com/jakubkulhan/bunny) internally.
1818

1919
## Resources
2020

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

2626
## Developed by Forma-Pro
2727

28-
Forma-Pro is a full stack development company which interests also spread to open source development.
29-
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
28+
Forma-Pro is a full stack development company which interests also spread to open source development.
29+
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
3030
Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.
3131

3232
If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]
3333

3434
## License
3535

36-
It is released under the [MIT License](LICENSE).
36+
It is released under the [MIT License](LICENSE).

Diff for: pkg/amqp-ext/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1111
[![Build Status](https://travis-ci.org/php-enqueue/amqp-ext.png?branch=master)](https://travis-ci.org/php-enqueue/amqp-ext)
1212
[![Total Downloads](https://poser.pugx.org/enqueue/amqp-ext/d/total.png)](https://packagist.org/packages/enqueue/amqp-ext)
1313
[![Latest Stable Version](https://poser.pugx.org/enqueue/amqp-ext/version.png)](https://packagist.org/packages/enqueue/amqp-ext)
14-
15-
This is an implementation of [amqp interop](https://github.com/queue-interop/amqp-interop). It uses PHP [amqp extension](https://github.com/pdezwart/php-amqp) internally.
14+
15+
This is an implementation of [amqp interop](https://github.com/queue-interop/amqp-interop). It uses PHP [amqp extension](https://github.com/pdezwart/php-amqp) internally.
1616

1717
## Resources
1818

1919
* [Site](https://enqueue.forma-pro.com/)
20-
* [Documentation](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/index.md)
20+
* [Documentation](https://php-enqueue.github.io/transport/amqp/)
2121
* [Questions](https://gitter.im/php-enqueue/Lobby)
2222
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2323

2424
## Developed by Forma-Pro
2525

26-
Forma-Pro is a full stack development company which interests also spread to open source development.
27-
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
26+
Forma-Pro is a full stack development company which interests also spread to open source development.
27+
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
2828
Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.
2929

3030
If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]
3131

3232
## License
3333

34-
It is released under the [MIT License](LICENSE).
34+
It is released under the [MIT License](LICENSE).

Diff for: pkg/amqp-lib/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1313
[![Build Status](https://travis-ci.org/php-enqueue/amqp-lib.png?branch=master)](https://travis-ci.org/php-enqueue/amqp-lib)
1414
[![Total Downloads](https://poser.pugx.org/enqueue/amqp-lib/d/total.png)](https://packagist.org/packages/enqueue/amqp-lib)
1515
[![Latest Stable Version](https://poser.pugx.org/enqueue/amqp-lib/version.png)](https://packagist.org/packages/enqueue/amqp-lib)
16-
17-
This is an implementation of [amqp interop](https://github.com/queue-interop/amqp-interop). It uses [php-amqplib](https://github.com/php-amqplib/php-amqplib) internally.
16+
17+
This is an implementation of [amqp interop](https://github.com/queue-interop/amqp-interop). It uses [php-amqplib](https://github.com/php-amqplib/php-amqplib) internally.
1818

1919
## Resources
2020

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

2626
## Developed by Forma-Pro
2727

28-
Forma-Pro is a full stack development company which interests also spread to open source development.
29-
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
28+
Forma-Pro is a full stack development company which interests also spread to open source development.
29+
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
3030
Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.
3131

3232
If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]
3333

3434
## License
3535

36-
It is released under the [MIT License](LICENSE).
36+
It is released under the [MIT License](LICENSE).

Diff for: pkg/amqp-tools/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1313
[![Build Status](https://travis-ci.org/php-enqueue/amqp-tools.png?branch=master)](https://travis-ci.org/php-enqueue/amqp-tools)
1414
[![Total Downloads](https://poser.pugx.org/enqueue/amqp-tools/d/total.png)](https://packagist.org/packages/enqueue/amqp-tools)
1515
[![Latest Stable Version](https://poser.pugx.org/enqueue/amqp-tools/version.png)](https://packagist.org/packages/enqueue/amqp-tools)
16-
17-
Provides features that are not part of the AMQP spec but could be built on top of.
18-
The tools could be used with any [amqp interop](https://github.com/queue-interop/queue-interop#amqp-interop) compatible transport.
16+
17+
Provides features that are not part of the AMQP spec but could be built on top of.
18+
The tools could be used with any [amqp interop](https://github.com/queue-interop/queue-interop#amqp-interop) compatible transport.
1919

2020
## Resources
2121

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

2727
## Developed by Forma-Pro
2828

29-
Forma-Pro is a full stack development company which interests also spread to open source development.
30-
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
29+
Forma-Pro is a full stack development company which interests also spread to open source development.
30+
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
3131
Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.
3232

3333
If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]
3434

3535
## License
3636

37-
It is released under the [MIT License](LICENSE).
37+
It is released under the [MIT License](LICENSE).

Diff for: pkg/async-command/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1313
[![Build Status](https://travis-ci.org/php-enqueue/async-command.png?branch=master)](https://travis-ci.org/php-enqueue/async-command)
1414
[![Total Downloads](https://poser.pugx.org/enqueue/async-command/d/total.png)](https://packagist.org/packages/enqueue/async-command)
1515
[![Latest Stable Version](https://poser.pugx.org/enqueue/async-command/version.png)](https://packagist.org/packages/enqueue/async-command)
16-
17-
It contains an extension to Symfony's [Console](https://symfony.com/doc/current/components/console.html) component.
18-
It allows to execute Symfony's command async by sending the request to message queue.
16+
17+
It contains an extension to Symfony's [Console](https://symfony.com/doc/current/components/console.html) component.
18+
It allows to execute Symfony's command async by sending the request to message queue.
1919

2020
## Resources
2121

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

2727
## Developed by Forma-Pro
2828

29-
Forma-Pro is a full stack development company which interests also spread to open source development.
30-
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
29+
Forma-Pro is a full stack development company which interests also spread to open source development.
30+
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
3131
Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.
3232

3333
If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]

Diff for: pkg/async-event-dispatcher/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1313
[![Build Status](https://travis-ci.org/php-enqueue/async-event-dispathcer.png?branch=master)](https://travis-ci.org/php-enqueue/async-event-dispathcer)
1414
[![Total Downloads](https://poser.pugx.org/enqueue/async-event-dispathcer/d/total.png)](https://packagist.org/packages/enqueue/async-event-dispathcer)
1515
[![Latest Stable Version](https://poser.pugx.org/enqueue/async-event-dispathcer/version.png)](https://packagist.org/packages/enqueue/async-event-dispathcer)
16-
17-
It contains an extension to Symfony's [EventDispatcher](https://symfony.com/doc/current/components/event_dispatcher.html) component.
18-
It allows to processes events in background by sending them to MQ.
16+
17+
It contains an extension to Symfony's [EventDispatcher](https://symfony.com/doc/current/components/event_dispatcher.html) component.
18+
It allows to processes events in background by sending them to MQ.
1919

2020
## Resources
2121

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

2727
## Developed by Forma-Pro
2828

29-
Forma-Pro is a full stack development company which interests also spread to open source development.
30-
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
29+
Forma-Pro is a full stack development company which interests also spread to open source development.
30+
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
3131
Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.
3232

3333
If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]

Diff for: pkg/dbal/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1313
[![Build Status](https://travis-ci.org/php-enqueue/dbal.png?branch=master)](https://travis-ci.org/php-enqueue/dbal)
1414
[![Total Downloads](https://poser.pugx.org/enqueue/dbal/d/total.png)](https://packagist.org/packages/enqueue/dbal)
1515
[![Latest Stable Version](https://poser.pugx.org/enqueue/dbal/version.png)](https://packagist.org/packages/enqueue/dbal)
16-
17-
This is an implementation of Queue Interop specification. It allows you to send and consume message through Doctrine DBAL library and SQL like database as broker.
16+
17+
This is an implementation of Queue Interop specification. It allows you to send and consume message through Doctrine DBAL library and SQL like database as broker.
1818

1919
## Resources
2020

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

2626
## Developed by Forma-Pro
2727

28-
Forma-Pro is a full stack development company which interests also spread to open source development.
29-
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
28+
Forma-Pro is a full stack development company which interests also spread to open source development.
29+
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
3030
Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.
3131

3232
If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]
3333

3434
## License
3535

36-
It is released under the [MIT License](LICENSE).
36+
It is released under the [MIT License](LICENSE).

Diff for: pkg/enqueue-bundle/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1313
[![Build Status](https://travis-ci.org/php-enqueue/enqueue-bundle.png?branch=master)](https://travis-ci.org/php-enqueue/enqueue-bundle)
1414
[![Total Downloads](https://poser.pugx.org/enqueue/enqueue-bundle/d/total.png)](https://packagist.org/packages/enqueue/enqueue-bundle)
1515
[![Latest Stable Version](https://poser.pugx.org/enqueue/enqueue-bundle/version.png)](https://packagist.org/packages/enqueue/enqueue-bundle)
16-
17-
Integrates message queue components to Symfony application.
16+
17+
Integrates message queue components to Symfony application.
1818

1919
## Resources
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://github.com/php-enqueue/enqueue-dev/blob/master/docs/index.md)
23+
* [Documentation](https://php-enqueue.github.com/)
2424
* [Questions](https://gitter.im/php-enqueue/Lobby)
2525
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
2626

2727
## Developed by Forma-Pro
2828

29-
Forma-Pro is a full stack development company which interests also spread to open source development.
30-
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
29+
Forma-Pro is a full stack development company which interests also spread to open source development.
30+
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
3131
Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.
3232

3333
If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]
3434

3535
## License
3636

37-
It is released under the [MIT License](LICENSE).
37+
It is released under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)