Skip to content

Commit 0363a2d

Browse files
committed
fixed a reference
1 parent 30e1b3e commit 0363a2d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

book/internals.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,8 @@ be called.
856856
.. index::
857857
single: Profiler
858858

859+
.. _internals-profiler:
860+
859861
Profiler
860862
--------
861863

cookbook/profiler/data_collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
How to create a custom Data Collector
55
=====================================
66

7-
The Symfony2 :doc:`Profiler </book/internals/profiler>` delegates data
7+
The Symfony2 :ref:`Profiler <internals-profiler>` delegates data
88
collecting to data collectors. Symfony2 comes bundled with a few of them, but
99
you can easily create your own.
1010

0 commit comments

Comments
 (0)