Skip to content

Commit 9b768e9

Browse files
committed
Change .md -> .html in interpreter.md
1 parent 785dcbb commit 9b768e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/interpreters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Every Interpreter is belonged to an **Interpreter Group**. Interpreter Group is
4848
By default, every interpreter is belonged to a single group, but the group might contain more interpreters. For example, spark interpreter group is including Spark support, pySpark,
4949
SparkSQL and the dependency loader.
5050

51-
Technically, Zeppelin interpreters from the same group are running in the same JVM. For more information about this, please checkout [here](../development/writingzeppelininterpreter.md).
51+
Technically, Zeppelin interpreters from the same group are running in the same JVM. For more information about this, please checkout [here](../development/writingzeppelininterpreter.html).
5252

5353
Each interpreters is belonged to a single group and registered together. All of their properties are listed in the interpreter setting like below image.
5454
<img src="/assets/themes/zeppelin/img/screenshots/interpreter_setting_spark.png">

0 commit comments

Comments
 (0)