Skip to content

Commit 532fc43

Browse files
committed
[#141] Updated URL for repo from github/sjl to github/clj-commons
1 parent c5fb262 commit 532fc43

File tree

12 files changed

+17
-16
lines changed

12 files changed

+17
-16
lines changed

ChangeLog.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

2-
## Changes Between 2.10.0 and 3.0.0 (unreleased)
2+
## Changes Between 2.10.0 and 2.11.0 (unreleased)
33

44
### Migration to clj-commons
55

66
Project was migrated to clj-commons org and new source is [clj-commons/metrics-clojure](https://github.com/clj-commons/metrics-clojure/)
7-
Added ORIGINATOR and CODEOWNERS files.
7+
- Added ORIGINATOR and CODEOWNERS files.
8+
- Renamed links to use new github url
89

910
### Dockerfile for documentation build
1011

README.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Usage
2424
Change Log
2525
-----------
2626

27-
[Right here](https://github.com/sjl/metrics-clojure/blob/master/ChangeLog.md)
27+
[Right here](https://github.com/clj-commons/metrics-clojure/blob/master/ChangeLog.md)
2828

2929

3030
More Information
3131
----------------
3232

3333
* Documentation: <http://metrics-clojure.rtfd.org/>
34-
* Source (Git): <http://github.com/sjl/metrics-clojure/>
35-
* Issues: <http://github.com/sjl/metrics-clojure/issues/>
34+
* Source (Git): <http://github.com/clj-commons/metrics-clojure/>
35+
* Issues: <http://github.com/clj-commons/metrics-clojure/issues/>
3636
* License: MIT/X11

docs/source/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To instantiate a registry, use `metrics.core/new-registry`::
5151
(mtr/new-registry)
5252

5353

54-
See `GH #19 <https://github.com/sjl/metrics-clojure/issues/19>`_ for
54+
See `GH #19 <https://github.com/clj-commons/metrics-clojure/issues/19>`_ for
5555
discussion.
5656

5757
defgauge Restricted to Functions Only

docs/source/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ documentation <http://metrics.dropwizard.io/>`_ and/or watch the `talk
1010
<https://vimeo.com/51320606>`_.
1111

1212
* Source (Mercurial): http://bitbucket.org/sjl/metrics-clojure/
13-
* Source (Git): http://github.com/sjl/metrics-clojure/
13+
* Source (Git): http://github.com/clj-commons/metrics-clojure/
1414
* Documentation: http://metrics-clojure.rtfd.org/
15-
* Issues: http://github.com/sjl/metrics-clojure/issues/
15+
* Issues: http://github.com/clj-commons/metrics-clojure/issues/
1616
* License: MIT/X11
1717

1818
Table of Contents

metrics-clojure-core/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject metrics-clojure "3.0.0-SNAPSHOT"
22
:description "A Clojure façade for Coda Hale's metrics library."
3-
:url "https://github.com/sjl/metrics-clojure"
3+
:url "https://github.com/clj-commons/metrics-clojure"
44
:license {:name "MIT"}
55
:dependencies [[org.clojure/clojure "1.8.0"]
66
[io.dropwizard.metrics/metrics-core "4.0.5"]

metrics-clojure-ganglia/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject metrics-clojure-ganglia "3.0.0-SNAPSHOT"
22
:description "Ganglia reporter integration for metrics-clojure"
3-
:url "https://github.com/sjl/metrics-clojure"
3+
:url "https://github.com/clj-commons/metrics-clojure"
44
:license {:name "MIT"}
55
:profiles {:dev {:global-vars {*warn-on-reflection* true}}}
66
:dependencies [[metrics-clojure "3.0.0-SNAPSHOT"]

metrics-clojure-graphite/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject metrics-clojure-graphite "3.0.0-SNAPSHOT"
22
:description "Graphite reporter integration for metrics-clojure"
3-
:url "https://github.com/sjl/metrics-clojure"
3+
:url "https://github.com/clj-commons/metrics-clojure"
44
:license {:name "MIT"}
55
:profiles {:dev {:global-vars {*warn-on-reflection* true}}}
66
:dependencies [[metrics-clojure "3.0.0-SNAPSHOT"]

metrics-clojure-health/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject metrics-clojure-health "3.0.0-SNAPSHOT"
22
:description "Gluing together metrics-clojure and healthchecks."
3-
:url "https://github.com/sjl/metrics-clojure"
3+
:url "https://github.com/clj-commons/metrics-clojure"
44
:license {:name "MIT"}
55
:profiles {:dev {:global-vars {*warn-on-reflection* true}}}
66
:dependencies [[metrics-clojure "3.0.0-SNAPSHOT"]

metrics-clojure-influxdb/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject metrics-clojure-influxdb "3.0.0-SNAPSHOT"
22
:description "InfluxDB reporter integration for metrics-clojure"
3-
:url "https://github.com/sjl/metrics-clojure"
3+
:url "https://github.com/clj-commons/metrics-clojure"
44
:license {:name "MIT"}
55
:profiles {:dev {:global-vars {*warn-on-reflection* true}}}
66
:dependencies [[metrics-clojure "3.0.0-SNAPSHOT"]

metrics-clojure-jvm/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject metrics-clojure-jvm "3.0.0-SNAPSHOT"
22
:description "Gluing together metrics-clojure and jvm instrumentation."
3-
:url "https://github.com/sjl/metrics-clojure"
3+
:url "https://github.com/clj-commons/metrics-clojure"
44
:license {:name "MIT"}
55
:profiles {:dev {:global-vars {*warn-on-reflection* true}}}
66
:dependencies [[metrics-clojure "3.0.0-SNAPSHOT"]

metrics-clojure-riemann/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject metrics-clojure-riemann "3.0.0-SNAPSHOT"
22
:description "Riemann reporter integration for metrics-clojure"
3-
:url "https://github.com/sjl/metrics-clojure"
3+
:url "https://github.com/clj-commons/metrics-clojure"
44
:license {:name "MIT"}
55
:profiles {:dev {:global-vars {*warn-on-reflection* true}}}
66
:dependencies [[metrics-clojure "3.0.0-SNAPSHOT"]

metrics-clojure-ring/project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject metrics-clojure-ring "3.0.0-SNAPSHOT"
22
:description "Various things gluing together metrics-clojure and ring."
3-
:url "https://github.com/sjl/metrics-clojure"
3+
:url "https://github.com/clj-commons/metrics-clojure"
44
:license {:name "MIT"}
55
:dependencies [[cheshire "5.10.0"]
66
[metrics-clojure "3.0.0-SNAPSHOT"]]

0 commit comments

Comments
 (0)