소스 검색

HADOOP-14053. Update the link to HTrace SpanReceivers. Contributed by Yiqun Lin.

Akira Ajisaka 8 년 전
부모
커밋
cb8f3f3adf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-common-project/hadoop-common/src/site/markdown/Tracing.md

+ 1 - 1
hadoop-common-project/hadoop-common/src/site/markdown/Tracing.md

@@ -31,7 +31,7 @@ Setting up tracing is quite simple, however it requires some very minor changes
 
 The tracing system works by collecting information in structs called 'Spans'.
 It is up to you to choose how you want to receive this information
-by using implementation of [SpanReceiver](http://htrace.incubator.apache.org/#Span_Receivers)
+by using implementation of [SpanReceiver](http://htrace.incubator.apache.org/developer_guide.html#SpanReceivers)
 interface bundled with HTrace or implementing it by yourself.
 
 [HTrace](http://htrace.incubator.apache.org/) provides options such as