diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml
index 68b6e0f..5154968 100644
--- a/.github/workflows/github-pages.yml
+++ b/.github/workflows/github-pages.yml
@@ -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:
diff --git a/FSharp.Collections.Builders/FSharp.Collections.Builders.fsproj b/FSharp.Collections.Builders/FSharp.Collections.Builders.fsproj
index f366188..c223f73 100644
--- a/FSharp.Collections.Builders/FSharp.Collections.Builders.fsproj
+++ b/FSharp.Collections.Builders/FSharp.Collections.Builders.fsproj
@@ -8,8 +8,8 @@
Brian Rourke Boll
Computation expressions for conveniently and efficiently constructing common collections.
git
- https://github.com/brianrourkeboll/FSharp.Collections.Builders
- https://brianrourkeboll.github.io/FSharp.Collections.Builders/
+ https://github.com/fsprojects/FSharp.Collections.Builders
+ https://fsprojects.github.io/FSharp.Collections.Builders/
README.md
MIT
F#;fsharp;collections
diff --git a/README.md b/README.md
index 1a9c627..4742176 100644
--- a/README.md
+++ b/README.md
@@ -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