Skip to content

Commit 791b332

Browse files
committed
update readme
1 parent e869573 commit 791b332

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

README.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Symfony CMF Routing
22

3+
[![Build Status](https://github.com/symfony-cmf/Routing/actions/workflows/test-application.yaml/badge.svg)](https://github.com/symfony-cmf/Routing/actions/workflows/test-application.yaml)
34
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/routing/v/stable)](https://packagist.org/packages/symfony-cmf/routing)
45
[![Latest Unstable Version](https://poser.pugx.org/symfony-cmf/routing/v/unstable)](https://packagist.org/packages/symfony-cmf/routing)
56
[![License](https://poser.pugx.org/symfony-cmf/routing/license)](https://packagist.org/packages/symfony-cmf/routing)
@@ -8,11 +9,7 @@
89
[![Monthly Downloads](https://poser.pugx.org/symfony-cmf/routing/d/monthly)](https://packagist.org/packages/symfony-cmf/routing)
910
[![Daily Downloads](https://poser.pugx.org/symfony-cmf/routing/d/daily)](https://packagist.org/packages/symfony-cmf/routing)
1011

11-
Version/Branch | Travis | Coveralls |
12-
------ | ------ | --------- |
13-
master | [![Build Status][travis_unstable_badge]][travis_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] |
14-
15-
This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed
12+
This package is part of the Symfony Content Management Framework (CMF) and licensed
1613
under the [MIT License](LICENSE).
1714

1815
The Symfony CMF Routing component extends the Symfony routing component with additional features:
@@ -37,12 +34,11 @@ See the `require` section of [composer.json](composer.json)
3734

3835
For the install guide and reference, see:
3936

40-
* [symfony-cmf/routing Documentation](http://symfony.com/doc/master/cmf/components/routing/index.html)
37+
* [symfony-cmf/routing Documentation](https://symfony.com/bundles/CMFRoutingBundle/current/routing-component/index.html)
4138

4239
See also:
4340

44-
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
45-
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links
41+
* [All Symfony CMF documentation](https://symfony.com/bundles/CMFRoutingBundle/current/index.html) - complete Symfony CMF reference
4642

4743
## Support
4844

@@ -54,20 +50,8 @@ Pull requests are welcome. Please see our
5450
[CONTRIBUTING](https://github.com/symfony-cmf/Routing/blob/master/CONTRIBUTING.md)
5551
guide.
5652

57-
Unit and/or functional tests exist for this package. See the
58-
[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)
59-
for a guide to running the tests.
60-
61-
Thanks to
62-
[everyone who has contributed](contributors) already.
53+
Thanks to [everyone who has contributed](contributors) already.
6354

6455
## License
6556

6657
This package is available under the [MIT license](src/Resources/meta/LICENSE).
67-
68-
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/Routing.svg?branch=master
69-
70-
[travis_link]: https://travis-ci.org/symfony-cmf/Routing
71-
72-
[coveralls_unstable_badge]: https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=master
73-
[coveralls_unstable_link]: https://coveralls.io/github/symfony-cmf/routing?branch=master

0 commit comments

Comments
 (0)