Update a few URL references

This commit is contained in:
Bozhidar Batsov 2022-07-15 19:46:57 +03:00 committed by Rudi Grinberg
parent 4be7bee6c1
commit b24f94243f
1 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
;; Copyright: (c) 2011, Jeremie Dimino <jeremie@dimino.org> ;; Copyright: (c) 2011, Jeremie Dimino <jeremie@dimino.org>
;; Author: Jeremie Dimino <jeremie@dimino.org> ;; Author: Jeremie Dimino <jeremie@dimino.org>
;; URL: https://github.com/diml/utop ;; URL: https://github.com/ocaml-community/utop
;; Licence: BSD3 ;; Licence: BSD3
;; Version: 1.11 ;; Version: 1.11
;; Package-Requires: ((emacs "24") (tuareg "2.2.0")) ;; Package-Requires: ((emacs "24") (tuareg "2.2.0"))
@ -13,7 +13,7 @@
;;; Commentary: ;;; Commentary:
;; See the README for more info; ;; See the README for more info;
;; https://github.com/diml/utop ;; https://github.com/ocaml-community/utop
;;; Code: ;;; Code:
@ -243,7 +243,7 @@ backend")
(defun utop--supports-company () (defun utop--supports-company ()
(and (and
;; version< only works on version numbers ;; version< only works on version numbers
(condition-case nil (condition-case nil
(version<= "1" utop-protocol-version) (version<= "1" utop-protocol-version)
(error t)) (error t))
@ -1133,7 +1133,7 @@ defaults to 0."
(error "`utop-setup-ocaml-buffer' is deprecated, you need to (error "`utop-setup-ocaml-buffer' is deprecated, you need to
replace it by `utop-minor-mode'. replace it by `utop-minor-mode'.
See https://github.com/diml/utop for configuration information.")) See https://github.com/ocaml-community/utop for configuration information."))
;;;###autoload ;;;###autoload
(define-minor-mode utop-minor-mode (define-minor-mode utop-minor-mode
@ -1199,7 +1199,7 @@ See https://github.com/diml/utop for configuration information."))
(defun utop () (defun utop ()
"A universal toplevel for OCaml. "A universal toplevel for OCaml.
url: https://forge.ocamlcore.org/projects/utop/ url: https://github.com/ocaml-community/utop
utop is a enhanced toplevel for OCaml with many features, utop is a enhanced toplevel for OCaml with many features,
including context sensitive completion. including context sensitive completion.