Skip to content

Commit 6805b8a

Browse files
committed
Update link
1 parent 4125117 commit 6805b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/IMPLEMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Refer to [WMI start page](https://learn.microsoft.com/en-us/windows/win32/wmisdk
1616

1717
The purpose of WMI is to define a proprietary set of environment-independent specifications that enable sharing management information between management apps.
1818

19-
CSI-proxy makes WMI queries using `microsoft/wmi` library. Refer to for the call graph.
19+
CSI-proxy makes WMI queries using `microsoft/wmi` library. Refer to for the call graph below.
2020

2121
<a name="microsoft-wmi-library"></a>
2222
## microsoft/wmi library
2323

24-
[WMI based implementation](./WMI.png)
24+
![WMI based implementation](./WMI.png)
2525

2626
`microsoft/wmi` library leverages the traditional COM interfaces (`IDispatch`) to call the WMI.
2727

0 commit comments

Comments
 (0)