From 791b332723d9c7404ef993882228cc8499907241 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 24 Jan 2022 09:42:29 +0100 Subject: [PATCH] update readme --- README.md | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index a616f0d..a4462b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Symfony CMF Routing +[![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) [![Latest Stable Version](https://poser.pugx.org/symfony-cmf/routing/v/stable)](https://packagist.org/packages/symfony-cmf/routing) [![Latest Unstable Version](https://poser.pugx.org/symfony-cmf/routing/v/unstable)](https://packagist.org/packages/symfony-cmf/routing) [![License](https://poser.pugx.org/symfony-cmf/routing/license)](https://packagist.org/packages/symfony-cmf/routing) @@ -8,11 +9,7 @@ [![Monthly Downloads](https://poser.pugx.org/symfony-cmf/routing/d/monthly)](https://packagist.org/packages/symfony-cmf/routing) [![Daily Downloads](https://poser.pugx.org/symfony-cmf/routing/d/daily)](https://packagist.org/packages/symfony-cmf/routing) -Version/Branch | Travis | Coveralls | ------- | ------ | --------- | -master | [![Build Status][travis_unstable_badge]][travis_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] | - -This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed +This package is part of the Symfony Content Management Framework (CMF) and licensed under the [MIT License](LICENSE). 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) For the install guide and reference, see: -* [symfony-cmf/routing Documentation](http://symfony.com/doc/master/cmf/components/routing/index.html) +* [symfony-cmf/routing Documentation](https://symfony.com/bundles/CMFRoutingBundle/current/routing-component/index.html) See also: -* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference -* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links +* [All Symfony CMF documentation](https://symfony.com/bundles/CMFRoutingBundle/current/index.html) - complete Symfony CMF reference ## Support @@ -54,20 +50,8 @@ Pull requests are welcome. Please see our [CONTRIBUTING](https://github.com/symfony-cmf/Routing/blob/master/CONTRIBUTING.md) guide. -Unit and/or functional tests exist for this package. See the -[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html) -for a guide to running the tests. - -Thanks to -[everyone who has contributed](contributors) already. +Thanks to [everyone who has contributed](contributors) already. ## License This package is available under the [MIT license](src/Resources/meta/LICENSE). - -[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/Routing.svg?branch=master - -[travis_link]: https://travis-ci.org/symfony-cmf/Routing - -[coveralls_unstable_badge]: https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=master -[coveralls_unstable_link]: https://coveralls.io/github/symfony-cmf/routing?branch=master