Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 811aa13

Browse files
author
Zirak
committed
Merge branch 'patch-1' of git://github.com/shea-sollars/SO-ChatBot into shea-sollar-patch-1
2 parents 1fa80e8 + 6ca0041 commit 811aa13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/plugins/jquery.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function () {
2-
var baseURL = 'http://api.jquery.com';
2+
var baseURL = 'http://api.jquery.com/';
33

44
function jquery ( args ) {
55
if ( !args.content ) {
@@ -63,7 +63,7 @@ function jquery ( args ) {
6363
msg = baseURL + url;
6464
}
6565
else {
66-
msg = baseURL + '/?s=' + encodeURIComponent( args );
66+
msg = baseURL + '?s=' + encodeURIComponent( args );
6767
}
6868
bot.log( msg, '/jquery link' );
6969

0 commit comments

Comments
 (0)