@@ -74,7 +74,7 @@ sudo yum install php-devel gcc make re2c autoconf automake
74
74
Follow these instructions to generate a binary extension for your platform:
75
75
76
76
``` bash
77
- git clone git://github.com/phalcon /php-zephir-parser.git
77
+ git clone git://github.com/zephir-lang /php-zephir-parser.git
78
78
cd php-zephir-parser
79
79
phpize
80
80
./configure
@@ -86,7 +86,7 @@ If you have multiple/specific PHP versions installed, you may be able to specify
86
86
build by using the ` --with-php-config ` option during configuration. For example:
87
87
88
88
``` bash
89
- git clone git://github.com/phalcon /php-zephir-parser.git
89
+ git clone git://github.com/zephir-lang /php-zephir-parser.git
90
90
cd php-zephir-parser
91
91
/usr/local/bin/phpize
92
92
./configure --with-php-config=/usr/local/bin/php-config
@@ -144,19 +144,19 @@ Support us with a monthly donation and help us continue our activities.
144
144
Zephir Parser is open source software licensed under the MIT License (MIT).
145
145
See the [ LICENSE] [ :ext-license: ] file for more information.
146
146
147
- [ actions link ] : https://github.com/phalcon /php-zephir-parser/actions
147
+ [ actions link ] : https://github.com/zephir-lang /php-zephir-parser/actions
148
148
[ actions badge ] : https://github.com/zephir-lang/php-zephir-parser/actions/workflows/ci.yml/badge.svg
149
149
150
150
[ discord link ] : http://phalcon.io/discord
151
151
[ :badge-discord: ] : https://img.shields.io/discord/310910488152375297?label=Discord&logo=discord
152
- [ :badge-codecov: ] : https://codecov.io/gh/phalcon /php-zephir-parser/branch/development/graph/badge.svg
152
+ [ :badge-codecov: ] : https://codecov.io/gh/zephir-lang /php-zephir-parser/branch/development/graph/badge.svg
153
153
[ :badge-license: ] : https://img.shields.io/badge/license-MIT-brightgreen.svg
154
- [ :build-codecov: ] : https://codecov.io/gh/phalcon /php-zephir-parser
155
- [ :ext-license: ] : https://github.com/phalcon /php-zephir-parser/blob/master/LICENSE
156
- [ :latest-release: ] : https://github.com/phalcon /php-zephir-parser/releases/latest
157
- [ :dev-branch: ] :https://github.com/phalcon /php-zephir-parser/tree/development
158
- [ :branches: ] : https://github.com/phalcon /php-zephir-parser/branches
159
- [ :tags: ] : https://github.com/phalcon /php-zephir-parser/tags
154
+ [ :build-codecov: ] : https://codecov.io/gh/zephir-lang /php-zephir-parser
155
+ [ :ext-license: ] : https://github.com/zephir-lang /php-zephir-parser/blob/master/LICENSE
156
+ [ :latest-release: ] : https://github.com/zephir-lang /php-zephir-parser/releases/latest
157
+ [ :dev-branch: ] :https://github.com/zephir-lang /php-zephir-parser/tree/development
158
+ [ :branches: ] : https://github.com/zephir-lang /php-zephir-parser/branches
159
+ [ :tags: ] : https://github.com/zephir-lang /php-zephir-parser/tags
160
160
[ :re2c: ] : http://re2c.org
161
161
[ :gnu-make: ] : https://www.gnu.org/software/make
162
162
[ :gnu-autoconf: ] : https://www.gnu.org/software/autoconf/autoconf.html
0 commit comments