浏览代码

Metrics URL fixed in the README

If you go on the previous URL, it says:

> This is not the Java library.

With a link to the actual Java library, hosted here: https://github.com/dropwizard/metrics
Baptiste Fontaine 10 年之前
父节点
当前提交
2966cdbf4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 go-metrics
 ==========
 
-Go port of Coda Hale's Metrics library: <https://github.com/codahale/metrics>.
+Go port of Coda Hale's Metrics library: <https://github.com/dropwizard/metrics>.
 
 Documentation: <http://godoc.org/github.com/rcrowley/go-metrics>.