From c6147e2486f1376df203a788d1ea918a2352f065 Mon Sep 17 00:00:00 2001 From: Xavier Bouthillier Date: Thu, 21 Mar 2019 08:31:24 -0400 Subject: [PATCH] Fix urls in README.md Without `https://`, the urls are automatically turned into `https://github.com/mlindauer/ASlibScenario/blob/master/`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1350d5f..701c6de 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ To install all requirements, please run: ### Input Formats -ASlibScenario reads two input formats: CSV and [ASlib](www.aslib.net). +ASlibScenario reads two input formats: CSV and [ASlib](https://www.aslib.net). The CSV format is easier for new users but has some limitations to express all kind of input data. -The ASlib format has a higher expressiveness -- please see [www.aslib.net](www.aslib.net) for all details on this input format. +The ASlib format has a higher expressiveness -- please see [www.aslib.net](https://www.aslib.net) for all details on this input format. For the CSV format, simply two files are required. One file with the performance data of each algorithm on each instance (each row an instance, and each column an algorithm).