Browse Source

fix docs branch link problem

pull/5281/head
Yunus Emre Kalkan 6 years ago
parent
commit
1243cbb45b
  1. 2
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs

2
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs

@ -393,7 +393,7 @@ namespace Volo.Docs.Pages.Documents.Project
return RemoveVersionPrefix(Document.Version) == LatestVersionInfo.Version ?
DocsAppConsts.Latest :
Document.Version;
RemoveVersionPrefix(Document.Version);
}
private async Task SetDocumentAsync()

Loading…
Cancel
Save