Skip to content

Commit 33f267a

Browse files
committed
Update the link to the Clojure style guide
1 parent 0404cfb commit 33f267a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To see a list of available configuration options do `M-x customize-group RET clo
7474
### Indentation options
7575

7676
The default indentation rules in `clojure-mode` are derived from the
77-
[community Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide).
77+
[community Clojure Style Guide](https://guide.clojure.style).
7878
Please, refer to the guide for the general Clojure indentation rules.
7979

8080
#### Indentation of docstrings
@@ -401,13 +401,13 @@ form. If called with a prefix argument slurp the previous n forms.
401401

402402
### Rename ns alias
403403

404-
`clojure-rename-ns-alias`: Rename an alias inside a namespace declaration,
404+
`clojure-rename-ns-alias`: Rename an alias inside a namespace declaration,
405405
and all of its usages in the buffer
406406

407407
<img width="512" src="/doc/clojure-rename-ns-alias.gif">
408408

409-
If there is an active selected region, only rename usages of aliases within the region,
410-
without affecting the namespace declaration.
409+
If there is an active selected region, only rename usages of aliases within the region,
410+
without affecting the namespace declaration.
411411

412412
<img width="512" src="/doc/clojure-rename-ns-alias-region.gif">
413413

0 commit comments

Comments
 (0)