2
2
3
3
[ ![ Crates.io] ( https://img.shields.io/crates/v/ext-php-rs )] ( https://lib.rs/ext-php-rs )
4
4
[ ![ 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 )
6
6
![ CI Workflow Status] ( https://img.shields.io/github/actions/workflow/status/davidcole1340/ext-php-rs/build.yml?branch=master )
7
7
[ ![ Coverage Status] ( https://coveralls.io/repos/github/davidcole1340/ext-php-rs/badge.svg )] ( https://coveralls.io/github/davidcole1340/ext-php-rs )
8
8
[ ![ 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
11
11
Rust.
12
12
13
13
- Documentation: < https://docs.rs/ext-php-rs >
14
- - Guide: < https://davidcole1340.github.io/ ext-php- rs >
14
+ - Guide: < https://ext-php. rs >
15
15
16
16
## Example
17
17
@@ -77,7 +77,7 @@ var_dump(hello_world("David")); // string(13) "Hello, David!"
77
77
```
78
78
79
79
For more examples read the library
80
- [ guide] ( https://davidcole1340.github.io/ ext-php- rs ) .
80
+ [ guide] ( https://ext-php. rs ) .
81
81
82
82
[ `cargo-php` ] : https://crates.io/crates/cargo-php
83
83
@@ -107,7 +107,7 @@ Our main goal is to **make extension development easier.**
107
107
## Documentation
108
108
109
109
The library guide can be read
110
- [ here] ( https://davidcole1340.github.io/ ext-php- rs ) .
110
+ [ here] ( https://ext-php. rs ) .
111
111
112
112
The project is documented in-line, so viewing the ` cargo ` documentation is the
113
113
best resource at the moment. This can be viewed at [ docs.rs] .
0 commit comments