From d42c43cd074a9b3f34fbe6795d0c516d33a350c2 Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Wed, 4 Dec 2019 22:30:47 +0100 Subject: [PATCH] add missing README.md files for global tools (#662) * add missing README.md files for global tools * use relative link --- src/Tools/dotnet-counters/README.md | 2 +- src/Tools/dotnet-dump/README.md | 3 +++ src/Tools/dotnet-gcdump/README.md | 3 +++ src/Tools/dotnet-trace/README.md | 3 +++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/Tools/dotnet-dump/README.md create mode 100644 src/Tools/dotnet-gcdump/README.md create mode 100644 src/Tools/dotnet-trace/README.md diff --git a/src/Tools/dotnet-counters/README.md b/src/Tools/dotnet-counters/README.md index 18603dfa4..08e672733 100644 --- a/src/Tools/dotnet-counters/README.md +++ b/src/Tools/dotnet-counters/README.md @@ -1,3 +1,3 @@ # dotnet-counters -Please refer to [dotnet-counters doc](https://github.com/dotnet/diagnostics/blob/master/documentation/dotnet-counters-instructions.md) for instructions on how to use this tool. \ No newline at end of file +Please refer to [dotnet-counters doc](../../../documentation/dotnet-counters-instructions.md) for instructions on how to use this tool. \ No newline at end of file diff --git a/src/Tools/dotnet-dump/README.md b/src/Tools/dotnet-dump/README.md new file mode 100644 index 000000000..c2cee80a0 --- /dev/null +++ b/src/Tools/dotnet-dump/README.md @@ -0,0 +1,3 @@ +# dotnet-dump + +Please refer to [dotnet-dump doc](../../../documentation/dotnet-dump-instructions.md) for instructions on how to use this tool. \ No newline at end of file diff --git a/src/Tools/dotnet-gcdump/README.md b/src/Tools/dotnet-gcdump/README.md new file mode 100644 index 000000000..1e1140cc2 --- /dev/null +++ b/src/Tools/dotnet-gcdump/README.md @@ -0,0 +1,3 @@ +# dotnet-gcdump + +Please refer to [dotnet-gcdump doc](../../../documentation/dotnet-gcdump-instructions.md) for instructions on how to use this tool. \ No newline at end of file diff --git a/src/Tools/dotnet-trace/README.md b/src/Tools/dotnet-trace/README.md new file mode 100644 index 000000000..a406bbe96 --- /dev/null +++ b/src/Tools/dotnet-trace/README.md @@ -0,0 +1,3 @@ +# dotnet-trace + +Please refer to [dotnet-trace doc](../../../documentation/dotnet-trace-instructions.md) for instructions on how to use this tool. \ No newline at end of file -- 2.34.1