From c169607c9b4551c8a8c81ef64eb8e632908b67f2 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Thu, 25 Jul 2019 11:40:58 +0300 Subject: [PATCH 1/2] 404 link to intellij-idea.md A simple fix of the link to intellij-idea.md file --- docs/docs/contributing/workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/workflow.md b/docs/docs/contributing/workflow.md index 870d4a56c272..cc0915f39932 100644 --- a/docs/docs/contributing/workflow.md +++ b/docs/docs/contributing/workflow.md @@ -4,7 +4,7 @@ title: Workflow --- Check [Getting Started](getting-started.md) for instructions on how to obtain the source code of dotty and -[Eclipse](eclipse.md) or [IntelliJ-IDEA](intellij-idea.md). +[Eclipse](eclipse.md) or [IntelliJ-IDEA](tools/intellij-idea.md). This document details common workflow patterns when working with Dotty before using the debugging tools. ## Compiling files with dotc ## From 3eaf5aaca2dc24344cdc332841fbee3eff565edc Mon Sep 17 00:00:00 2001 From: Nikolay Date: Thu, 25 Jul 2019 11:42:09 +0300 Subject: [PATCH 2/2] Update workflow.md --- docs/docs/contributing/workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/workflow.md b/docs/docs/contributing/workflow.md index cc0915f39932..a9ebd787534e 100644 --- a/docs/docs/contributing/workflow.md +++ b/docs/docs/contributing/workflow.md @@ -4,7 +4,7 @@ title: Workflow --- Check [Getting Started](getting-started.md) for instructions on how to obtain the source code of dotty and -[Eclipse](eclipse.md) or [IntelliJ-IDEA](tools/intellij-idea.md). +[Eclipse](tools/eclipse.md) or [IntelliJ-IDEA](tools/intellij-idea.md). This document details common workflow patterns when working with Dotty before using the debugging tools. ## Compiling files with dotc ##