We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c8c7d commit 80fe888Copy full SHA for 80fe888
common/src/main/scala/org/apache/comet/CometConf.scala
@@ -52,7 +52,7 @@ object CometConf extends ShimCometConf {
52
"Guide (https://datafusion.apache.org/comet/user-guide/tuning.html)"
53
54
private val TRACING_GUIDE = "For more information, refer to the Comet Tracing " +
55
- "Guide (https://datafusion.apache.org/comet/user-guide/tracing.html)"
+ "Guide (https://datafusion.apache.org/comet/contributor-guide/tracing.html)"
56
57
/** List of all configs that is used for generating documentation */
58
val allConfs = new ListBuffer[ConfigEntry[_]]
0 commit comments