Skip to content

Commit 38c471c

Browse files
committed
docs: fix ci badge and https link to composer
1 parent 3d5baa2 commit 38c471c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ The KnpMenu library provides object oriented menus for PHP.
55
It is used by the [KnpMenuBundle](https://github.com/KnpLabs/KnpMenuBundle) for Symfony
66
but can now be used stand-alone.
77

8-
[![Build Status](https://github.com/KnpLabs/KnpMenu/workflows/build/badge.svg)](https://github.com/KnpLabs/KnpMenu/actions)
8+
[![Build Status](https://github.com/KnpLabs/KnpMenu/actions/workflows/build.yaml/badge.svg)](https://github.com/KnpLabs/KnpMenu/actions/workflows/build.yaml)
99
[![Latest Stable Version](https://poser.pugx.org/knplabs/knp-menu/v/stable.svg)](https://packagist.org/packages/knplabs/knp-menu)
1010
[![Latest Unstable Version](https://poser.pugx.org/knplabs/knp-menu/v/unstable.svg)](https://packagist.org/packages/knplabs/knp-menu)
1111
[![Gitter chat](https://badges.gitter.im/KnpLabs/KnpMenu.svg)](https://gitter.im/KnpLabs/KnpMenu)
1212

1313
## Installation
1414

15-
KnpMenu uses Composer, please checkout the [composer website](http://getcomposer.org) for more information.
15+
KnpMenu uses Composer, please checkout the [composer website](https://getcomposer.org/) for more information.
1616

1717
The simple following command will install `knp-menu` into your project. It also add a new
1818
entry in your `composer.json` and update the `composer.lock` as well.

0 commit comments

Comments
 (0)