add missing README.md files for global tools (#662)
authorAdam Sitnik <adam.sitnik@gmail.com>
Wed, 4 Dec 2019 21:30:47 +0000 (22:30 +0100)
committerSung Yoon Whang <suwhang@microsoft.com>
Wed, 4 Dec 2019 21:30:47 +0000 (13:30 -0800)
* add missing README.md files for global tools

* use relative link

src/Tools/dotnet-counters/README.md
src/Tools/dotnet-dump/README.md [new file with mode: 0644]
src/Tools/dotnet-gcdump/README.md [new file with mode: 0644]
src/Tools/dotnet-trace/README.md [new file with mode: 0644]

index 18603dfa415b29695cc68fee5936cbb5eac48338..08e672733657a359a4bc9d5e6168109c6cf1d09d 100644 (file)
@@ -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 (file)
index 0000000..c2cee80
--- /dev/null
@@ -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 (file)
index 0000000..1e1140c
--- /dev/null
@@ -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 (file)
index 0000000..a406bbe
--- /dev/null
@@ -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