Skip to content

Commit 29e6435

Browse files
Fix links to docs-content repo (#591)
1 parent 55dd141 commit 29e6435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Elastic.Markdown.Tests/TestCrossLinkResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public Task<FetchedCrossLinks> FetchLinks()
2323
{
2424
"origin": {
2525
"branch": "main",
26-
"remote": " https://github.com/elastic/docs-conten",
26+
"remote": " https://github.com/elastic/docs-content",
2727
"ref": "76aac68d066e2af935c38bca8ce04d3ee67a8dd9"
2828
},
2929
"url_path_prefix": "/elastic/docs-content/tree/main",

tests/authoring/Framework/TestCrossLinkResolver.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type TestCrossLinkResolver (config: ConfigurationFile) =
2828
let json = $$"""{
2929
"origin": {
3030
"branch": "main",
31-
"remote": " https://github.com/elastic/docs-conten",
31+
"remote": " https://github.com/elastic/docs-content",
3232
"ref": "76aac68d066e2af935c38bca8ce04d3ee67a8dd9"
3333
},
3434
"url_path_prefix": "/elastic/docs-content/tree/main",

0 commit comments

Comments
 (0)