Skip to content

Commit 13a467e

Browse files
committed
migrate URL to fsprojects
1 parent f8364f0 commit 13a467e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ The contents of this library are made available under the [Apache License, Versi
9696

9797
# Build Status
9898

99-
[![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)
99+
[![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)
100100

101101

102102
[csharp_driver]: https://github.com/mongodb/mongo-csharp-driver
103-
[issues]: https://github.com/pchalamet/FSharp.MongoDB/issues
103+
[issues]: https://github.com/fsprojects/FSharp.MongoDB/issues
104104
[license]: LICENSE
105-
[pull_requests]: https://github.com/pchalamet/FSharp.MongoDB/pulls
105+
[pull_requests]: https://github.com/fsprojects/FSharp.MongoDB/pulls

src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<Authors>Max Hirschhorn;Pierre Chalamet</Authors>
3737
<Description>Add F# support to MongoDB.Driver</Description>
3838
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
39-
<PackageProjectUrl>https://github.com/pchalamet/FSharp.MongoDB</PackageProjectUrl>
40-
<RepositoryUrl>https://github.com/pchalamet/FSharp.MongoDB</RepositoryUrl>
39+
<PackageProjectUrl>https://github.com/fsprojects/FSharp.MongoDB</PackageProjectUrl>
40+
<RepositoryUrl>https://github.com/fsprojects/FSharp.MongoDB</RepositoryUrl>
4141
<PackageTags>f#;fsharp;mongodB;driver</PackageTags>
4242
<PackageReadmeFile>README.md</PackageReadmeFile>
4343
</PropertyGroup>

src/FSharp.MongoDB.Bson/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
`FSharp.MongoDB` adds support for F# types to `MongoDB.Driver`.
44

5-
See [Documentation](https://github.com/pchalamet/FSharp.MongoDB) for more information.
5+
See [Documentation](https://github.com/fsprojects/FSharp.MongoDB) for more information.
66

77
Licenced under Apache 2.0.

0 commit comments

Comments
 (0)