Skip to content

Commit 62ed3a2

Browse files
committed
Fixed Create Docs Issue hyperlink
Signed-off-by: Sumitsh28 <sumit.off28@gmail.com>
1 parent 1bcc6cc commit 62ed3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/page-meta-links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{{ end -}}
3232

3333
{{ $editURL := printf "%s/edit/%s" $gh_repo $gh_repo_path -}}
34-
{{ $issuesURL := printf "%s/issues/new?assignees=&labels=area%2Fdocs%2C+framework%2Fhugo%2C+language%2Fmarkdown&projects=&template=documentation.md&title=[Docs]" $gh_repo -}}
34+
{{ $issuesURL := printf "%s/issues/new/choose" $gh_repo -}}
3535
{{ $newPageStub := resources.Get "stubs/new-page-template.md" -}}
3636
{{ $newPageQS := querify "value" $newPageStub.Content "filename" "change-me.md" | safeURL -}}
3737

0 commit comments

Comments
 (0)