Skip to content

Commit aa5c3e0

Browse files
docs: change travis badge with the github ci badge, set links to https for README.md (#77)
Co-authored-by: Christopher Georg <[email protected]>
1 parent 3c8e756 commit aa5c3e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
*By Matthias Noback and contributors*
44

5-
[![Build Status](https://secure.travis-ci.org/SymfonyTest/SymfonyConfigTest.png)](http://travis-ci.org/SymfonyTest/SymfonyConfigTest)
5+
[![Build Status](https://github.com/SymfonyTest/SymfonyConfigTest/actions/workflows/ci.yaml/badge.svg)](https://github.com/SymfonyTest/SymfonyConfigTest/actions/workflows/ci.yaml)
66

77
Writing configuration classes using the [Symfony Config
8-
Component](http://symfony.com/doc/current/components/config/definition.html) can be quite hard. To help you verify the
8+
Component](https://symfony.com/doc/current/components/config/definition.html) can be quite hard. To help you verify the
99
validity of the resulting config node tree, this library provides a PHPUnit test case and some custom assertions.
1010

1111
## Installation
@@ -127,7 +127,7 @@ class ConfigurationTest extends TestCase
127127

128128
Please note: the first argument of each of the ``assert*`` methods is an *array of arrays*. The extra nesting level
129129
allows you to test the merge process. See also the section [Merging
130-
options](http://symfony.com/doc/current/components/config/definition.html#merging-options) of the Config Component
130+
options](https://symfony.com/doc/current/components/config/definition.html#merging-options) of the Config Component
131131
documentation.
132132

133133
### Test a subset of the configuration tree

0 commit comments

Comments
 (0)