From b446cb5d4eccac9218570e0d068e4722dba14de1 Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Mon, 6 Jun 2016 14:50:11 -0700 Subject: Fix incorrect URL. --- Documentation/project-docs/linux-performance-tracing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/project-docs/linux-performance-tracing.md b/Documentation/project-docs/linux-performance-tracing.md index 8e8f2b10c0..8a7adf53f1 100644 --- a/Documentation/project-docs/linux-performance-tracing.md +++ b/Documentation/project-docs/linux-performance-tracing.md @@ -5,9 +5,9 @@ When a performance problem is encountered on Linux, these instructions can be us #Required Tools# - **perfcollect**: Bash script that automates data collection. - - Available at . + - Available at . - **PerfView**: Windows-based performance tool that can also analyze trace files collected with Perfcollect. - - Available at . + - Available at . #Preparing Your Machine# Follow these steps to prepare your machine to collect a performance trace. @@ -15,7 +15,7 @@ Follow these steps to prepare your machine to collect a performance trace. 1. Download Perfcollect. > ```bash - > curl -OL http://aks.ms/perfcollect + > curl -OL http://aka.ms/perfcollect > ``` 2. Make the script executable. -- cgit v1.2.3