Skip to content

Commit e178e7f

Browse files
committed
Fix some broken links
1 parent 746e4ca commit e178e7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/configuration/eldoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
(add-hook 'cider-mode-hook #'eldoc-mode)
99
```
1010

11-
![Eldoc](images/eldoc.png)
11+
![Eldoc](../images/eldoc.png)
1212

1313
* CIDER also would show the eldoc for the symbol at point. So in `(map inc ...)`
1414
when the cursor is over `inc` its eldoc would be displayed. You can turn off this

doc/configuration/syntax_highlighting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ and variables from any namespace, do:
1313

1414
Here's how code looks without dynamic syntax highlighting.
1515

16-
![Dynamic Font-lock Off](images/dynamic_font_lock_off.png)
16+
![Dynamic Font-lock Off](../images/dynamic_font_lock_off.png)
1717

1818
And here's how to the code looks when it's turned on.
1919

20-
![Dynamic Font-lock On](images/dynamic_font_lock_on.png)
20+
![Dynamic Font-lock On](../images/dynamic_font_lock_on.png)
2121

2222
## Syntax highlighting for reader conditionals
2323

2424
By default CIDER will apply font-locking to unused reader conditional
2525
expressions depending on the buffer CIDER connection type.
2626

27-
![Reader Conditionals](images/reader_conditionals.png)
27+
![Reader Conditionals](../images/reader_conditionals.png)
2828

2929
You can disable this behavior by adjusting `cider-font-lock-reader-conditionals`:
3030

0 commit comments

Comments
 (0)