From: Benjamin Peterson Date: Sun, 11 Sep 2016 00:38:51 +0000 (-0700) Subject: fix link to instrumentation X-Git-Tag: v3.6.0b1~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47503c5a8deab43ea24333498ef9fb6daeb0ba7e;p=thirdparty%2FPython%2Fcpython.git fix link to instrumentation --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 59ac332c94c7..e6d39735bf85 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -423,7 +423,7 @@ This can be used to instrument running interpreters in production, without the need to recompile specific debug builds or providing application-specific profiling/debugging code. -More details in:ref:`instrumentation`. +More details in :ref:`instrumentation`. The current implementation is tested on Linux and macOS. Additional markers may be added in the future.