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
-[](https://github.com/pchalamet/FSharp.MongoDB/actions/workflows/on-push-branch.yml)
+[](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.