From b1ba30a21eb90e8e20f01710ea3718833dff7125 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Fri, 9 Feb 2018 15:12:14 +0200 Subject: [PATCH] Fix relative links in the README --- BUILD/mdbci/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD/mdbci/README.md b/BUILD/mdbci/README.md index 5d0e70841..53ecab823 100644 --- a/BUILD/mdbci/README.md +++ b/BUILD/mdbci/README.md @@ -2,7 +2,7 @@ MDBCI is a tool to manage virtual machines (VM). VM can be described in the simple JSON format. -JSON templates can be found in (BUILD/mdbci/templates) +JSON templates can be found in [BUILD/mdbci/templates](templates) libvirt/qemu and AWS VMs are supported. @@ -12,14 +12,14 @@ Installation instructions: [PREPARATION_FOR_MDBCI](https://github.com/mariadb-co ## Build script -[BUILD/mdbci/build.sh](BUILD/mdbci/build.sh) prepares VM, executes Maxscale build and creates binary RPM or DEB repository. +[BUILD/mdbci/build.sh](build.sh) prepares VM, executes Maxscale build and creates binary RPM or DEB repository. Build options can be defined in the environmental variables. For variables descriptions and default values see comments in the [BUILD/mdbci/build.sh](BUILD/mdbci/build.sh) and [BUILD/mdbci/set_build_variables.sh](set_build_variables.sh) ## Default build -[BUILD/mdbci/build.sh](BUILD/mdbci/build.sh) can be executed without defining any variable. +[BUILD/mdbci/build.sh](build.sh) can be executed without defining any variable. Prerequirements: * MDBCI installed