File tree 3 files changed +5
-5
lines changed
FSharp.Collections.Builders
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
--output ./out \
41
41
--properties Configuration=Release TargetFramework=net8.0 \
42
42
--parameters \
43
- fsdocs-license-link https://github.com/brianrourkeboll /FSharp.Collections.Builders/blob/main/LICENSE.md \
44
- fsdocs-release-notes-link https://github.com/brianrourkeboll /FSharp.Collections.Builders/releases
43
+ fsdocs-license-link https://github.com/fsprojects /FSharp.Collections.Builders/blob/main/LICENSE.md \
44
+ fsdocs-release-notes-link https://github.com/fsprojects /FSharp.Collections.Builders/releases
45
45
- name : Upload GitHub Pages artifact
46
46
uses : actions/upload-pages-artifact@v3
47
47
with :
Original file line number Diff line number Diff line change 8
8
<Authors >Brian Rourke Boll</Authors >
9
9
<Description >Computation expressions for conveniently and efficiently constructing common collections.</Description >
10
10
<RepositoryType >git</RepositoryType >
11
- <RepositoryUrl >https://github.com/brianrourkeboll /FSharp.Collections.Builders</RepositoryUrl >
12
- <PackageProjectUrl >https://brianrourkeboll .github.io/FSharp.Collections.Builders/</PackageProjectUrl >
11
+ <RepositoryUrl >https://github.com/fsprojects /FSharp.Collections.Builders</RepositoryUrl >
12
+ <PackageProjectUrl >https://fsprojects .github.io/FSharp.Collections.Builders/</PackageProjectUrl >
13
13
<PackageReadmeFile >README.md</PackageReadmeFile >
14
14
<PackageLicenseExpression >MIT</PackageLicenseExpression >
15
15
<PackageTags >F#;fsharp;collections</PackageTags >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ open FSharp.Collections.Builders
20
20
21
21
## API documentation
22
22
23
- See the [ API documentation] ( https://brianrourkeboll .github.io/FSharp.Collections.Builders/reference/index.html )
23
+ See the [ API documentation] ( https://fsprojects .github.io/FSharp.Collections.Builders/reference/index.html )
24
24
for the full set of supported collections and operations.
25
25
26
26
## Quick start
You can’t perform that action at this time.
0 commit comments