Skip to content

Commit 385d08b

Browse files
committed
Updated the references to the Symfony Profiler documentation
1 parent 6d6b4d2 commit 385d08b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cookbook/email/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Sending e-mails with Symfony is pretty straightforward thanks to the
88
SwiftmailerBundle, which leverages the power of the `Swift Mailer`_ library.
99

1010
To functionally test that an email was sent, and even assert the email subject,
11-
content or any other headers, you can use :ref:`the Symfony Profiler <internals-profiler>`.
11+
content or any other headers, you can use :doc:`the Symfony Profiler </cookbook/profiler>`.
1212

1313
Start with an easy controller action that sends an e-mail::
1414

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

cookbook/testing/profiling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ you write functional tests that monitor your production servers, you might
99
want to write tests on the profiling data as it gives you a great way to check
1010
various things and enforce some metrics.
1111

12-
The Symfony :ref:`Profiler <internals-profiler>` gathers a lot of data for
12+
:doc:`The Symfony Profiler </cookbook/profiler>` gathers a lot of data for
1313
each request. Use this data to check the number of database calls, the time
1414
spent in the framework, etc. But before writing assertions, enable the profiler
1515
and check that the profiler is indeed available (it is enabled by default in

0 commit comments

Comments
 (0)