From 1c676d0a2c5c432818e49859c8809c4ef06d739a Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 26 Oct 2016 12:56:04 -0400 Subject: [PATCH] fix anchors --- docs/prop.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/prop.md b/docs/prop.md index 7c8952a9..6f54db5f 100644 --- a/docs/prop.md +++ b/docs/prop.md @@ -6,15 +6,15 @@ - [prop.reject](#propreject) - [prop.merge](#propmerge) - [prop.HALT](#prophalt) - - [prop["fantasy-land/of"]](#propfantasylandof) + - [prop["fantasy-land/of"]](#propfantasy-landof) - [Instance members](#static-members) - [stream.run](#streamrun) - [stream.end](#streamend) - [stream.error](#streamerror) - [stream.catch](#streamcatch) - - [stream["fantasy-land/of"]](#streamfantasylandof) - - [stream["fantasy-land/map"]](#streamfantasylandmap) - - [stream["fantasy-land/ap"]](#streamfantasylandap) + - [stream["fantasy-land/of"]](#streamfantasy-landof) + - [stream["fantasy-land/map"]](#streamfantasy-landmap) + - [stream["fantasy-land/ap"]](#streamfantasy-landap) - [Basic usage](#basic-usage) - [Streams as variables](#streams-as-variables) - [Bidirectional bindings](#bidirectional-bindings)