We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27dc36 commit a5af407Copy full SHA for a5af407
_content.gotmpl
@@ -32,7 +32,7 @@
32
33
{{- /* Get the default README if the multi-language README is not available */ -}}
34
{{- if not $readme -}}
35
- {{- $readmeAPI = printf "https://api.github.com/repos/%v/contents/README.md" $repo -}}
+ {{- $readmeAPI = printf "https://api.github.com/repos/%v/readme" $repo -}}
36
{{- $readme = partial "function/get-remote-json" (dict "URL" $readmeAPI "OPTIONS" $headers ) -}}
37
{{- end -}}
38
0 commit comments