Skip to content

Commit 23da1c3

Browse files
fix link to docs-builder docs (#606)
1 parent 03b3aad commit 23da1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs-builder/Cli/CheckForUpdatesFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private static void CompareWithAssemblyVersion(Uri latestVersionUrl)
4444
ConsoleApp.Log($" {latestVersionUrl}");
4545
ConsoleApp.Log("");
4646
ConsoleApp.Log("Read more about updating here:");
47-
ConsoleApp.Log(" https://elastic.github.io/docs-builder/contribute/locally.html#step-one ");
47+
ConsoleApp.Log(" https://elastic.github.io/docs-builder/contribute/locally#step-one ");
4848
ConsoleApp.Log("");
4949
return;
5050
}

0 commit comments

Comments
 (0)