Skip to content

Commit cc946c0

Browse files
committed
cleanup readme
1 parent 5bf0325 commit cc946c0

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

README.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
[![Monthly Downloads](https://poser.pugx.org/symfony-cmf/core-bundle/d/monthly)](https://packagist.org/packages/symfony-cmf/core-bundle)
99
[![Daily Downloads](https://poser.pugx.org/symfony-cmf/core-bundle/d/daily)](https://packagist.org/packages/symfony-cmf/core-bundle)
1010

11-
Branch | Travis | Coveralls |
12-
------ | ------ | --------- |
13-
2.1 | [![Build Status][travis_stable_badge]][travis_link] | [![Coverage Status][coveralls_stable_badge]][coveralls_stable_link] |
14-
master | [![Build Status][travis_unstable_badge]][travis_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] |
11+
Build Status: [![Test application](https://github.com/symfony-cmf/core-bundle/actions/workflows/test-application.yaml/badge.svg)](https://github.com/symfony-cmf/core-bundle/actions/workflows/test-application.yaml)
1512

16-
This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed
13+
14+
This package is part of the Symfony Content Management Framework (CMF) and licensed
1715
under the [MIT License](LICENSE).
1816

1917
The CoreBundle for the Symfony content management framework provides common functionality,
@@ -29,12 +27,11 @@ a twig extension and php templating helper to walk PHPCR-ODM trees and support f
2927

3028
For the install guide and reference, see:
3129

32-
* [symfony-cmf/core-bundle Documentation](http://symfony.com/doc/master/cmf/bundles/core/index.html)
30+
* [symfony-cmf/core-bundle Documentation](https://github.com/symfony-cmf/symfony-cmf-docs/tree/master/bundles/core)
3331

3432
See also:
3533

36-
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
37-
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links
34+
* [All Symfony CMF documentation](https://github.com/symfony-cmf/symfony-cmf-docs/tree/master/bundles/core) - Symfony CMF Routing reference
3835

3936
## Support
4037

@@ -46,23 +43,10 @@ Pull requests are welcome. Please see our
4643
[CONTRIBUTING](https://github.com/symfony-cmf/blob/master/CONTRIBUTING.md)
4744
guide.
4845

49-
Unit and/or functional tests exist for this package. See the
50-
[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)
51-
for a guide to running the tests.
46+
Unit and/or functional tests exist for this package.
5247

53-
Thanks to
54-
[everyone who has contributed](contributors) already.
48+
Thanks to [everyone who has contributed](contributors) already.
5549

5650
## License
5751

5852
This package is available under the [MIT license](src/Resources/meta/LICENSE).
59-
60-
[travis_stable_badge]: https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=2.x
61-
[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=master
62-
63-
[travis_link]: https://travis-ci.org/symfony-cmf/core-bundle
64-
65-
[coveralls_stable_badge]: https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=2.x
66-
[coveralls_stable_link]: https://coveralls.io/github/symfony-cmf/core-bundle?branch=2.x
67-
[coveralls_unstable_badge]: https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=master
68-
[coveralls_unstable_link]: https://coveralls.io/github/symfony-cmf/core-bundle?branch=master

0 commit comments

Comments
 (0)