diff --git a/docs/interpreter/flink.md b/docs/interpreter/flink.md
index 559c6eeff0..6af339b2c5 100644
--- a/docs/interpreter/flink.md
+++ b/docs/interpreter/flink.md
@@ -11,10 +11,10 @@ group: manual
[Apache Flink](https://flink.apache.org) is an open source platform for distributed stream and batch data processing. Flinkās core is a streaming dataflow engine that provides data distribution, communication, and fault tolerance for distributed computations over data streams. Flink also builds batch processing on top of the streaming engine, overlaying native iteration support, managed memory, and program optimization.
-## 1. How to start local Flink cluster, to test the interpreter
+## How to start local Flink cluster, to test the interpreter
Zeppelin comes with pre-configured flink-local interpreter, which starts Flink in a local mode on your machine, so you do not need to install anything.
-## 2. How to configure interpreter to point to Flink cluster
+## How to configure interpreter to point to Flink cluster
At the "Interpreters" menu, you have to create a new Flink interpreter and provide next properties: