From 7c7fbfd82fda905f82f070b3c3f7b3d56628135b Mon Sep 17 00:00:00 2001 From: "Steven C. Saliman" Date: Sun, 29 Oct 2023 13:34:47 -0600 Subject: [PATCH] Fixed links in the usage page --- doc/usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/usage.md b/doc/usage.md index d26db68..e4411a2 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -3,9 +3,9 @@ Usage There are 3 basic parts to using the Liquibase Gradle Plugin. -1. [Including the plugin](#including-the-plugin) -2. [Setting up the Liquibase runtime dependencies](#setting-up-the-classpath) -3. [Configuring the plugin](#configuring-the-plugin) +1. [Including the plugin](#1-including-the-plugin) +2. [Setting up the Liquibase runtime dependencies](#2-setting-up-the-classpath) +3. [Configuring the plugin](#3-configuring-the-plugin) ### 1. Including the plugin