mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	#3521 fix wiki HTTP/S clone URL does not have .wiki suffix
This commit is contained in:
		@@ -547,7 +547,7 @@ func (repo *Repository) cloneLink(isWiki bool) *CloneLink {
 | 
			
		||||
	} else {
 | 
			
		||||
		cl.SSH = fmt.Sprintf("%s@%s:%s/%s.git", setting.RunUser, setting.SSH.Domain, repo.Owner.Name, repoName)
 | 
			
		||||
	}
 | 
			
		||||
	cl.HTTPS = ComposeHTTPSCloneURL(repo.Owner.Name, repo.Name)
 | 
			
		||||
	cl.HTTPS = ComposeHTTPSCloneURL(repo.Owner.Name, repoName)
 | 
			
		||||
	return cl
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user