소스 검색

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>.