forked from forgejo/forgejo
Unit tests for models/wiki
This commit is contained in:
parent
bb5a6b7a07
commit
bb76285762
3 changed files with 68 additions and 1 deletions
|
@ -41,7 +41,7 @@ func ToWikiPageName(urlString string) string {
|
|||
}
|
||||
|
||||
// WikiCloneLink returns clone URLs of repository wiki.
|
||||
func (repo *Repository) WikiCloneLink() (cl *CloneLink) {
|
||||
func (repo *Repository) WikiCloneLink() *CloneLink {
|
||||
return repo.cloneLink(true)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue