Skip to content

Commit 6a18844

Browse files
committed
Fix broken doc links
1 parent cc5d9c2 commit 6a18844

8 files changed

Lines changed: 18 additions & 18 deletions

docs/site/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ If you've added environment variables in your OS, such as in your `~/.bashrc` fi
131131

132132
### Viewing the Communication Between nREPL and Calva
133133

134-
It may be helpful to view the messages sent between nREPL and Calva when troubleshooting an issue related to the REPL. See how to do that [here](../nrepl_and_cider-nrepl/#viewing-the-communication-between-calva-and-nrepl).
134+
It may be helpful to view the messages sent between nREPL and Calva when troubleshooting an issue related to the REPL. See how to do that [here](nrepl_and_cider-nrepl.md#viewing-the-communication-between-calva-and-nrepl).

docs/site/customizing-jack-in-and-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ When searching for project roots in your workspace, Calva will glob for all file
157157

158158
### Viewing the Communication Between nREPL and Calva
159159

160-
It may be helpful to view the messages sent between nREPL and Calva when troubleshooting an issue related to the REPL. See how to do that [here](../nrepl_and_cider-nrepl/#viewing-the-communication-between-calva-and-nrepl).
160+
It may be helpful to view the messages sent between nREPL and Calva when troubleshooting an issue related to the REPL. See how to do that [here](nrepl_and_cider-nrepl.md#viewing-the-communication-between-calva-and-nrepl).
161161

162162
## Etcetera
163163

docs/site/formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Unlike with the ”real” Calva Formatter, which never breaks up lines, this on
7272

7373
#### Provide zprint config via keyboard shortcuts (or Joyride)
7474

75-
The default options for the command are to not sort maps and to not insert commas between map entries. However, the command takes a map as an argument, expecting this map to be a [zprint configuration]((https://github.com/kkinnear/zprint/blob/main/doc/reference.md)) map. You can provide the argument map via keyboard shortcuts. In VS Code settings, you use JSON, but it will be converted to EDN before handed to zprint.
75+
The default options for the command are to not sort maps and to not insert commas between map entries. However, the command takes a map as an argument, expecting this map to be a [zprint configuration](https://github.com/kkinnear/zprint/blob/main/doc/reference.md) map. You can provide the argument map via keyboard shortcuts. In VS Code settings, you use JSON, but it will be converted to EDN before handed to zprint.
7676

7777
Say you want to have maps sorted by their keys, and generally use community standard formating + justify maps and bindings. This keyboard shortcut does that.
7878

docs/site/get-started-with-clojure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The instructions will be in the form of Clojure comments, and you will be runnin
7272

7373
The command to run is: **Calva: Create a Getting Started REPL project**.
7474

75-
![VS Code Command Palette, Calva Getting Started](/images/getting-started-with-clojure/vscode-command-palette-calva-getting-started.png)
75+
![VS Code Command Palette, Calva Getting Started](images/getting-started-with-clojure/vscode-command-palette-calva-getting-started.png)
7676

7777
That's it. Do it now. This page has some more information to make the start of your Clojure adventure fun and smooth. It ain't going anywhere, though. 😀 Come back to it.
7878

docs/site/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The demo tells you about the command (and some about the Clojure Beginner's mate
3535

3636
If you are new to Calva, a good place to start is using the command **Calva: Create a ”Getting Started” REPL**. (You can open the command palette using the VS Code top menu by going to `View -> Command Palette...` or by running the associated keyboard shortcut for your OS.) Demo:
3737

38-
![Command Palette Getting Started REPL](/images/getting-started-with-clojure/vscode-command-palette-calva-getting-started.png "Create a ”Getting Started” REPL")
38+
![Command Palette Getting Started REPL](images/getting-started-with-clojure/vscode-command-palette-calva-getting-started.png "Create a ”Getting Started” REPL")
3939

4040
See the [Getting Started with Clojure](get-started-with-clojure.md) guide for a bit more about this feature.
4141

docs/site/merch.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are four design, all featuring the Calva symbol (the Calva glass), which a
4343

4444
#### Symbol + Logo
4545

46-
![Calva T-shirt Symbol + Logo](/images/merch/t-shirt-calva-symbol-and-logo.png)
46+
![Calva T-shirt Symbol + Logo](images/merch/t-shirt-calva-symbol-and-logo.png)
4747

4848
Available at:
4949

@@ -61,7 +61,7 @@ Available at:
6161

6262
The Calva symbol and Logo front, Rich Comments back.
6363

64-
![Calva T-shirt We do it with Rich Comments Back](/images/merch/calva-t-shirt-symbol+logo+rich-comments.png)
64+
![Calva T-shirt We do it with Rich Comments Back](images/merch/calva-t-shirt-symbol+logo+rich-comments.png)
6565

6666
Available at:
6767

@@ -77,7 +77,7 @@ Available at:
7777

7878
#### Symbol Only
7979

80-
![Calva T-shirt Symbol](/images/merch/t-shirt-calva-symbol.png)
80+
![Calva T-shirt Symbol](images/merch/t-shirt-calva-symbol.png)
8181

8282
Available at:
8383

@@ -95,7 +95,7 @@ Available at:
9595

9696
The Calva symbol front, Rich Comments Back.
9797

98-
![Calva T-shirt We do it with Rich Comments Back](/images/merch/calva-t-shirt-symbol+rich-comments.png)
98+
![Calva T-shirt We do it with Rich Comments Back](images/merch/calva-t-shirt-symbol+rich-comments.png)
9999

100100
Available at:
101101

docs/site/shadow-cljs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Use the command **Calva: Select Shadow CLJS Runtime** to see all runtimes that a
5555

5656
The **Calva: Select Shadow CLJS Runtime** menu will also let you select which runtime the `cljs` repl is connected to.
5757

58-
![shadow-cljs-runtimes-menu](/images/shadow-cljs/runtimes-menu.png)
58+
![shadow-cljs-runtimes-menu](images/shadow-cljs/runtimes-menu.png)
5959

6060
## Automatic tracking of current runtime
6161

docs/site/why-calva.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We who make Calva are actively [stewarding, maintaining, documenting and support
1313

1414
Calva has very happy users! Check out the Programming Languages section on the Visual Studio Code Marketplace, [sorted by rating](https://marketplace.visualstudio.com/search?target=VSCode&category=Programming%20Languages&sortBy=Rating):
1515

16-
![VS Code Extensions by Rating](/images/vscode-extension-by-rating.png)
16+
![VS Code Extensions by Rating](images/vscode-extension-by-rating.png)
1717

1818
Recently there was a [thread over at ClojureVerse](https://clojureverse.org/t/gnu-emacs-cider-vs-vs-code-calva/7829/26), asking about how Calva Compares to Emacs with [CIDER](https://cider.mx). It is well worth reading. We would like to highlight [the answer by Nick Cernis](https://clojureverse.org/t/gnu-emacs-cider-vs-vs-code-calva/7829/26), which focuses on Calva. We'll even quote parts of it. 😍
1919

@@ -30,14 +30,14 @@ Recently there was a [thread over at ClojureVerse](https://clojureverse.org/t/gn
3030
>
3131
>
3232
>
33-
> I started with the jaded assumption that VS Code was probably bad because it's built by committee at Microsoft on a web-tech based Electron stack, only to find that it succeeds in embodying the spirit of a “hacker's editor” more than even Emacs does in many ways:
33+
> I started with the jaded assumption that VS Code was probably bad because it's built by committee at Microsoft on a web-tech based Electron stack, only to find that it succeeds in embodying the spirit of a “hacker's editor” more than even Emacs does in many ways:
3434
>
3535
>
3636
>
3737
> **On the benefits of Calva:**
38-
>
38+
>
3939
> - **Of all the amazing Clojure community projects, Calva seems most likely to encourage new users to try Clojure and ClojureScript**. A lot of developers use VS Code. It’s been tricky to convince frontend developer friends to try ClojureScript, but at least they don’t have the excuse that they’ll need to switch editors to even try it now. I think as a community we should try to support the projects that encourage Clojure’s adoption and ease of use, including by using those products ourselves.
40-
>
40+
>
4141
> - **Calva provides a better first-time experience than any other editor/plugin combo whether you’re new to Clojure or not.** You can install the plugin and be chatting with your REPL in under a minute without any knowledge of Elisp or VimScript/Lua or how to configure Run Configurations in IntelliJ.
4242
> - **The default key bindings are good and the commands are easily discoverable.**
4343
> - **For its age it’s surprisingly feature rich.**
@@ -55,7 +55,7 @@ We are super proud of the [Calva reviews on the Visual Studio Code Marketplace](
5555
---
5656

5757
> ★️️️️️★️️️️️★️️️️️★️️️️️★️️️️️ **Calva hits the sweet spot of being both approachable for new users and powerful for seasoned ones.**
58-
>
58+
>
5959
> The creators/maintainers are fantastic individuals that care deeply about streamlining the user experience, and it shows.
6060
>
6161
> Good stuff, check it out.
@@ -65,7 +65,7 @@ We are super proud of the [Calva reviews on the Visual Studio Code Marketplace](
6565
---
6666

6767
> ★️️️️️★️️️️️★️️️️️★️️️️️★️️️️️ **I switched from IntelliJ / Cursive to VS Code and Calva and it's been amazing.**
68-
>
68+
>
6969
> ...
7070
>
7171
> That is the biggest thing I can say for Calva, it just works. I was never a fan of VS Code before, but VS Code + Calva for Clojure is now my favorite language / IDE experience.
@@ -83,7 +83,7 @@ We are super proud of the [Calva reviews on the Visual Studio Code Marketplace](
8383
> It already has great REPL support (including inline evaluation), an extensive Paredit implementation, and excellent linting (care of the bundled clj-kondo). Calva is being improved on at an impressive clip by maintainers who appear solidly committed to its ongoing development. It's well-documented, and manages to be both approachable and capable.
8484
>
8585
> A no-brainer if you're already a VS Code user, and well worth a look if you're not.
86-
>
86+
>
8787
> _Crispin Bennett_
8888
8989
---
@@ -93,6 +93,6 @@ We are super proud of the [Calva reviews on the Visual Studio Code Marketplace](
9393
> I joined the Slack channel about 2 wks ago and I must say that I'm very impressed by how active and responsive this community is. Already 2 of my issues fixed and I really like Calva (and the extensions it uses!).
9494
>
9595
> These are professional people and they make me very happy!
96-
>
96+
>
9797
> _Uitbeijerse, E (Eric)_
9898

0 commit comments

Comments
 (0)