summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2018-08-15 16:57:54 +0300
committerBasil L. Contovounesios <contovob@tcd.ie>2018-08-15 17:05:28 +0300
commit16b71832c042fd1beb738a8f10f0f83df416a9b6 (patch)
tree1323823e0e830e28c04b75d6877d069d9a289e40 /bog.el
parent6ed4d3edbe771e586d873b826330f3ef23aa1611 (diff)
downloadbog-16b71832c042fd1beb738a8f10f0f83df416a9b6.tar.gz
Use HTTPS URLs where applicable
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bog.el b/bog.el
index aeee49c..ff4c984 100644
--- a/bog.el
+++ b/bog.el
@@ -19,7 +19,7 @@
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
;;
@@ -202,7 +202,7 @@ character should be a non-word character according to
:package-version '(bog . "1.3.0"))
(defcustom bog-web-search-url
- "http://scholar.google.com/scholar?q=%s"
+ "https://scholar.google.com/scholar?q=%s"
"URL to use for CITEKEY search.
It should contain the placeholder \"%s\" for the query."
:type 'string)