Skip to content

Commit

Permalink
Updated project.clj URL (fixes ring-clojure#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jun 15, 2012
1 parent cf19f9e commit e2ee67c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,6 +1,6 @@
(defproject ring "1.1.0"
:description "A Clojure web applications library."
:url "http://github.com/mmcgrana/ring"
:url "https://github.com/ring-clojure/ring"
:dependencies
[[ring/ring-core "1.1.0"]
[ring/ring-devel "1.1.0"]
Expand Down
2 changes: 1 addition & 1 deletion ring-core/project.clj
@@ -1,6 +1,6 @@
(defproject ring/ring-core "1.1.0"
:description "Ring core libraries."
:url "http://github.com/mmcgrana/ring"
:url "https://github.com/ring-clojure/ring"
:dependencies [[org.clojure/clojure "1.2.1"]
[commons-codec "1.6"]
[commons-io "2.1"]
Expand Down
2 changes: 1 addition & 1 deletion ring-devel/project.clj
@@ -1,6 +1,6 @@
(defproject ring/ring-devel "1.1.0"
:description "Ring development and debugging libraries."
:url "http://github.com/mmcgrana/ring"
:url "https://github.com/ring-clojure/ring"
:dependencies [[ring/ring-core "1.1.0"]
[hiccup "1.0.0"]
[clj-stacktrace "0.2.4"]
Expand Down
2 changes: 1 addition & 1 deletion ring-jetty-adapter/project.clj
@@ -1,6 +1,6 @@
(defproject ring/ring-jetty-adapter "1.1.0"
:description "Ring Jetty adapter."
:url "http://github.com/mmcgrana/ring"
:url "https://github.com/ring-clojure/ring"
:dependencies [[ring/ring-core "1.1.0"]
[ring/ring-servlet "1.1.0"]
[org.eclipse.jetty/jetty-server "7.6.1.v20120215"]]
Expand Down
2 changes: 1 addition & 1 deletion ring-servlet/project.clj
@@ -1,5 +1,5 @@
(defproject ring/ring-servlet "1.1.0"
:description "Ring servlet utilities."
:url "http://github.com/mmcgrana/ring"
:url "https://github.com/ring-clojure/ring"
:dependencies [[ring/ring-core "1.1.0"]
[javax.servlet/servlet-api "2.5"]])

0 comments on commit e2ee67c

Please sign in to comment.