From 2e23de9e9edb0bccb6204790f0597545edc8afe3 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@idiv.de> Date: Tue, 11 Jun 2019 09:43:45 +0200 Subject: [PATCH] fixes new project URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4f98c5..dc0e95b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A flexible and future proof way to write documents. Getting Started --------------- -First, you need to [create a new project][newproject]. Choose **Create from +First, you need to [create a new project][new-project]. Choose **Create from template**, **Instance** and finally **pandoc**. Choose a project name and create the project. Clone the project to your local machine and start editing the Markdown sources. See below for features, using the build server and how to @@ -48,7 +48,7 @@ author. The alternative approach would be to do the following: cd my-title rm -r .git -1. [create a new project][newproject] in GitLab **without** using the project +1. [create a new project][new-project] in GitLab **without** using the project template 1. initialize new repository and add the new project as remote -- GitLab