You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2018/12/06 10:35:20 UTC

[flink] branch release-1.7 updated: [hotfix][docs] Fix invalid link in schema_evolution doc

This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch release-1.7
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.7 by this push:
     new 1a40a08  [hotfix][docs] Fix invalid link in schema_evolution doc
1a40a08 is described below

commit 1a40a08cf44cf01b2bdb055421b18ed0f2ea8829
Author: KarmaGYZ <ka...@gmail.com>
AuthorDate: Sun Dec 2 21:27:27 2018 +0800

    [hotfix][docs] Fix invalid link in schema_evolution doc
---
 docs/dev/stream/state/schema_evolution.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/stream/state/schema_evolution.md b/docs/dev/stream/state/schema_evolution.md
index 2fb10a7..e4c2d4a 100644
--- a/docs/dev/stream/state/schema_evolution.md
+++ b/docs/dev/stream/state/schema_evolution.md
@@ -74,7 +74,7 @@ serialization schema than the previous serializer; if so, the previous serialize
 and written back to bytes again with the new serializer.
 
 Further details about the migration process is out of the scope of this documentation; please refer to
-[here]({{ site.baseurl }}/dev/stream/state/custom_serialization).
+[here]({{ site.baseurl }}/dev/stream/state/custom_serialization.html).
 
 ## Supported data types for schema evolution