Skip to content

Commit

Permalink
[FLINK-17442][docs] Make example URL Flink version dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Jun 11, 2020
1 parent b8332b5 commit bef5500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ops/external_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ We provide a first-party plugin for GPU resources. The plugin leverages a discov
be accessed from the resource *information* via the property "index". We provide a default discovery script that can be used to discover
NVIDIA GPUs. You can also provide your custom script.

We provide [an example](https://github.com/apache/flink/blob/master/flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/gpu/MatrixVectorMul.java)
We provide [an example](https://github.com/apache/flink/blob/{{ site.github_branch }}/flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/gpu/MatrixVectorMul.java)
which shows how to use the GPUs to do matrix-vector multiplication in Flink.

<div class="alert alert-info">
Expand Down

0 comments on commit bef5500

Please sign in to comment.