We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f2178 commit 488edb5Copy full SHA for 488edb5
src/rewrite_clj/paredit.cljc
@@ -1,7 +1,7 @@
1
(ns rewrite-clj.paredit
2
"Paredit zipper operations for Clojure/ClojureScript/EDN.
3
4
- You might find inspiration from examples here: http://pub.gajendra.net/src/paredit-refcard.pdf"
+ You might find inspiration from examples here: https://pub.gajendra.net/src/paredit-refcard.pdf"
5
(:require [clojure.string :as str]
6
[rewrite-clj.custom-zipper.core :as zraw]
7
[rewrite-clj.custom-zipper.utils :as u]
0 commit comments