From 18d2f04883a859a86924ae12598d4672a086aadd Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Mon, 24 Feb 2025 15:37:07 +0100 Subject: [PATCH] Fix links to docs-content repo --- tests/Elastic.Markdown.Tests/TestCrossLinkResolver.cs | 2 +- tests/authoring/Framework/TestCrossLinkResolver.fs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Elastic.Markdown.Tests/TestCrossLinkResolver.cs b/tests/Elastic.Markdown.Tests/TestCrossLinkResolver.cs index 87d80c6bb..f08226b6e 100644 --- a/tests/Elastic.Markdown.Tests/TestCrossLinkResolver.cs +++ b/tests/Elastic.Markdown.Tests/TestCrossLinkResolver.cs @@ -23,7 +23,7 @@ public Task FetchLinks() { "origin": { "branch": "main", - "remote": " https://github.com/elastic/docs-conten", + "remote": " https://github.com/elastic/docs-content", "ref": "76aac68d066e2af935c38bca8ce04d3ee67a8dd9" }, "url_path_prefix": "/elastic/docs-content/tree/main", diff --git a/tests/authoring/Framework/TestCrossLinkResolver.fs b/tests/authoring/Framework/TestCrossLinkResolver.fs index e673466eb..42a08868c 100644 --- a/tests/authoring/Framework/TestCrossLinkResolver.fs +++ b/tests/authoring/Framework/TestCrossLinkResolver.fs @@ -28,7 +28,7 @@ type TestCrossLinkResolver (config: ConfigurationFile) = let json = $$"""{ "origin": { "branch": "main", - "remote": " https://github.com/elastic/docs-conten", + "remote": " https://github.com/elastic/docs-content", "ref": "76aac68d066e2af935c38bca8ce04d3ee67a8dd9" }, "url_path_prefix": "/elastic/docs-content/tree/main",