Skip to content

Commit

Permalink
migrate URL to fsprojects (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalamet authored Jan 5, 2025
1 parent f8364f0 commit 3161543
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/FSharp.MongoDB.Bson/FSharp.MongoDB.Bson.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<Authors>Max Hirschhorn;Pierre Chalamet</Authors>
<Description>Add F# support to MongoDB.Driver</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/pchalamet/FSharp.MongoDB</PackageProjectUrl>
<RepositoryUrl>https://github.com/pchalamet/FSharp.MongoDB</RepositoryUrl>
<PackageProjectUrl>https://github.com/fsprojects/FSharp.MongoDB</PackageProjectUrl>
<RepositoryUrl>https://github.com/fsprojects/FSharp.MongoDB</RepositoryUrl>
<PackageTags>f#;fsharp;mongodB;driver</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.MongoDB.Bson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3161543

Please sign in to comment.