diff --git a/src/dotnet-nugetize/Program.cs b/src/dotnet-nugetize/Program.cs index 0056eed5..66d870f0 100644 --- a/src/dotnet-nugetize/Program.cs +++ b/src/dotnet-nugetize/Program.cs @@ -282,7 +282,7 @@ int Execute() grid.AddRow(new Text("Package", yellow), new Grid().AddColumn() .AddRow($"[yellow]{Path.GetFileName(metadata.Element("NuPkg").Value)}[/]") .AddRow(new Text(specFile, - new Style(Color.Blue, decoration: Decoration.Underline, link: specFile)))); + new Style(Color.Blue, decoration: Decoration.Underline, link: new FileInfo(metadata.Element("Nuspec").Value).FullName)))); root = new Tree(grid);