Skip to content

Commit

Permalink
[hotfix] [docs] Fix a typo in index.md
Browse files Browse the repository at this point in the history
This closes apache#6193.
  • Loading branch information
MichealShin authored and tzulitai committed Jun 21, 2018
1 parent 8df73e2 commit ea569ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Apache Flink is an open source platform for distributed stream and batch data pr

## First Steps

- **Concepts**: Start with the basic concepts of Flink's [Dataflow Programming Model](concepts/programming-model.html) and [Distributed Runtime Environment](concepts/runtime.html). This will help you understand other parts of the documentation, including the setup and programming guides. We recommended you read these sections first.
- **Concepts**: Start with the basic concepts of Flink's [Dataflow Programming Model](concepts/programming-model.html) and [Distributed Runtime Environment](concepts/runtime.html). This will help you understand other parts of the documentation, including the setup and programming guides. We recommend you read these sections first.

- **Quickstarts**: [Run an example program](quickstart/setup_quickstart.html) on your local machine or [study some examples](examples/index.html).

Expand Down

0 comments on commit ea569ef

Please sign in to comment.