Skip to content

Commit 98d07e6

Browse files
Merge pull request #3 from fsprojects/transfer-updates
brianrourkeboll → fsprojects
2 parents d6cfd0f + 16bd4ff commit 98d07e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/github-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
--output ./out \
4141
--properties Configuration=Release TargetFramework=net8.0 \
4242
--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
4545
- name: Upload GitHub Pages artifact
4646
uses: actions/upload-pages-artifact@v3
4747
with:

FSharp.Collections.Builders/FSharp.Collections.Builders.fsproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<Authors>Brian Rourke Boll</Authors>
99
<Description>Computation expressions for conveniently and efficiently constructing common collections.</Description>
1010
<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>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<PackageTags>F#;fsharp;collections</PackageTags>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ open FSharp.Collections.Builders
2020

2121
## API documentation
2222

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)
2424
for the full set of supported collections and operations.
2525

2626
## Quick start

0 commit comments

Comments
 (0)