Skip to content

Commit 2a95547

Browse files
Update src/Microsoft.OpenApi/Models/OpenApiReference.cs
Co-authored-by: Darrel <[email protected]>
1 parent ee880e2 commit 2a95547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Models/OpenApiReference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public string ReferenceV3
9595
{
9696
return Id;
9797
}
98-
if (Id.StartsWith("https"))
98+
if (Id.StartsWith("http"))
9999
{
100100
return Id;
101101
}

0 commit comments

Comments
 (0)