Skip to content

Commit

Permalink
Merge pull request #3 from fsprojects/transfer-updates
Browse files Browse the repository at this point in the history
brianrourkeboll → fsprojects
  • Loading branch information
brianrourkeboll authored Jan 5, 2025
2 parents d6cfd0f + 16bd4ff commit 98d07e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
--output ./out \
--properties Configuration=Release TargetFramework=net8.0 \
--parameters \
fsdocs-license-link https://github.com/brianrourkeboll/FSharp.Collections.Builders/blob/main/LICENSE.md \
fsdocs-release-notes-link https://github.com/brianrourkeboll/FSharp.Collections.Builders/releases
fsdocs-license-link https://github.com/fsprojects/FSharp.Collections.Builders/blob/main/LICENSE.md \
fsdocs-release-notes-link https://github.com/fsprojects/FSharp.Collections.Builders/releases
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Authors>Brian Rourke Boll</Authors>
<Description>Computation expressions for conveniently and efficiently constructing common collections.</Description>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/brianrourkeboll/FSharp.Collections.Builders</RepositoryUrl>
<PackageProjectUrl>https://brianrourkeboll.github.io/FSharp.Collections.Builders/</PackageProjectUrl>
<RepositoryUrl>https://github.com/fsprojects/FSharp.Collections.Builders</RepositoryUrl>
<PackageProjectUrl>https://fsprojects.github.io/FSharp.Collections.Builders/</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>F#;fsharp;collections</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ open FSharp.Collections.Builders

## API documentation

See the [API documentation](https://brianrourkeboll.github.io/FSharp.Collections.Builders/reference/index.html)
See the [API documentation](https://fsprojects.github.io/FSharp.Collections.Builders/reference/index.html)
for the full set of supported collections and operations.

## Quick start
Expand Down

0 comments on commit 98d07e6

Please sign in to comment.