Skip to content

Commit 80fe888

Browse files
committed
fix: Correct link to tracing guide in CometConf
1 parent 95c8c7d commit 80fe888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/scala/org/apache/comet/CometConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object CometConf extends ShimCometConf {
5252
"Guide (https://datafusion.apache.org/comet/user-guide/tuning.html)"
5353

5454
private val TRACING_GUIDE = "For more information, refer to the Comet Tracing " +
55-
"Guide (https://datafusion.apache.org/comet/user-guide/tracing.html)"
55+
"Guide (https://datafusion.apache.org/comet/contributor-guide/tracing.html)"
5656

5757
/** List of all configs that is used for generating documentation */
5858
val allConfs = new ListBuffer[ConfigEntry[_]]

0 commit comments

Comments
 (0)