From 0bac4eb0f389801754b6d5383f51c95096f5de82 Mon Sep 17 00:00:00 2001 From: cburroughs Date: Tue, 10 Jun 2014 15:43:04 -0400 Subject: [PATCH] trvial: fix relative link root See: https://help.github.com/articles/relative-links-in-readmes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83fa07ec..fe4fdb8f 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The container information is returned as a JSON object containing: - Detailed resource usage statistics of the container for the last `N` seconds (`N` is globally configurable in cAdvisor) - Histogram of resource usage from the creation of the container -The actual object is the marshalled JSON of the `ContainerInfo` struct found in [cadvisor/info/container.go](cadvisor/info/container.go) +The actual object is the marshalled JSON of the `ContainerInfo` struct found in [info/container.go](info/container.go) #### Machine Information @@ -78,7 +78,7 @@ This resource is read-only. The machine information is returned as a JSON object - Number of schedulable logical CPU cores - Memory capacity (in bytes) -The actual object is the marshalled JSON of the `MachineInfo` struct found in [cadvisor/info/machine.go](cadvisor/info/machine.go) +The actual object is the marshalled JSON of the `MachineInfo` struct found in [info/machine.go](info/machine.go) ## Roadmap