Browse Source

Revert "fix docs branch link problem"

This reverts commit 1243cbb45b.
pull/5281/head
Yunus Emre Kalkan 6 years ago
parent
commit
3dfe381e6b
  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 :
RemoveVersionPrefix(Document.Version);
Document.Version;
}
private async Task SetDocumentAsync()

Loading…
Cancel
Save