From bd38286330014129eff738a7dceb757dc8f57fdc Mon Sep 17 00:00:00 2001 From: Alexander Travov Date: Tue, 29 Nov 2016 17:12:33 +0300 Subject: [PATCH] Fix broken link in migration docs --- docs/v1.x-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v1.x-migration.md b/docs/v1.x-migration.md index 8a24e2d1..a4d78053 100644 --- a/docs/v1.x-migration.md +++ b/docs/v1.x-migration.md @@ -499,7 +499,7 @@ m("svg", ## Nested arrays in views -Arrays now represent [fragments](fragments.md), which are structurally significant in v1.x virtual DOM. Whereas nested arrays in v0.2.x would be flattened into one continuous list of virtual nodes for the purposes of diffing, v1.x preserves the array structure - the children of any given array are not considered siblings of those of adjacent arrays. +Arrays now represent [fragments](fragment.md), which are structurally significant in v1.x virtual DOM. Whereas nested arrays in v0.2.x would be flattened into one continuous list of virtual nodes for the purposes of diffing, v1.x preserves the array structure - the children of any given array are not considered siblings of those of adjacent arrays. ***