From 18b3eb0062f92512fe172dc05c81907d820c4d3d Mon Sep 17 00:00:00 2001 From: Bastien Date: Wed, 12 Feb 2020 21:33:00 +0100 Subject: [PATCH] ob-gnuplot.el: Fix broken links * lisp/ob-gnuplot.el: Fix broken links. --- lisp/ob-gnuplot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-gnuplot.el b/lisp/ob-gnuplot.el index d11c55f75..99f3dab7f 100644 --- a/lisp/ob-gnuplot.el +++ b/lisp/ob-gnuplot.el @@ -35,7 +35,7 @@ ;; - gnuplot :: http://www.gnuplot.info/ ;; -;; - gnuplot-mode :: http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html +;; - gnuplot-mode :: you can search the web for the latest active one. ;;; Code: (require 'ob)