Skip to content

Commit c81c452

Browse files
committed
fix doc links
1 parent 586a029 commit c81c452

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This includes additional brief samples on using most of the functions.
2222

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

25-
[FSharp.Control.AsyncSeq](library/fsharp-control-AsyncSeq.html) contains narrative and code samples explaining asynchronous sequences.
25+
[FSharp.Control.AsyncSeq](library/AsyncSeq.html) contains narrative and code samples explaining asynchronous sequences.
2626

2727
Contributing and copyright
2828
--------------------------

docs/tools/templates/template.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<li class="divider"></li>
4747
<li class="nav-header">Documentation</li>
4848
<li><a href="@Root/terminology.html">Terminology</a></li>
49-
<li><a href="@Root/library/fsharp-control-AsyncSeq.html">AsyncSeq</a></li>
49+
<li><a href="@Root/library/AsyncSeq.html">AsyncSeq</a></li>
5050
<li><a href="@Root/reference/index.html">API Reference</a></li>
5151
</ul>
5252
</div>

src/FSharp.Control.AsyncSeq/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharp.Control.AsyncSeq")>]
55
[<assembly: AssemblyProductAttribute("FSharp.Control.AsyncSeq")>]
66
[<assembly: AssemblyDescriptionAttribute("Asynchronous sequences for F#")>]
7-
[<assembly: AssemblyVersionAttribute("1.12.2")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.12.2")>]
7+
[<assembly: AssemblyVersionAttribute("1.13")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.13")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "1.12.2"
12+
let [<Literal>] Version = "1.13"

0 commit comments

Comments
 (0)