Skip to content

Commit c6a282d

Browse files
mowangjuanzinikic
authored andcommitted
Fix incorrect link
1 parent c8e80f1 commit c6a282d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/php7/zvals/basic_structure.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Arrays use the ``IS_ARRAY`` type tag and are stored in the ``zend_array *arr`` m
8383
works will be discussed in the :doc:`Hashtables <../internal_types/hashtables>` chapter.
8484

8585
Objects (``IS_OBJECT``) use the ``zend_object *obj`` member. PHP's class and object system will be described in the
86-
:doc:`objects <../internal_types/objects>` chapter.
86+
:doc:`objects <../classes_objects>` chapter.
8787

8888
Resources (``IS_RESOURCE``) are use the ``zend_resource *res`` member. Resources are covered in the
8989
:doc:`Resources <../internal_types/zend_resources>` chapter.

0 commit comments

Comments
 (0)