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 a14c70e commit 5552b68Copy full SHA for 5552b68
scripts/update-endpoints/docs.js
@@ -83,7 +83,7 @@ ${example}
83
84
${parameters}
85
86
-See also: [GitHub Developer Guide documentation](endpoint.documentationUrl).`;
+See also: [GitHub Developer Guide documentation](${endpoint.documentationUrl}).`;
87
88
return prettier.format(content, {
89
parser: "markdown"
0 commit comments