diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dddd57..68f3fbac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,35 +4,35 @@ Release changes: -* Update sbt plugins ([#218](https://github.com/47deg/fetch/pull/218)) -* Update to Scala 2.13, SBT 1.3 and bump some libraries (Issue #216) ([#219](https://github.com/47deg/fetch/pull/219)) -* Update sbt to 1.3.2 ([#223](https://github.com/47deg/fetch/pull/223)) -* Update sbt-org-policies to 0.12.0-M3 ([#220](https://github.com/47deg/fetch/pull/220)) -* Update sbt-scalajs, scalajs-compiler to 0.6.29 ([#222](https://github.com/47deg/fetch/pull/222)) -* Update sbt-scalajs-crossproject to 0.6.1 ([#221](https://github.com/47deg/fetch/pull/221)) -* Update sbt-microsites to 0.9.6 ([#224](https://github.com/47deg/fetch/pull/224)) -* Update sbt-microsites to 0.9.7 ([#225](https://github.com/47deg/fetch/pull/225)) -* Update sbt to 1.3.3 ([#226](https://github.com/47deg/fetch/pull/226)) -* Stack safety of combineRequests ([#227](https://github.com/47deg/fetch/pull/227)) -* Update Scala versions ([#229](https://github.com/47deg/fetch/pull/229)) -* 1.2.1 release ([#228](https://github.com/47deg/fetch/pull/228)) -* Update Travis config ([#230](https://github.com/47deg/fetch/pull/230)) -* Update .travis.yml ([#231](https://github.com/47deg/fetch/pull/231)) +* Update sbt plugins ([#218](https://github.com/47degrees/fetch/pull/218)) +* Update to Scala 2.13, SBT 1.3 and bump some libraries (Issue #216) ([#219](https://github.com/47degrees/fetch/pull/219)) +* Update sbt to 1.3.2 ([#223](https://github.com/47degrees/fetch/pull/223)) +* Update sbt-org-policies to 0.12.0-M3 ([#220](https://github.com/47degrees/fetch/pull/220)) +* Update sbt-scalajs, scalajs-compiler to 0.6.29 ([#222](https://github.com/47degrees/fetch/pull/222)) +* Update sbt-scalajs-crossproject to 0.6.1 ([#221](https://github.com/47degrees/fetch/pull/221)) +* Update sbt-microsites to 0.9.6 ([#224](https://github.com/47degrees/fetch/pull/224)) +* Update sbt-microsites to 0.9.7 ([#225](https://github.com/47degrees/fetch/pull/225)) +* Update sbt to 1.3.3 ([#226](https://github.com/47degrees/fetch/pull/226)) +* Stack safety of combineRequests ([#227](https://github.com/47degrees/fetch/pull/227)) +* Update Scala versions ([#229](https://github.com/47degrees/fetch/pull/229)) +* 1.2.1 release ([#228](https://github.com/47degrees/fetch/pull/228)) +* Update Travis config ([#230](https://github.com/47degrees/fetch/pull/230)) +* Update .travis.yml ([#231](https://github.com/47degrees/fetch/pull/231)) ## 09/16/2019 - Version 1.2.0 Release changes: -* Update CODE_OF_CONDUCT.md ([#205](https://github.com/47deg/fetch/pull/205)) -* Update README.md ([#208](https://github.com/47deg/fetch/pull/208)) -* Only run Travis builds agains OpenJDK8 ([#207](https://github.com/47deg/fetch/pull/207)) -* Redesign Implementation ([#203](https://github.com/47deg/fetch/pull/203)) -* Fix typo on home page ([#209](https://github.com/47deg/fetch/pull/209)) -* [website] Various bugfixes/improvements ([#210](https://github.com/47deg/fetch/pull/210)) -* refactor(fetch): Loosen effect constraint for liftIO. ([#215](https://github.com/47deg/fetch/pull/215)) -* Release 1.2.0 ([#214](https://github.com/47deg/fetch/pull/214)) -* chore(dependencies): Update cats and monix dependencies. ([#212](https://github.com/47deg/fetch/pull/212)) +* Update CODE_OF_CONDUCT.md ([#205](https://github.com/47degrees/fetch/pull/205)) +* Update README.md ([#208](https://github.com/47degrees/fetch/pull/208)) +* Only run Travis builds agains OpenJDK8 ([#207](https://github.com/47degrees/fetch/pull/207)) +* Redesign Implementation ([#203](https://github.com/47degrees/fetch/pull/203)) +* Fix typo on home page ([#209](https://github.com/47degrees/fetch/pull/209)) +* [website] Various bugfixes/improvements ([#210](https://github.com/47degrees/fetch/pull/210)) +* refactor(fetch): Loosen effect constraint for liftIO. ([#215](https://github.com/47degrees/fetch/pull/215)) +* Release 1.2.0 ([#214](https://github.com/47degrees/fetch/pull/214)) +* chore(dependencies): Update cats and monix dependencies. ([#212](https://github.com/47degrees/fetch/pull/212)) ## 09/16/2019 - Version 1.2.0 @@ -46,16 +46,16 @@ Release changes: Release changes: -* Run a Fetch into a Monix Task ([#170](https://github.com/47deg/fetch/pull/170)) -* Don't run examples tests every time ([#186](https://github.com/47deg/fetch/pull/186)) -* Loosen implicit constraints ([#187](https://github.com/47deg/fetch/pull/187)) -* Fetch#liftIO ([#182](https://github.com/47deg/fetch/pull/182)) -* Lift Concurrent actions to Fetch ([#189](https://github.com/47deg/fetch/pull/189)) -* Switch to Scala Code of Conduct ([#192](https://github.com/47deg/fetch/pull/192)) -* Add Fetch#runAll ([#194](https://github.com/47deg/fetch/pull/194)) -* Upgrades sbt-org-policies ([#196](https://github.com/47deg/fetch/pull/196)) -* Improve Redis example ([#197](https://github.com/47deg/fetch/pull/197)) -* 1.1.0 release ([#198](https://github.com/47deg/fetch/pull/198)) +* Run a Fetch into a Monix Task ([#170](https://github.com/47degrees/fetch/pull/170)) +* Don't run examples tests every time ([#186](https://github.com/47degrees/fetch/pull/186)) +* Loosen implicit constraints ([#187](https://github.com/47degrees/fetch/pull/187)) +* Fetch#liftIO ([#182](https://github.com/47degrees/fetch/pull/182)) +* Lift Concurrent actions to Fetch ([#189](https://github.com/47degrees/fetch/pull/189)) +* Switch to Scala Code of Conduct ([#192](https://github.com/47degrees/fetch/pull/192)) +* Add Fetch#runAll ([#194](https://github.com/47degrees/fetch/pull/194)) +* Upgrades sbt-org-policies ([#196](https://github.com/47degrees/fetch/pull/196)) +* Improve Redis example ([#197](https://github.com/47degrees/fetch/pull/197)) +* 1.1.0 release ([#198](https://github.com/47degrees/fetch/pull/198)) ## 02/26/2019 - Version 1.0.0 @@ -87,91 +87,91 @@ The 1.0.0 release of Fetch is a redesign of the library in terms of `cats-effect ### Documentation -- Proof-of-concept Redis cache implementation of `DataCache` ([#161](https://github.com/47deg/fetch/pull/161)) +- Proof-of-concept Redis cache implementation of `DataCache` ([#161](https://github.com/47degrees/fetch/pull/161)) - Removed Monix, Future, and Twitter Future subprojects. Most of them should work with `cats-effect` abstractions already -- GrapQL query interpreter example ([#178](https://github.com/47deg/fetch/pull/178)) -- Example using Monix Scheduler and Task to run fetches ([#178](https://github.com/47deg/fetch/pull/178)) +- GrapQL query interpreter example ([#178](https://github.com/47degrees/fetch/pull/178)) +- Example using Monix Scheduler and Task to run fetches ([#178](https://github.com/47degrees/fetch/pull/178)) ## 08/21/2018 - Version 0.7.3 Release changes: -* Updated sbt-org-policies version to 0.9.1 ([#150](https://github.com/47deg/fetch/pull/150)) -* Release Fetch v0.7.3 ([#151](https://github.com/47deg/fetch/pull/151)) +* Updated sbt-org-policies version to 0.9.1 ([#150](https://github.com/47degrees/fetch/pull/150)) +* Release Fetch v0.7.3 ([#151](https://github.com/47degrees/fetch/pull/151)) ## 06/13/2018 - Version 0.7.3 Release changes: -* Updated sbt-org-policies version to 0.9.1 ([#150](https://github.com/47deg/fetch/pull/150)) -* Release Fetch v0.7.3 ([#151](https://github.com/47deg/fetch/pull/151)) +* Updated sbt-org-policies version to 0.9.1 ([#150](https://github.com/47degrees/fetch/pull/150)) +* Release Fetch v0.7.3 ([#151](https://github.com/47degrees/fetch/pull/151)) ## 01/23/2018 - Version 0.7.2 Release changes: -* Update dependencies, especially to cats 1.0.1 ([#146](https://github.com/47deg/fetch/pull/146)) -* Releases 0.7.2 for cats 1.0.1 with #146 ([#147](https://github.com/47deg/fetch/pull/147)) +* Update dependencies, especially to cats 1.0.1 ([#146](https://github.com/47degrees/fetch/pull/146)) +* Releases 0.7.2 for cats 1.0.1 with #146 ([#147](https://github.com/47degrees/fetch/pull/147)) ## 11/21/2017 - Version 0.7.1 Release changes: -* Cleanup CHANGELOG after failed release ([#141](https://github.com/47deg/fetch/pull/141)) -* Upgrades to cats 1.0.0-RC1 ([#143](https://github.com/47deg/fetch/pull/143)) +* Cleanup CHANGELOG after failed release ([#141](https://github.com/47degrees/fetch/pull/141)) +* Upgrades to cats 1.0.0-RC1 ([#143](https://github.com/47degrees/fetch/pull/143)) ## 10/06/2017 - Version 0.7.0 Release changes: -* Update dependencies (Cats 1.0.0-MF) ([#137](https://github.com/47deg/fetch/pull/137)) -* Update name of Twitter module ([#138](https://github.com/47deg/fetch/pull/138)) -* Release Fetch v0.7.0 ([#139](https://github.com/47deg/fetch/pull/139)) -* Release 0.7.0 ([#140](https://github.com/47deg/fetch/pull/140)) +* Update dependencies (Cats 1.0.0-MF) ([#137](https://github.com/47degrees/fetch/pull/137)) +* Update name of Twitter module ([#138](https://github.com/47degrees/fetch/pull/138)) +* Release Fetch v0.7.0 ([#139](https://github.com/47degrees/fetch/pull/139)) +* Release 0.7.0 ([#140](https://github.com/47degrees/fetch/pull/140)) ## 08/22/2017 - Version 0.6.3 Release changes: -* Add timeout capability to Future implementation of FetchMonadError ([#127](https://github.com/47deg/fetch/pull/127)) -* Adds commercial support statement ([#129](https://github.com/47deg/fetch/pull/129)) -* Add Twitter future support ([#128](https://github.com/47deg/fetch/pull/128)) -* Enforce consistent arrow symbols using scalafmt ([#130](https://github.com/47deg/fetch/pull/130)) -* Generalize timeout tests. Fix twitter timeout. ([#131](https://github.com/47deg/fetch/pull/131)) -* Move and reuse TestHelper ([#132](https://github.com/47deg/fetch/pull/132)) -* Release v0.6.3 ([#133](https://github.com/47deg/fetch/pull/133)) -* Change delay in flaky timeout test ([#134](https://github.com/47deg/fetch/pull/134)) +* Add timeout capability to Future implementation of FetchMonadError ([#127](https://github.com/47degrees/fetch/pull/127)) +* Adds commercial support statement ([#129](https://github.com/47degrees/fetch/pull/129)) +* Add Twitter future support ([#128](https://github.com/47degrees/fetch/pull/128)) +* Enforce consistent arrow symbols using scalafmt ([#130](https://github.com/47degrees/fetch/pull/130)) +* Generalize timeout tests. Fix twitter timeout. ([#131](https://github.com/47degrees/fetch/pull/131)) +* Move and reuse TestHelper ([#132](https://github.com/47degrees/fetch/pull/132)) +* Release v0.6.3 ([#133](https://github.com/47degrees/fetch/pull/133)) +* Change delay in flaky timeout test ([#134](https://github.com/47degrees/fetch/pull/134)) ## 06/01/2017 - Version 0.6.2 Release changes: -* Removes dup doc files ([#117](https://github.com/47deg/fetch/pull/117)) -* orgScriptCI task integration ([#118](https://github.com/47deg/fetch/pull/118)) -* Installs Travis to be able to publish the Microsite automatically ([#119](https://github.com/47deg/fetch/pull/119)) -* Typo in README ([#120](https://github.com/47deg/fetch/pull/120)) -* Refactor interpreters + Change Fetch.traverse ([#123](https://github.com/47deg/fetch/pull/123)) -* Releases 0.6.2 ([#125](https://github.com/47deg/fetch/pull/125)) +* Removes dup doc files ([#117](https://github.com/47degrees/fetch/pull/117)) +* orgScriptCI task integration ([#118](https://github.com/47degrees/fetch/pull/118)) +* Installs Travis to be able to publish the Microsite automatically ([#119](https://github.com/47degrees/fetch/pull/119)) +* Typo in README ([#120](https://github.com/47degrees/fetch/pull/120)) +* Refactor interpreters + Change Fetch.traverse ([#123](https://github.com/47degrees/fetch/pull/123)) +* Releases 0.6.2 ([#125](https://github.com/47degrees/fetch/pull/125)) ## 04/19/2017 - Version 0.6.1 Release changes: -* Add batchingOnly convenience method ([#110](https://github.com/47deg/fetch/pull/110)) -* Update AUTHORS.md ([#111](https://github.com/47deg/fetch/pull/111)) -* Add curried apply to Fetch object ([#109](https://github.com/47deg/fetch/pull/109)) -* Allow sequential and parallel batches ([#113](https://github.com/47deg/fetch/pull/113)) -* 0.6.0 release ([#114](https://github.com/47deg/fetch/pull/114)) -* Reduce stack consumption ([#95](https://github.com/47deg/fetch/pull/95)) -* Integrates sbt-org-policies plugin ([#115](https://github.com/47deg/fetch/pull/115)) -* Auto-updating fetch version in docs ([#116](https://github.com/47deg/fetch/pull/116)) +* Add batchingOnly convenience method ([#110](https://github.com/47degrees/fetch/pull/110)) +* Update AUTHORS.md ([#111](https://github.com/47degrees/fetch/pull/111)) +* Add curried apply to Fetch object ([#109](https://github.com/47degrees/fetch/pull/109)) +* Allow sequential and parallel batches ([#113](https://github.com/47degrees/fetch/pull/113)) +* 0.6.0 release ([#114](https://github.com/47degrees/fetch/pull/114)) +* Reduce stack consumption ([#95](https://github.com/47degrees/fetch/pull/95)) +* Integrates sbt-org-policies plugin ([#115](https://github.com/47degrees/fetch/pull/115)) +* Auto-updating fetch version in docs ([#116](https://github.com/47degrees/fetch/pull/116)) ## 2017-03-17 - Version 0.6.0 @@ -194,7 +194,7 @@ Date: 2016-11-14 - Added support for Scala 2.12.0 - Updated cats to 0.8.1 (and monix to the compatible 2.1.0). -- Support a maximum batch size per `DataSource` (https://github.com/47deg/fetch/pull/76). +- Support a maximum batch size per `DataSource` (https://github.com/47degrees/fetch/pull/76). - Provided a new implementation for Parallel joins. This new impl changes the way fetches are inspected to parallelize independent fetches. It does this by adding a new Join construct to the Fetch structure. This Join is parallelized in a new intermediate interpreter which inspects the actual Free constructs and replaces cached fetches by Free.Pure. - Updated the scalafmt version which triggered some code reformatting. There is apparently an issue with sbt and scalafmt (sbt/sbt#2786) which keeps us from using sbt 0.13.13. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7db5aeb4..fd268eb9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing Discussion around Fetch happens in the [Gitter channel](https://gitter.im/47deg/fetch) as well as on -[GitHub issues](https://github.com/47deg/fetch/issues) and [pull requests](https://github.com/47deg/fetch/pulls). +[GitHub issues](https://github.com/47degrees/fetch/issues) and [pull requests](https://github.com/47deg/fetch/pulls). Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also welcome. diff --git a/README.md b/README.md index d019439a..656834ab 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ [comment]: # (Start Badges) -[![Join the chat at https://gitter.im/47deg/fetch](https://badges.gitter.im/47deg/fetch.svg)](https://gitter.im/47deg/fetch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/47deg/fetch.svg?branch=master)](https://travis-ci.org/47deg/fetch) [![codecov.io](http://codecov.io/github/47deg/fetch/coverage.svg?branch=master)](http://codecov.io/github/47deg/fetch?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-1.2.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~fetch*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/fetch/master/LICENSE) [![Latest version](https://img.shields.io/badge/fetch-1.2.1-green.svg)](https://index.scala-lang.org/47deg/fetch) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.15.svg)](http://scala-js.org) [![GitHub Issues](https://img.shields.io/github/issues/47deg/fetch.svg)](https://github.com/47deg/fetch/issues) +[![Join the chat at https://gitter.im/47deg/fetch](https://badges.gitter.im/47deg/fetch.svg)](https://gitter.im/47deg/fetch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/47degrees/fetch.svg?branch=master)](https://travis-ci.org/47degrees/fetch) [![codecov.io](http://codecov.io/github/47degrees/fetch/coverage.svg?branch=master)](http://codecov.io/github/47degrees/fetch?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-1.2.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~fetch*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/fetch/master/LICENSE) [![Latest version](https://img.shields.io/badge/fetch-1.2.1-green.svg)](https://index.scala-lang.org/47deg/fetch) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.15.svg)](http://scala-js.org) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/fetch.svg)](https://github.com/47degrees/fetch/issues) [comment]: # (End Badges) A library for Simple & Efficient data access in Scala and Scala.js -- [Documentation](http://47deg.github.io/fetch/docs) +- [Documentation](https://47degrees.github.io/fetch/docs) ## Installation @@ -281,7 +281,7 @@ Fetch.run[IO](fetchTwice).unsafeRunTimed(5.seconds) --- -For more in-depth information, take a look at our [documentation](http://47deg.github.io/fetch/docs.html). +For more in-depth information, take a look at our [documentation](https://47degrees.github.io/fetch/docs.html). ## Fetch in the wild diff --git a/build.sbt b/build.sbt index b0a08a85..221d5ac1 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,5 @@ -import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} +import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject} +import sbtorgpolicies.model.GitHubSettings pgpPassphrase := Some(getEnvVar("PGP_PASSPHRASE").getOrElse("").toCharArray) pgpPublicRing := file(s"$gpgFolder/pubring.gpg") @@ -10,6 +11,14 @@ lazy val root = project .in(file(".")) .settings(name := "fetch") .settings(moduleName := "root") + .settings(orgGithubSetting := GitHubSettings( + organization = "47degrees", + project = (name in LocalRootProject).value, + organizationName = "47 Degrees", + groupId = "com.47deg", + organizationHomePage = url("http://47deg.com"), + organizationEmail = "hello@47deg.com" + )) .aggregate(fetchJS, fetchJVM, debugJVM, debugJS) lazy val fetch = crossProject(JSPlatform, JVMPlatform) diff --git a/docs/src/main/resources/microsite/_data/commons.yml b/docs/src/main/resources/microsite/_data/commons.yml index df580825..9bbd79de 100644 --- a/docs/src/main/resources/microsite/_data/commons.yml +++ b/docs/src/main/resources/microsite/_data/commons.yml @@ -1,4 +1,4 @@ -repoUrl: "https://github.com/47deg/fetch" +repoUrl: "https://github.com/47degrees/fetch" organizationUrl: "https://www.47deg.com" organization: "47 Degrees" description: "Simple & Efficient data fetching" diff --git a/docs/src/main/resources/microsite/_data/menu.yml b/docs/src/main/resources/microsite/_data/menu.yml index ba5e28bb..760565f2 100644 --- a/docs/src/main/resources/microsite/_data/menu.yml +++ b/docs/src/main/resources/microsite/_data/menu.yml @@ -3,7 +3,7 @@ nav: url: /docs - title: Github - url: https://github.com/47deg/fetch + url: https://github.com/47degrees/fetch - title: License - url: https://github.com/47deg/fetch/blob/master/LICENSE + url: https://github.com/47degrees/fetch/blob/master/LICENSE diff --git a/docs/src/main/tut/docs.md b/docs/src/main/tut/docs.md index e74595b2..7f23b138 100644 --- a/docs/src/main/tut/docs.md +++ b/docs/src/main/tut/docs.md @@ -60,7 +60,7 @@ There are other libraries in Scala that implement the same optimizations as Fetc - [Clump](https://github.com/getclump/clump) it's been around for a long time and is used in production systems at SoundCloud and LinkedIn. You can use it with Scala's or Twitter's Futures. -If something is missing in Fetch that stops you from using it we'd appreciate if you [open an issue in our repository](https://github.com/47deg/fetch/issues). +If something is missing in Fetch that stops you from using it we'd appreciate if you [open an issue in our repository](https://github.com/47degrees/fetch/issues). # Usage @@ -918,8 +918,8 @@ executor.shutdownNow() # Resources -- [Code](https://github.com/47deg/fetch) on GitHub. -- [Documentation site](http://47deg.github.io/fetch/) +- [Code](https://github.com/47degrees/fetch) on GitHub. +- [Documentation site](https://47degrees.github.io/fetch/) - [Fetch: Simple & Efficient data access](https://www.youtube.com/watch?v=45fcKYFb0EU) talk at [Typelevel Summit in Oslo](http://typelevel.org/event/2016-05-summit-oslo/) # Acknowledgements diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index a3e2b525..29d99b22 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -32,7 +32,7 @@ object ProjectPlugin extends AutoPlugin { micrositeDescription := "Simple & Efficient data fetching", micrositeBaseUrl := "fetch", micrositeDocumentationUrl := "/fetch/docs", - micrositeGithubOwner := "47deg", + micrositeGithubOwner := "47degrees", micrositeGithubRepo := "fetch", micrositeHighlightTheme := "tomorrow", micrositeExternalLayoutsDirectory := (resourceDirectory in Compile).value / "microsite" / "_layouts", @@ -106,7 +106,7 @@ object ProjectPlugin extends AutoPlugin { description := "Simple & Efficient data access for Scala and Scala.js", orgProjectName := "Fetch", startYear := Option(2016), - homepage := Option(url("http://47deg.github.io/fetch/")), + homepage := Option(url("https://47degrees.github.io/fetch/")), orgBadgeListSetting := List( GitterBadge.apply(_), TravisBadge.apply(_), diff --git a/tut/README.md b/tut/README.md index 2201ca72..f5b8bb4c 100644 --- a/tut/README.md +++ b/tut/README.md @@ -8,7 +8,7 @@ A library for Simple & Efficient data access in Scala and Scala.js -- [Documentation](http://47deg.github.io/fetch/docs) +- [Documentation](https://47degrees.github.io/fetch/docs) ## Installation @@ -267,7 +267,7 @@ executor.shutdownNow() ``` --- -For more in-depth information, take a look at our [documentation](http://47deg.github.io/fetch/docs.html). +For more in-depth information, take a look at our [documentation](https://47degrees.github.io/fetch/docs.html). ## Fetch in the wild