From: Adam Sitnik Date: Wed, 4 Dec 2019 21:30:47 +0000 (+0100) Subject: add missing README.md files for global tools (#662) X-Git-Tag: submit/tizen_5.5/20200504.045052~11^2^2~228 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d42c43cd074a9b3f34fbe6795d0c516d33a350c2;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git add missing README.md files for global tools (#662) * add missing README.md files for global tools * use relative link --- 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