summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Robbins <brianrob@microsoft.com>2016-06-06 15:01:49 -0700
committerBrian Robbins <brianrob@microsoft.com>2016-06-06 15:01:49 -0700
commit6f1d6b8c9ac96582a8340416155583296d2b8740 (patch)
treeec9ecf81b53d96054779be4cd206648f4e3de5ca
parentab0f3e53f530fbdd8d4dcc7f674ded89b0e74d7a (diff)
parentb446cb5d4eccac9218570e0d068e4722dba14de1 (diff)
downloadcoreclr-6f1d6b8c9ac96582a8340416155583296d2b8740.tar.gz
coreclr-6f1d6b8c9ac96582a8340416155583296d2b8740.tar.bz2
coreclr-6f1d6b8c9ac96582a8340416155583296d2b8740.zip
Merge pull request #5529 from brianrob/spellcheck
Fix Incorrect URLs in Linux Tracing HOWTO
-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.