From 58989b44b278905abea07bdb690d6b6c3ef519d5 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Fri, 19 Apr 2019 12:59:15 +0200 Subject: [PATCH] docs: fix link to configuration documentation in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e83d287..ae001bf1 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ openstapps-configuration --help ## Configuration -To configure how your project's configuration is checked add a property `"openstappsConfiguration"` to your `package.json` with all or some properties of the [configuration](https://openstapps.gitlab.io/configuration/interfaces/_src_common_.configuration.html); +To configure how your project's configuration is checked add a property `"openstappsConfiguration"` to your `package.json` with all or some properties of the [configuration](https://openstapps.gitlab.io/configuration/interfaces/_common_.configuration.html).