summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-08-15 18:13:52 -0400
committerKyle Meyer <kyle@kyleam.com>2018-08-15 18:13:52 -0400
commitb5df3647f55359f8546dcfa991a351673a069a49 (patch)
treed0f30fb2c78389008e434b93397b63000d3a7953
parent16df0bb044b3ddb96e9d981c37569d6b1b890109 (diff)
parent16b71832c042fd1beb738a8f10f0f83df416a9b6 (diff)
downloadbog-b5df3647f55359f8546dcfa991a351673a069a49.tar.gz
Merge pull request #10 from basil-conto/blc/https
-rw-r--r--README.org4
-rw-r--r--bog-tests.el2
-rw-r--r--bog.el4
3 files changed, 5 insertions, 5 deletions
diff --git a/README.org b/README.org
index 79cf9f5..24fd725 100644
--- a/README.org
+++ b/README.org
@@ -3,9 +3,9 @@
#+startup: showall
[[https://travis-ci.org/kyleam/bog][https://travis-ci.org/kyleam/bog.svg]]
-[[http://melpa.org/#/bog][http://melpa.org/packages/bog-badge.svg]]
+[[https://melpa.org/#/bog][https://melpa.org/packages/bog-badge.svg]]
-Bog is a system for taking research notes in [[http://orgmode.org/][Org mode]]. It adds a few
+Bog is a system for taking research notes in [[https://orgmode.org/][Org mode]]. It adds a few
research-specific features, nearly all of which are focused on managing
and taking notes with Org, not on writing research articles with Org.
diff --git a/bog-tests.el b/bog-tests.el
index 651c9f8..b1b2ea1 100644
--- a/bog-tests.el
+++ b/bog-tests.el
@@ -15,7 +15,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;; along with this program. If not, see <https://www.gnu.org/licenses/>.
;;; Code:
diff --git a/bog.el b/bog.el
index e089e2d..e7ceada 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)