dtrace/probes/examples/method-cache-clear.d in busted-0.2.0 vs dtrace/probes/examples/method-cache-clear.d in busted-0.2.1
- old
+ new
@@ -13,10 +13,10 @@
*
* http://magazine.rubyist.net/?Ruby200SpecialEn-dtrace
*
* Documentation:
*
- * https://github.com/ruby/ruby/blob/trunk/doc/dtrace_probes.rdoc
+ * http://ruby-doc.org/core-2.1.0/doc/dtrace_probes_rdoc.html
*/
ruby$target:::method-cache-clear
/arg1/
{
printf("%s %s %d\n", copyinstr(arg0), copyinstr(arg1), arg2);