Skip to content

Commit 5552b68

Browse files
authored
Fix dev docs URL to template string
1 parent a14c70e commit 5552b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-endpoints/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ${example}
8383
8484
${parameters}
8585
86-
See also: [GitHub Developer Guide documentation](endpoint.documentationUrl).`;
86+
See also: [GitHub Developer Guide documentation](${endpoint.documentationUrl}).`;
8787

8888
return prettier.format(content, {
8989
parser: "markdown"

0 commit comments

Comments
 (0)