diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 20:52:09 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 20:52:09 -0400 |
commit | b9f33dc4088a0fb82092d805b733cdc1f3b61b4b (patch) | |
tree | 26eac5bb5fcad09268a982241f52004f0110ef8a | |
parent | 701f970bfb48d2f7abb241b9f69127ff5b667c76 (diff) | |
download | snakemake-mode-b9f33dc4088a0fb82092d805b733cdc1f3b61b4b.tar.gz |
Update links for repo's new home
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | snakemake-mode.el | 2 | ||||
-rw-r--r-- | snakemake.el | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 <kyle@kyleam.com> -;; 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 <kyle@kyleam.com> -;; 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 |