diff --git a/middleware/functions/feedback.ts b/middleware/functions/feedback.ts index 4b3e2b5cd..546804a88 100644 --- a/middleware/functions/feedback.ts +++ b/middleware/functions/feedback.ts @@ -300,7 +300,7 @@ ${cleanedContact ? `\n**GitHub User:** @${cleanedContact}` : ""} const body = ` ## Documentation Feedback -**Path:** ${path} +**Path:** [${path}](https://docs.deno.com${path}) **Helpful:** ${sentiment === "yes" ? "Yes ✅" : "No ❌"} ${comment ? `**Feedback:**\n> ${comment}` : "No additional comment provided"}