From edd28c9a913d458a586ddb3ea0c74b5919d1c084 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 4 May 2017 13:35:12 -0700 Subject: [PATCH] Link to MemoryInfo structure --- docs/api/structures/process-memory-info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/structures/process-memory-info.md b/docs/api/structures/process-memory-info.md index 5083aaa66394..68198f2d4540 100644 --- a/docs/api/structures/process-memory-info.md +++ b/docs/api/structures/process-memory-info.md @@ -1,4 +1,4 @@ # ProcessMemoryInfo Object * `pid` Integer - Process id of the process. -* `memory` MemoryInfo - Memory information of the process. \ No newline at end of file +* `memory` [MemoryInfo](memory-info.md) - Memory information of the process.