From f8508c9a3b03ffe23f228897fc04218a03591920 Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 5 Feb 2025 19:21:37 +0100 Subject: [PATCH] Docs --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e30f716e..78e9746fc 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![CI](https://github.com/softwaremill/sttp/workflows/CI/badge.svg)](https://github.com/softwaremill/sttp/actions?query=workflow%3ACI+branch%3Amaster) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.sttp.client4/core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.softwaremill.sttp.client4/core_2.12) -# The Scala HTTP client that you always wanted! +# The Scala HTTP client you always wanted! > This is the development version of the upcoming sttp client 4. For the current stable version, see [sttp 3 on GitHub](https://github.com/softwaremill/sttp/tree/v3) and its [documentation](https://sttp.softwaremill.com/en/stable). diff --git a/docs/index.md b/docs/index.md index 4ccc2035d..76cf9753d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -72,7 +72,7 @@ sttp is a family of Scala HTTP-related projects, and currently includes: Third party projects: -* [sttp-oauth2](https://github.com/ocadotechnology/sttp-oauth2): OAuth2 client library for Scala +* [sttp-oauth2](https://github.com/polyvariant/sttp-oauth2): OAuth2 client library for Scala ## Try sttp client in your browser!