Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit fc6b747

Browse files
committed
Fix doc links [skip ci]
1 parent 2e980a2 commit fc6b747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ $result = $script->run($context);
5252
echo $result->value(), PHP_EOL;
5353
```
5454

55-
56-
57-
55+
[v8-hello-world]: https://chromium.googlesource.com/v8/v8/+/master/samples/hello-world.cc
56+
[v8-intro]: https://developers.google.com/v8/intro
57+
[php-v8-stubs]: https://github.com/pinepain/php-v8-stubs

0 commit comments

Comments
 (0)