Skip to content

Commit

Permalink
fix bad link and intro
Browse files Browse the repository at this point in the history
  • Loading branch information
lkasso committed Dec 7, 2023
1 parent 5bd187a commit 501466c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Build engineers that are ready to configure custom build logic and write their o

To get started engineering Gradle builds:

1. Read the <<gradle_author_intro,core concepts chapters>>.
1. Read the <<gradle_author_intro,build basics chapters>>.
2. Follow the <<author_tutorial,tutorial>> for a hands-on approach.

[[gradle_author_intro]]
== 1. Authoring Gradle Builds Core Concepts
== 1. Authoring Gradle Builds Basics

The core concepts section goes through some Gradle authoring basics so that you can quickly understand how to configure builds, create tasks, and write plugins.
The basics section goes through some Gradle authoring basics so that you can quickly understand how to configure builds, create tasks, and write plugins.

[sidebar]
_Training level_: **Intermediate** +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3 id="running-gradle-builds">Running Gradle Builds</h3>
</ul>
</li>
<li><a href="../userguide/gradle_ides.html">Gradle in the IDE</a></li>
<li><a href="../userguide/continuous_build.html">Continuous Build</a></li>
<li><a href="../userguide/continuous_builds.html">Continuous Build</a></li>
</ul>

<h3 id="authoring-gradle-builds">Authoring Gradle Builds</h3>
Expand Down

0 comments on commit 501466c

Please sign in to comment.