Skip to content

Commit

Permalink
Add scala doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Feb 26, 2024
1 parent aef09c3 commit 538df56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ We offer commercial support for sttp and related technologies, as well as develo

## Copyright

Copyright (C) 2017-2023 SoftwareMill [https://softwaremill.com](https://softwaremill.com).
Copyright (C) 2017-2024 SoftwareMill [https://softwaremill.com](https://softwaremill.com).
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ println(response.header("Content-Length"))
println(response.body)
```

For more examples, see the [usage examples](examples.md) section. To start using sttp client in your project, see the [quickstart](quickstart.md). Or, browse the documentation to find the topics that interest you the most!
For more examples, see the [usage examples](examples.md) section. To start using sttp client in your project, see the [quickstart](quickstart.md). Or, browse the documentation to find the topics that interest you the most! ScalaDoc is available at [https://www.javadoc.io](https://www.javadoc.io/doc/com.softwaremill.sttp.client4/core_2.12/4.0.0-M9).

## Other sttp projects

Expand All @@ -56,7 +56,7 @@ Third party projects:

## Sponsors

Development and maintenance of sttp client is sponsored by [SoftwareMill](https://softwaremill.com), a software development and consulting company. We help clients scale their business through software. Our areas of expertise include backends, distributed systems, blockchain, machine learning and data analytics.
Development and maintenance of sttp client is sponsored by [SoftwareMill](https://softwaremill.com), a software development and consulting company. We help clients scale their business through software. Our areas of expertise include backends, distributed systems, machine learning, platform engineering and data analytics.

[![](https://files.softwaremill.com/logo/logo.png "SoftwareMill")](https://softwaremill.com)

Expand Down

0 comments on commit 538df56

Please sign in to comment.