Skip to content

Commit a0c5bd1

Browse files
committed
fix links to clojure-docs
1 parent 6d61891 commit a0c5bd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ clojure.java.jdbc
33

44
A low-level Clojure wrapper for JDBC-based access to databases. This project is "Stable" (no longer "Active"). It has effectively been superseded by [seancorfield/next.jdbc](https://github.com/seancorfield/next-jdbc).
55

6-
For higher level DSLs and migration libraries that are compatible, see the [documentation](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html).
6+
For higher level DSLs and migration libraries that are compatible, see the [documentation](https://clojure-doc.org/articles/ecosystem/java_jdbc/home).
77

88
Formerly known as `clojure.contrib.sql`.
99

@@ -12,10 +12,10 @@ This library is mature and stable. It is widely used and its use is described in
1212
Documentation
1313
========================================
1414
* [API Reference](https://clojure.github.io/java.jdbc/) (Autogenerated)
15-
* [Overview](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html)
16-
* [Manipulating Data with SQL](http://clojure-doc.org/articles/ecosystem/java_jdbc/using_sql.html)
17-
* [How to Reuse Database Connections](http://clojure-doc.org/articles/ecosystem/java_jdbc/reusing_connections.html)
18-
* [Using DDL and Metadata](http://clojure-doc.org/articles/ecosystem/java_jdbc/using_ddl.html)
15+
* [Overview](https://clojure-doc.org/articles/ecosystem/java_jdbc/home)
16+
* [Manipulating Data with SQL](https://clojure-doc.org/articles/ecosystem/java_jdbc/using_sql)
17+
* [How to Reuse Database Connections](https://clojure-doc.org/articles/ecosystem/java_jdbc/reusing_connections)
18+
* [Using DDL and Metadata](https://clojure-doc.org/articles/ecosystem/java_jdbc/using_ddl)
1919

2020
Support
2121
========================================
@@ -106,7 +106,7 @@ Example Usage
106106
{:row-fn :cost})
107107
;; (24)
108108
```
109-
For more detail see the [API reference](https://clojure.github.io/java.jdbc/) or [documentation](http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html).
109+
For more detail see the [API reference](https://clojure.github.io/java.jdbc/) or [documentation](https://clojure-doc.org/articles/ecosystem/java_jdbc/home).
110110

111111
Developer Information
112112
========================================

0 commit comments

Comments
 (0)