Skip to content

Commit e61c344

Browse files
committed
Updates readme
1 parent d09cd4e commit e61c344

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Zephir Parser
22

33
[![Actions Status][actions badge]][actions link]
4-
[![Build on Windows][:badge-appveyor:]][:build-appveyor:]
54
[![Coverage Status][:badge-codecov:]][:build-codecov:]
65
[![License][:badge-license:]][:ext-license:]
6+
[![Discord][:badge-discord:]][discord link]
77

88
The Zephir Parser delivered as a C extension for the PHP language.
99

10-
Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3**, **7.4** and **8.0**
10+
Supported PHP versions: **7.0**, **7.1**, **7.2**, **7.3**, **7.4** and **8.0**
1111

1212
**NOTE:** The [`development`][:dev-branch:]
1313
branch will always contain the latest **unstable** version. If you wish to
@@ -145,12 +145,12 @@ Zephir Parser is open source software licensed under the MIT License (MIT).
145145
See the [LICENSE][:ext-license:] file for more information.
146146

147147
[actions link]: https://github.com/phalcon/php-zephir-parser/actions
148-
[actions badge]: https://github.com/phalcon/php-zephir-parser/workflows/build/badge.svg
148+
[actions badge]: https://github.com/zephir-lang/php-zephir-parser/actions/workflows/ci.yml/badge.svg
149149

150-
[:badge-appveyor:]: https://ci.appveyor.com/api/projects/status/r4k8baw1iy54v2wt/branch/development?svg=true
150+
[discord link]: http://phalcon.io/discord
151+
[:badge-discord:]: https://img.shields.io/discord/310910488152375297?label=Discord&logo=discord
151152
[:badge-codecov:]: https://codecov.io/gh/phalcon/php-zephir-parser/branch/development/graph/badge.svg
152153
[:badge-license:]: https://img.shields.io/badge/license-MIT-brightgreen.svg
153-
[:build-appveyor:]: https://ci.appveyor.com/project/sergeyklay/php-zephir-parser/branch/master
154154
[:build-codecov:]: https://codecov.io/gh/phalcon/php-zephir-parser
155155
[:ext-license:]: https://github.com/phalcon/php-zephir-parser/blob/master/LICENSE
156156
[:latest-release:]: https://github.com/phalcon/php-zephir-parser/releases/latest

0 commit comments

Comments
 (0)