Skip to content

Commit 137b936

Browse files
authored
Merge pull request #255 from clojuredocs/try-clojure
Fix #249 by linking to repl.it instead
2 parents f7a2aa9 + 0871447 commit 137b936

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_layouts/article.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<a href='https://github.com/clojuredocs/guides'>Source on GitHub</a>
5858
</li>
5959
<li>
60-
<a href='http://tryclj.com'>Try Clojure</a>
60+
<a href='https://repl.it/languages/clojure'>Try Clojure</a>
6161
</li>
6262
</ul>
6363
</nav>

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<a href='https://github.com/clojuredocs/guides'>Source on GitHub</a>
5858
</li>
5959
<li>
60-
<a href='http://tryclj.com'>Try Clojure</a>
60+
<a href='https://repl.it/languages/clojure'>Try Clojure</a>
6161
</li>
6262
</ul>
6363
</nav>

articles/ecosystem/java_jdbc/home.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ and the username and password. For example,
7171
:password "secret"})
7272
```
7373

74-
See [**Database Support**][#database-support] below for a complete list of
74+
See [**Database Support**](#database-support) below for a complete list of
7575
databases and drivers supported by `java.jdbc` out of the box.
7676

7777
### A "Hello World" Query

0 commit comments

Comments
 (0)