aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2019-12-18 19:41:32 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2019-12-20 15:26:23 +0000
commite4f569ca0420ef3e945e5ac5f79fd996959e4120 (patch)
tree58e51a841a855bc3bcf5c68d3557c97a8274ae88 /doc
parentb2622e9faa403eed34bc6d376591903e125b55d9 (diff)
doc: Provide a bit more info in the README file
Qbs has a mirror on the GitHub.com and the README file is a starting point for people who come to the website. It is nice to have quick links that can be useful for newcomers. Also, rename the README file to README.md to be able to use Markdown Change-Id: I38394cf0a0802bfebebc9f070732041cfe24090c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.qbs b/doc/doc.qbs
index dd8377c6c..06e02bd72 100644
--- a/doc/doc.qbs
+++ b/doc/doc.qbs
@@ -17,7 +17,7 @@ Project {
Depends { name: "qbsversion" }
files: [
- "../README",
+ "../README.md",
"classic.css",
"external-resources.qdoc",
"fixnavi.pl",