Skip to content

Commit

Permalink
Update repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 20, 2024
1 parent 5d93c25 commit 288c708
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"0.3.5"
"Automatically rename paired HTML/XML tag")

(website-url "https://github.com/jcs-elpa/auto-rename-tag")
(website-url "https://github.com/emacs-vs/auto-rename-tag")
(keywords "convenience" "auto-complete" "html" "rename" "tag" "xml")

(package-file "auto-rename-tag.el")
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# auto-rename-tag
> Automatically rename paired HTML/XML tag.
[![CI](https://github.com/jcs-elpa/auto-rename-tag/actions/workflows/test.yml/badge.svg)](https://github.com/jcs-elpa/auto-rename-tag/actions/workflows/test.yml)
[![CI](https://github.com/emacs-vs/auto-rename-tag/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-vs/auto-rename-tag/actions/workflows/test.yml)

<p align="center">
<img src="./etc/auto-rename-tag-demo.gif" width="450" height="191"/>
Expand Down
4 changes: 2 additions & 2 deletions auto-rename-tag.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Created date 2018-12-01 23:56:15

;; Author: Shen, Jen-Chieh <jcs090218@gmail.com>
;; URL: https://github.com/jcs-elpa/auto-rename-tag
;; URL: https://github.com/emacs-vs/auto-rename-tag
;; Version: 0.3.5
;; Package-Requires: ((emacs "24.4"))
;; Keywords: convenience auto-complete html rename tag xml
Expand Down Expand Up @@ -37,7 +37,7 @@
"Automatically rename paired HTML/XML tag."
:prefix "auto-rename-tag-"
:group 'tool
:link '(url-link :tag "Repository" "https://github.com/jcs-elpa/auto-rename-tag"))
:link '(url-link :tag "Repository" "https://github.com/emacs-vs/auto-rename-tag"))

(defconst auto-rename-tag--tag-regexp "<[^>]*"
"Tag regular expression to find tag position.")
Expand Down

0 comments on commit 288c708

Please sign in to comment.