From b9f33dc4088a0fb82092d805b733cdc1f3b61b4b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 13 Apr 2020 20:52:09 -0400 Subject: Update links for repo's new home --- README.md | 4 ++-- snakemake-mode.el | 2 +- snakemake.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43f102a..52cc3fd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ Both of these are available on MELPA under the [snakemake-mode package]. [Snakemake]: https://bitbucket.org/snakemake/snakemake/wiki/Home -[snakemake-mode.el]: https://github.com/kyleam/snakemake-mode/blob/master/snakemake-mode.el#L24 -[snakemake.el]: https://github.com/kyleam/snakemake-mode/blob/master/snakemake.el#L21 +[snakemake-mode.el]: https://git.kyleam.com/snakemake-mode/tree/snakemake-mode.el#n24 +[snakemake.el]: https://git.kyleam.com/snakemake-mode/tree/snakemake.el#n21 [snakemake-mode package]: https://melpa.org/#/snakemake-mode diff --git a/snakemake-mode.el b/snakemake-mode.el index 09e615a..779452e 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2014-2020 Kyle Meyer ;; Author: Kyle Meyer -;; URL: https://github.com/kyleam/snakemake-mode +;; URL: https://git.kyleam.com/snakemake-mode/about ;; Keywords: tools ;; Version: 1.7.0 ;; Package-Requires: ((emacs "24.5") (cl-lib "0.5") (magit-popup "2.4.0")) diff --git a/snakemake.el b/snakemake.el index 9f5a8d2..bb3606d 100644 --- a/snakemake.el +++ b/snakemake.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2016-2020 Kyle Meyer ;; Author: Kyle Meyer -;; URL: https://github.com/kyleam/snakemake-mode +;; URL: https://git.kyleam.com/snakemake-mode/about ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -- cgit v1.2.3