From 5dbd72db8d5e2b2ba9611272365f1906d04a6d87 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sun, 17 May 2020 21:25:34 +0200 Subject: [PATCH] fix --- docs/scaffolding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scaffolding.md b/docs/scaffolding.md index ddde0de8..5a4c81f4 100644 --- a/docs/scaffolding.md +++ b/docs/scaffolding.md @@ -20,5 +20,5 @@ ### Java Scaffolding with Maven - Maven supports project scaffolding, based on project templates (called archtype). This is provided by the archetype plug-in. Maven provides archetypes for almost anything, from a simple Java application to a complex web application. The goal of this scaffolding is to allow a fast start into the Maven world. It provides the "standardized" folder structure of software projects. - You can create a project by executing the generation goal on the archetype plugin via the following command: ```mvn archetype:generate```. -- [Maven](maven.md/#apache-maven) +- [Maven](maven-gradle.md/#apache-maven)