22
33[ ![ Crates.io] ( https://img.shields.io/crates/v/ext-php-rs )] ( https://lib.rs/ext-php-rs )
44[ ![ docs.rs] ( https://img.shields.io/docsrs/ext-php-rs/latest )] ( https://docs.rs/ext-php-rs )
5- [ ![ Guide Workflow Status] ( https://img.shields.io/github/actions/workflow/status/davidcole1340/ext-php-rs/docs.yml?branch=master&label=guide )] ( https://davidcole1340.github.io/ ext-php- rs )
5+ [ ![ Guide Workflow Status] ( https://img.shields.io/github/actions/workflow/status/davidcole1340/ext-php-rs/docs.yml?branch=master&label=guide )] ( https://ext-php. rs )
66![ CI Workflow Status] ( https://img.shields.io/github/actions/workflow/status/davidcole1340/ext-php-rs/build.yml?branch=master )
77[ ![ Coverage Status] ( https://coveralls.io/repos/github/davidcole1340/ext-php-rs/badge.svg )] ( https://coveralls.io/github/davidcole1340/ext-php-rs )
88[ ![ Discord] ( https://img.shields.io/discord/115233111977099271 )] ( https://discord.gg/dphp )
@@ -11,7 +11,7 @@ Bindings and abstractions for the Zend API to build PHP extensions natively in
1111Rust.
1212
1313- Documentation: < https://docs.rs/ext-php-rs >
14- - Guide: < https://davidcole1340.github.io/ ext-php- rs >
14+ - Guide: < https://ext-php. rs >
1515
1616## Example
1717
@@ -77,7 +77,7 @@ var_dump(hello_world("David")); // string(13) "Hello, David!"
7777```
7878
7979For more examples read the library
80- [ guide] ( https://davidcole1340.github.io/ ext-php- rs ) .
80+ [ guide] ( https://ext-php. rs ) .
8181
8282[ `cargo-php` ] : https://crates.io/crates/cargo-php
8383
@@ -107,7 +107,7 @@ Our main goal is to **make extension development easier.**
107107## Documentation
108108
109109The library guide can be read
110- [ here] ( https://davidcole1340.github.io/ ext-php- rs ) .
110+ [ here] ( https://ext-php. rs ) .
111111
112112The project is documented in-line, so viewing the ` cargo ` documentation is the
113113best resource at the moment. This can be viewed at [ docs.rs] .
0 commit comments