Skip to content

Commit efe372a

Browse files
authored
Merge pull request #7974 from NuGet/master
FI master to dev
2 parents 08a662d + bc46376 commit efe372a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery.Services/PackageManagement/PackageHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static bool TryPrepareUrlForRendering(string uriString, out string readyU
6767

6868
if (returnUri != null)
6969
{
70-
readyUriString = returnUri.ToString();
70+
readyUriString = returnUri.AbsoluteUri;
7171
return true;
7272
}
7373

0 commit comments

Comments
 (0)