Skip to content

Commit acf072b

Browse files
committed
Merge branch 'master' of https://github.com/fsprojects/FSharp.Control.AsyncSeq into fix-9
2 parents 4f2b302 + a785225 commit acf072b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
**FSharp.Control.AsyncSeq** is a collection of asynchronous programming utilities for F#.
99

10-
See [the home page](http://fsprojects.github.io/FSharp.Control.AsyncSeq/) for details. The home page can be [edited, forked or cloned](https://github.com/fsprojects/AsyncSeq/tree/gh-pages)
10+
See [the home page](http://fsprojects.github.io/FSharp.Control.AsyncSeq/) for details. The home page can be [edited, forked or cloned](https://github.com/fsprojects/FSharp.Control.AsyncSeq/tree/master/docs/content)
1111
Please contribute to this project. Don't ask for permission, just fork the repository and send pull requests.
1212

1313
Please also join the [F# Open Source Group](http://fsharp.github.com)

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let summary = "Asynchronous sequences for F#"
3939
let description = "Asynchronous sequences for F#"
4040

4141
// List of author names (for NuGet package)
42-
let authors = [ "Tomasz Petricek"; "David Thomas"; "Ryan Riley"; "Steffen Forkmann" ]
42+
let authors = [ "Tomas Petricek"; "David Thomas"; "Ryan Riley"; "Steffen Forkmann" ]
4343

4444
// Tags for your project (for NuGet package)
4545
let tags = "F#, async, fsharpx"

0 commit comments

Comments
 (0)