fix docs branch link problem

pull/5281/head
Yunus Emre Kalkan 5 years ago
parent 3857f501c0
commit 1243cbb45b

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

Loading…
Cancel
Save