From 9a2dbb689f3d463167dd00482c816c1f02afb075 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Sat, 27 Aug 2016 12:09:04 +0200 Subject: [PATCH] README: fix msdn link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03802bd6..79a6845a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Prometheus exporter for Windows machines, using the WMI (Windows Management Inst Name | Description ---------|------------- os | [Win32_OperatingSystem](https://msdn.microsoft.com/en-us/library/aa394239) metrics (memory, processes, users) -perf | [Win32_PerfRawData_PerfDisk_LogicalDisk](https://msdn.microsoft.com/en-us/windows/hardware/aa394307(v=vs.71)) metrics (disk I/O) +perf | [Win32_PerfRawData_PerfDisk_LogicalDisk](https://msdn.microsoft.com/en-us/windows/hardware/aa394307(v=vs.71)) metrics (disk I/O) The HELP texts shows the WMI data source, please see MSDN documentation for details. @@ -27,7 +27,7 @@ See [Wiki](https://github.com/martinlindhe/wmi_exporter/wiki/TODO) go build . .\wmi_exporter.exe -The prometheus metrics will be exposed on http://localhost:9129 +The prometheus metrics will be exposed on [localhost:9129](http://localhost:9129) ## License