From b7d08bf76475b5ac0824078ebc8bac8ed95d7eb7 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 22 May 2024 13:38:11 -0400 Subject: [PATCH] docs: update doc feedback to populate URL (#22033) Update docfeedback to populate URL --- docs/src/theme/Feedback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/theme/Feedback.js b/docs/src/theme/Feedback.js index 26896baedc0..b07f1ec34a7 100644 --- a/docs/src/theme/Feedback.js +++ b/docs/src/theme/Feedback.js @@ -195,7 +195,7 @@ export default function Feedback() { }; const newGithubIssueURL = pathname - ? `https://github.com/langchain-ai/langchain/issues/new?assignees=&labels=03+-+Documentation&projects=&template=documentation.yml&title=DOC%3A+%3CIssue+related+to+${pathname}%3E` + ? `https://github.com/langchain-ai/langchain/issues/new?assignees=&labels=03+-+Documentation&projects=&template=documentation.yml&title=DOC%3A+%3CIssue+related+to+${pathname}%3E&url=https://python.langchain.com${pathname}` : "https://github.com/langchain-ai/langchain/issues/new?assignees=&labels=03+-+Documentation&projects=&template=documentation.yml&title=DOC%3A+%3CPlease+write+a+comprehensive+title+after+the+%27DOC%3A+%27+prefix%3E"; return (