From 39ba273d1a19f8f911f063b7ab3673f1fdb6af47 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Fri, 5 Oct 2018 13:19:42 -0400 Subject: [PATCH] Changed Logging.md to Logs.md --- README.md | 2 +- docs/{Logging.md => Logs.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{Logging.md => Logs.md} (100%) diff --git a/README.md b/README.md index f9facc7..8276664 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ _Elektron_ is comprised of three main components: _Task Queue_, _Scheduler_ and * [Scheduling Policy Switching](docs/SchedulingPolicySwitching.md) ## Logs -Please go through the [log info](docs/Logging.md) to get information on different data that are logged. +Please go through the [log info](docs/Logs.md) to get information on different data that are logged. ## Software Requirements **Requires [Performance Co-Pilot](http://pcp.io/) tool pmdumptext to be installed on the diff --git a/docs/Logging.md b/docs/Logs.md similarity index 100% rename from docs/Logging.md rename to docs/Logs.md