From 16bd4ffda272af50e9526a279ca302f8fdff1f41 Mon Sep 17 00:00:00 2001 From: Brian Rourke Boll Date: Sun, 5 Jan 2025 13:19:58 -0500 Subject: [PATCH] =?UTF-8?q?brianrourkeboll=20=E2=86=92=20fsprojects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-pages.yml | 4 ++-- .../FSharp.Collections.Builders.fsproj | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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