summaryrefslogtreecommitdiff
path: root/Documentation/project-docs
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2016-06-06 14:50:11 -0700
committerBrian Robbins <brianrob@microsoft.com>2016-06-06 14:50:11 -0700
commitb446cb5d4eccac9218570e0d068e4722dba14de1 (patch)
treea5cb5ff65144be06e5fa12015782a6412e1a2ec7 /Documentation/project-docs
parent86011d693a784a81f21b268ec625021b7d4f167d (diff)
downloadcoreclr-b446cb5d4eccac9218570e0d068e4722dba14de1.tar.gz
coreclr-b446cb5d4eccac9218570e0d068e4722dba14de1.tar.bz2
coreclr-b446cb5d4eccac9218570e0d068e4722dba14de1.zip
Fix incorrect URL.
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r--Documentation/project-docs/linux-performance-tracing.md6
1 files 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 <http://aks.ms/perfcollect>.
+ - Available at <http://aka.ms/perfcollect>.
- **PerfView**: Windows-based performance tool that can also analyze trace files collected with Perfcollect.
- - Available at <http://aks.ms/perfview>.
+ - Available at <http://aka.ms/perfview>.
#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.