emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/treesit-fold 28409a0cee 232/417: docs: Update repo link (#


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold 28409a0cee 232/417: docs: Update repo link (#32)
Date: Mon, 1 Jul 2024 10:02:29 -0400 (EDT)

branch: elpa/treesit-fold
commit 28409a0ceede0751ed9d520c6a19d1f5f1211502
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>

    docs: Update repo link (#32)
---
 Eask       | 2 +-
 README.md  | 8 ++++----
 ts-fold.el | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Eask b/Eask
index e1e2777ca7..2e24d4fbac 100644
--- a/Eask
+++ b/Eask
@@ -2,7 +2,7 @@
          "0.1.0"
          "Code folding using tree-sitter")
 
-(website-url "https://github.com/jcs-elpa/ts-fold";)
+(website-url "https://github.com/emacs-tree-sitter/ts-fold";)
 (keywords "convenience" "folding" "tree-sitter")
 
 (package-file "ts-fold.el")
diff --git a/README.md b/README.md
index a07cdf35bd..4cc83c6b11 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 # ts-fold
 > Code-folding using tree-sitter
 
-[![CI](https://github.com/jcs-elpa/ts-fold/actions/workflows/test.yml/badge.svg)](https://github.com/jcs-elpa/ts-fold/actions/workflows/test.yml)
+[![CI](https://github.com/emacs-tree-sitter/ts-fold/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-tree-sitter/ts-fold/actions/workflows/test.yml)
 
 `ts-fold` builds on top of 
[elisp-tree-sitter](https://github.com/emacs-tree-sitter/elisp-tree-sitter)
 to provide code folding based on the tree-sitter syntax tree.
@@ -43,13 +43,13 @@ to provide code folding based on the tree-sitter syntax 
tree.
 
 ```elisp
 (use-package ts-fold
-  :straight (ts-fold :type git :host github :repo "jcs-elpa/ts-fold"))
+  :straight (ts-fold :type git :host github :repo "emacs-tree-sitter/ts-fold"))
 ```
 
 ### 🔍 Method 2. Manual
 
 ```sh
-git clone https://github.com/jcs-elpa/ts-fold /path/to/lib
+git clone https://github.com/emacs-tree-sitter/ts-fold /path/to/lib
 ```
 
 then in Emacs:
@@ -113,7 +113,7 @@ You need to load `ts-fold-indicators-mode`:
 - `use-package`
    ```elisp
    (use-package ts-fold-indicators
-   :straight (ts-fold-indicators :type git :host github :repo 
"jcs-elpa/ts-fold"))
+   :straight (ts-fold-indicators :type git :host github :repo 
"emacs-tree-sitter/ts-fold"))
    ```
 
 -
diff --git a/ts-fold.el b/ts-fold.el
index e1655dc615..427a2231fb 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -7,7 +7,7 @@
 
 ;; Author: Junyi Hou <junyi.yi.hou@gmail.com>
 ;;         Shen, Jen-Chieh <jcs090218@gmail.com>
-;; URL: https://github.com/jcs-elpa/ts-fold
+;; URL: https://github.com/emacs-tree-sitter/ts-fold
 ;; Version: 0.1.0
 ;; Package-Requires: ((emacs "26.1") (tree-sitter "0.15.1") (s "1.9.0") 
(fringe-helper "1.0.1"))
 ;; Keywords: convenience folding tree-sitter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]