Skip to content

Commit dfe2dce

Browse files
committed
Fix links in README.md
1 parent 1cef57d commit dfe2dce

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ sudo yum install php-devel gcc make re2c autoconf automake
7474
Follow these instructions to generate a binary extension for your platform:
7575

7676
```bash
77-
git clone git://github.com/phalcon/php-zephir-parser.git
77+
git clone git://github.com/zephir-lang/php-zephir-parser.git
7878
cd php-zephir-parser
7979
phpize
8080
./configure
@@ -86,7 +86,7 @@ If you have multiple/specific PHP versions installed, you may be able to specify
8686
build by using the `--with-php-config` option during configuration. For example:
8787

8888
```bash
89-
git clone git://github.com/phalcon/php-zephir-parser.git
89+
git clone git://github.com/zephir-lang/php-zephir-parser.git
9090
cd php-zephir-parser
9191
/usr/local/bin/phpize
9292
./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.
144144
Zephir Parser is open source software licensed under the MIT License (MIT).
145145
See the [LICENSE][:ext-license:] file for more information.
146146

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

150150
[discord link]: http://phalcon.io/discord
151151
[: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
153153
[: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
160160
[:re2c:]: http://re2c.org
161161
[:gnu-make:]: https://www.gnu.org/software/make
162162
[:gnu-autoconf:]: https://www.gnu.org/software/autoconf/autoconf.html

0 commit comments

Comments
 (0)