Skip to content

Commit 105c0fd

Browse files
committed
fix: change repo org in URLs
1 parent 5c0108f commit 105c0fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![SDML Logo Text](https://raw.githubusercontent.com/sdm-lang/.github/main/profile/horizontal-text.svg)
44

55
This package provides an Emacs tree-sitter based major mode for SDML - the
6-
[Simple Domain Modeling Language](https://github.com/johnstonskj/tree-sitter-sdml).
6+
[Simple Domain Modeling Language](https://github.com/sdm-lang/tree-sitter-sdml).
77

88
[![MELPA](https://melpa.org/packages/sdml-mode-badge.svg)](https://melpa.org/#/sdml-mode)
99

@@ -42,7 +42,7 @@ Additionally you will need to manually install the parser at this time. Start by
4242
cloning the repository.
4343

4444
```bash
45-
git clone https://github.com/johnstonskj/tree-sitter-sdml.git
45+
git clone https://github.com/sdm-lang/tree-sitter-sdml.git
4646
```
4747

4848
Build just the parser dynamic library, but importantly you need to select a
@@ -119,7 +119,7 @@ will add the value of the Emacs variable `locale-language` as the language tag.
119119
* [emacs-sdml-ispell](https://github.com/sdm-lang/emacs-sdml-ispell) provides *selective* spell checking by only checking selected
120120
nodes in the tree.
121121
* [emacs-flycheck-sdml](https://github.com/sdm-lang/emacs-flycheck-sdml) provides on-the-fly linting for SDML buffers.
122-
* [emacs-ob-sdml](https://github.com/sdm-lang/emacs-ob-sdml) provides the ability to call the SDML [command-line tool](https://github.com/johnstonskj/rust-sdml) to
122+
* [emacs-ob-sdml](https://github.com/sdm-lang/emacs-ob-sdml) provides the ability to call the SDML [command-line tool](https://github.com/sdm-lang/rust-sdml) to
123123
produce diagrams and more.
124124

125125
## Contributing

0 commit comments

Comments
 (0)