Skip to content

Commit fedfe2a

Browse files
authored
Update Get the Product Documentation.js
1 parent 9be8682 commit fedfe2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parsers/Get the Product Documentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ var term = current.text.substr(where).trim();
99
if (term == '') {
1010
var send_confusion = new x_snc_slackerbot.Slacker().send_chat(current, ':upside_down_face: !docs *something*', false);
1111
} else {
12-
var send_chat = new x_snc_slackerbot.Slacker().send_chat(current, 'https://docs.servicenow.com/search?q=' + escape(term) + '&labels=2', false);
12+
var send_chat = new x_snc_slackerbot.Slacker().send_chat(current, 'https://www.servicenow.com/docs/search?personalize=true&q=' + escape(term), false);
1313
}

0 commit comments

Comments
 (0)