add API docs link
authorMichael Wallner <mike@php.net>
Wed, 1 Oct 2014 14:36:52 +0000 (16:36 +0200)
committerMichael Wallner <mike@php.net>
Wed, 15 Oct 2014 04:01:45 +0000 (06:01 +0200)
propro.md

index 2e16ed4ae8ff8598c57747ad6698360093e8b1db..48b78d42d229c95c61a2899555543503710fc809 100644 (file)
--- a/propro.md
+++ b/propro.md
@@ -4,7 +4,9 @@
 
 The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations.
 
-> **Note:** This extension mostly only provides infrastructure for other extensions, see http://php.github.io/pecl-php-propro/.
+> ***NOTE:***
+  This extension mostly only provides infrastructure for other extensions.
+  See the [API docs here](http://php.github.io/pecl-php-propro/).
 
 See the php\PropertyProxy class, for the user-land visible part of the implementation.