Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Nov 20, 2023
1 parent 2dde541 commit 99ba6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion central/central.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (c *Central) renderIndex(wr io.Writer) error {
if err != nil {
return err
}
rootURL = fmt.Sprintf("%s/%s/%s/blob/%s/", host, repo.Owner, repo.Repo, b)
rootURL = fmt.Sprintf("%s/%s/%s/blob/%s", host, repo.Owner, repo.Repo, b)
query = "?raw=true"
}

Expand Down

0 comments on commit 99ba6a7

Please sign in to comment.