Skip to content

Commit

Permalink
[hotfix][docs] Fix broken redirect and liquid syntax problem
Browse files Browse the repository at this point in the history
  • Loading branch information
alpinegizmo authored and aljoscha committed Jan 30, 2017
1 parent d27b9fe commit c9191eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/redirects/state.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Working with State"
layout: redirect
redirect: /dev/state.html
redirect: /dev/stream/state.html
permalink: /apis/streaming/state.html
---
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/savepoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.

## Overview

Savepoints are externally stored checkpoints that you can use to stop-and-resume or update your Flink programs. They use Flink's [checkpointing mechanism]({{ site/baseurl }}/internals/stream_checkpointing.html) to create a snapshot of the state of your streaming program and write the checkpoint meta data out to an external file system.
Savepoints are externally stored checkpoints that you can use to stop-and-resume or update your Flink programs. They use Flink's [checkpointing mechanism]({{ site.baseurl }}/internals/stream_checkpointing.html) to create a snapshot of the state of your streaming program and write the checkpoint meta data out to an external file system.

This page covers all steps involved in triggering, restoring, and disposing savepoints. In order to allow upgrades between programs and Flink versions, it is important to check out the section about [assigning IDs to your operators](#assigning-operator-ids).

Expand Down

0 comments on commit c9191eb

Please sign in to comment.