From 70ee93d6ae6ca61f6da3ca9d7c1b8c3af39cb512 Mon Sep 17 00:00:00 2001 From: Patrik Johnson Date: Tue, 31 Jan 2017 02:39:28 +0200 Subject: [PATCH] docs: Fix broken link (#1569) --- docs/change-log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/change-log.md b/docs/change-log.md index beec9e40..d0de73bc 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -41,7 +41,7 @@ If you are migrating, consider using the [mithril-codemods](https://www.npmjs.co ## `m.prop` removed -In `v1.x`, `m.prop()` is now a more powerful stream micro-library, but it's no longer part of core. You can read about how to use the optional Streams module in [the documentation](streams.md). +In `v1.x`, `m.prop()` is now a more powerful stream micro-library, but it's no longer part of core. You can read about how to use the optional Streams module in [the documentation](stream.md). ### `v0.2.x`