From 03ec57a341506f211b946d9de00d4ec9e9196bee Mon Sep 17 00:00:00 2001 From: SchlenkR Date: Wed, 2 Oct 2024 09:03:13 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52094c2a..c9036223 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# FsHttp [![Build & Tests](https://github.com/fsprojects/FsHttp/actions/workflows/build-and-test.yml/badge.svg?branch=master)](https://github.com/fsprojects/FsHttp/actions/workflows/build-and-test.yml) [![NuGet Badge](https://buildstats.info/nuget/FsHttp)](https://www.nuget.org/packages/FsHttp) +# FsHttp [![Build & Tests](https://github.com/schlenkr/FsHttp/actions/workflows/build-and-test.yml/badge.svg?branch=master)](https://github.com/schlenkr/FsHttp/actions/workflows/build-and-test.yml) [![NuGet Badge](https://buildstats.info/nuget/FsHttp)](https://www.nuget.org/packages/FsHttp) -logo +logo FsHttp ("Full Stack HTTP") is a "hackable HTTP client" that offers a legible style for the basics while still affording full access to the underlying HTTP representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**. @@ -11,8 +11,8 @@ FsHttp ("Full Stack HTTP") is a "hackable HTTP client" that offers a legible sty ## Documentation -* ๐Ÿ“– Please see [FsHttp Documentation](https://fsprojects.github.io/FsHttp) site for detailed documentation. -* ๐Ÿงช In addition, have a look at the [Integration Tests](https://github.com/fsprojects/FsHttp/tree/master/src/Tests) that show various library details. +* ๐Ÿ“– Please see [FsHttp Documentation](https://schlenkr.github.io/FsHttp) site for detailed documentation. +* ๐Ÿงช In addition, have a look at the [Integration Tests](https://github.com/schlenkr/FsHttp/tree/master/src/Tests) that show various library details. ### F# syntax example @@ -57,7 +57,7 @@ await Http ### Release Notes / Migrating to new versions * See https://www.nuget.org/packages/FsHttp#release-body-tab -* For different upgrade paths, please read the [Migrations docs section](https://fsprojects.github.io/FsHttp/Release_Notes.html). +* For different upgrade paths, please read the [Migrations docs section](https://schlenkr.github.io/FsHttp/Release_Notes.html). ## Building