From 80fdadb1c5f53e53811ee87a5b7ce98ac5ee86e0 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Mon, 16 Jan 2017 10:55:02 +0100 Subject: [PATCH] Rename behaviour.md --- docs/{behaviour.md => design-decisions.md} | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename docs/{behaviour.md => design-decisions.md} (99%) diff --git a/docs/behaviour.md b/docs/design-decisions.md similarity index 99% rename from docs/behaviour.md rename to docs/design-decisions.md index b44ca8f079..79ce00a199 100644 --- a/docs/behaviour.md +++ b/docs/design-decisions.md @@ -1,4 +1,4 @@ -# Script Behaviour +# Design Decisions This file documents the design choices as well as configuration options. diff --git a/readme.md b/readme.md index 3aae4c518f..a9867ad938 100644 --- a/readme.md +++ b/readme.md @@ -55,6 +55,6 @@ $ renovate --help See [deployment docs](docs/deploment.md) for details. -## Behaviour +## Design Decisions -See [behaviour docs](docs/behaviour.md) for details. +See [design decisions doc](docs/design-decisions.md) for details. -- GitLab