Skip to content

Commit 4674e43

Browse files
authored
Merge pull request #138 from noklesta/master
Fix a couple of broken links in documentation
2 parents 0e6078f + 5fd6ac6 commit 4674e43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ An `AsyncSeq<'a>` can be generated using computation expression syntax much like
1818
Learning
1919
--------------------------
2020

21-
[AsyncSeq](library/AsyncSeq.html) contains narrative and code samples explaining asynchronous sequences.
21+
[AsyncSeq](AsyncSeq.html) contains narrative and code samples explaining asynchronous sequences.
2222

23-
[AsyncSeq Examples](library/AsyncSeqExamples.html) contains examples.
23+
[AsyncSeq Examples](AsyncSeqExamples.html) contains examples.
2424

2525
[Terminology](terminology.html) a reference for some of the terminology around F# async.
2626

0 commit comments

Comments
 (0)