From 316154375bffb1dc4d8486f380cd151802ff5035 Mon Sep 17 00:00:00 2001 From: Pierre Chalamet Date: Sun, 5 Jan 2025 21:36:32 +0100 Subject: [PATCH] migrate URL to fsprojects (#26) --- README.md | 6 +++--- src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj | 4 ++-- src/FSharp.MongoDB.Bson/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8b6463d..6ebb34d 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,10 @@ The contents of this library are made available under the [Apache License, Versi # Build Status -[![Build status](https://github.com/pchalamet/FSharp.MongoDB/actions/workflows/on-push-branch.yml/badge.svg?branch=main)](https://github.com/pchalamet/FSharp.MongoDB/actions/workflows/on-push-branch.yml) +[![Build status](https://github.com/fsprojects/FSharp.MongoDB/actions/workflows/on-push-branch.yml/badge.svg?branch=main)](https://github.com/fsprojects/FSharp.MongoDB/actions/workflows/on-push-branch.yml) [csharp_driver]: https://github.com/mongodb/mongo-csharp-driver - [issues]: https://github.com/pchalamet/FSharp.MongoDB/issues + [issues]: https://github.com/fsprojects/FSharp.MongoDB/issues [license]: LICENSE - [pull_requests]: https://github.com/pchalamet/FSharp.MongoDB/pulls + [pull_requests]: https://github.com/fsprojects/FSharp.MongoDB/pulls diff --git a/src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj b/src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj index 5480523..6850feb 100644 --- a/src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj +++ b/src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj @@ -36,8 +36,8 @@ Max Hirschhorn;Pierre Chalamet Add F# support to MongoDB.Driver Apache-2.0 - https://github.com/pchalamet/FSharp.MongoDB - https://github.com/pchalamet/FSharp.MongoDB + https://github.com/fsprojects/FSharp.MongoDB + https://github.com/fsprojects/FSharp.MongoDB f#;fsharp;mongodB;driver README.md diff --git a/src/FSharp.MongoDB.Bson/README.md b/src/FSharp.MongoDB.Bson/README.md index cba6767..74e4bcf 100644 --- a/src/FSharp.MongoDB.Bson/README.md +++ b/src/FSharp.MongoDB.Bson/README.md @@ -2,6 +2,6 @@ `FSharp.MongoDB` adds support for F# types to `MongoDB.Driver`. -See [Documentation](https://github.com/pchalamet/FSharp.MongoDB) for more information. +See [Documentation](https://github.com/fsprojects/FSharp.MongoDB) for more information. Licenced under Apache 2.0.