mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix reference link in interpreter.java
This commit is contained in:
parent
b16211dc4b
commit
3b4faec18b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ import org.slf4j.LoggerFactory;
|
|||
* If you want to implement new Zeppelin interpreter, extend this class
|
||||
*
|
||||
* Please see,
|
||||
* http://zeppelin.incubator.apache.org/docs/development/writingzeppelininterpreter.html
|
||||
* https://zeppelin.incubator.apache.org/docs/latest/development/writingzeppelininterpreter.html
|
||||
*
|
||||
* open(), close(), interpreter() is three the most important method you need to implement.
|
||||
* cancel(), getProgress(), completion() is good to have
|
||||
|
|
|
|||
Loading…
Reference in a new issue