Skip to content

Commit

Permalink
Change http schema to https
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok authored Nov 6, 2023
1 parent 919a467 commit 3ec9960
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ <h3 class="contact-title">Find us</h3>
<li><a href="https://twitter.com/artemsheludko_" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
{% endif %}
{% if site.social-github %}
<li class="github"><a href="http://github.com/{{site.social-github}}" target="_blank"><i class="fa fa-github"></i></a></li>
<li class="github"><a href="https://github.com/{{site.social-github}}" target="_blank"><i class="fa fa-github"></i></a></li>
{% else %}
<li class="github"><a href="http://github.com/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li class="github"><a href="https://github.com/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>
{% endif %}
</ul>
</section> <!-- End Section Contact -->
Expand Down
4 changes: 2 additions & 2 deletions _posts/2017-04-06-catnip.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ and ideally you would like to have something that does semiauto derivation and p
You can find details at [Catnip's documentation](https://scalalandio.github.io/catnip/).

[![Build Status](https://travis-ci.org/scalalandio/catnip.svg?branch=master)](https://travis-ci.org/scalalandio/catnip)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/catnip_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Ccatnip)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/catnip_2.12.svg)](https://central.sonatype.com/search?q=catnip)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
6 changes: 3 additions & 3 deletions _posts/2017-04-06-chimney.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Chimney is a library transforming an instance of one case class to another, when
Take a look at [Chimney's documentation](https://scalalandio.github.io/chimney/).

[![Build Status](https://travis-ci.org/scalalandio/chimney.svg?branch=master)](https://travis-ci.org/scalalandio/chimney)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/chimney_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cchimney)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/chimney_2.12.svg)](https://central.sonatype.com/search?q=chimney)
[![Javadocs](https://www.javadoc.io/badge/io.scalaland/chimney_2.11.svg?color=red&label=scaladoc)](https://www.javadoc.io/doc/io.scalaland/chimney_2.11)
[![codecov.io](http://codecov.io/github/scalalandio/chimney/coverage.svg?branch=master)](http://codecov.io/github/scalalandio/chimney?branch=master)
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![Join the chat at https://gitter.im/scalalandio/chimney](https://badges.gitter.im/scalalandio/chimney.svg)](https://gitter.im/scalalandio/chimney?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![codecov.io](https://codecov.io/github/scalalandio/chimney/coverage.svg?branch=master)](https://codecov.io/github/scalalandio/chimney?branch=master)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) [![Join the chat at https://gitter.im/scalalandio/chimney](https://badges.gitter.im/scalalandio/chimney.svg)](https://gitter.im/scalalandio/chimney?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
4 changes: 2 additions & 2 deletions _posts/2017-04-06-endpoints-elm.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ The project provides:
See also project [README](https://github.com/scalalandio/endpoints-elm/blob/master/README.md).

[![Build Status](https://travis-ci.org/scalalandio/endpoints-elm.svg?branch=master)](https://travis-ci.org/scalalandio/endpoints-elm)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/endpoints-elm_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cendpoints-elm)
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/endpoints-elm_2.12.svg)](https://central.sonatype.com/search?q=endpoints-elm)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
2 changes: 1 addition & 1 deletion _posts/2017-04-06-endpoints-json-schema-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Generic derivation based macros for JsonSchema type class of Scala

Generic derivation based macros for JsonSchema type class of Scala [endpoints library](https://github.com/julienrf/endpoints).

Endpoints have [generic derivation of json schemas](http://julienrf.github.io/endpoints/algebras/json-schemas.html#generic-derivation-of-json-schemas)
Endpoints have [generic derivation of json schemas](https://julienrf.github.io/endpoints/algebras/json-schemas.html#generic-derivation-of-json-schemas)
based on [Shapeless](https://github.com/milessabin/shapeless) library.

This project provides fully compatible, drop-in replacement that doesn't use Shapeless, but Scala macros directly.
Expand Down
4 changes: 2 additions & 2 deletions _posts/2017-04-06-enumz.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ With a type class.
You can find details at [Enumz's documentation](https://scalalandio.github.io/enumz/).

[![Build Status](https://travis-ci.org/scalalandio/enumz.svg?branch=master)](https://travis-ci.org/scalalandio/enumz)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/enumz_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cenumz)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/enumz_2.12.svg)](https://central.sonatype.com/search?q=enumz)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
4 changes: 2 additions & 2 deletions _posts/2017-04-06-log4effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ If you missed some syntax for logging with Cats Effect, then here it is.
You can find details at [log4effect's documentation](https://scalalandio.github.io/log4effect/).

[![https://travis-ci.org/scalalandio/log4effect](https://api.travis-ci.org/scalalandio/log4effect.svg?branch=master)](https://travis-ci.org/scalalandio/log4effect)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/log4effect_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Clog4effect)
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/log4effect_2.12.svg)](https://central.sonatype.com/search?q=log4effect)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
4 changes: 2 additions & 2 deletions _posts/2017-04-06-ocdquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ All returned results are [Doobie](https://tpolecat.github.io/doobie/) queries.
You can find details at [OCDQuery's documentation](https://scalalandio.github.io/ocdquery/).

[![Build Status](https://travis-ci.org/scalalandio/ocdquery.svg?branch=master)](https://travis-ci.org/scalalandio/ocdquery)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/ocdquery-core_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cocdquery)
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/ocdquery-core_2.12.svg)](https://central.sonatype.com/search?q=ocdquery)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
4 changes: 2 additions & 2 deletions _posts/2017-04-06-pulp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ If passing arguments explicily is below you and runtime reflection fill you with
You can find details at [Pulp's documentation](https://scalalandio.github.io/pulp/).

[![https://travis-ci.org/scalalandio/pulp](https://api.travis-ci.org/scalalandio/pulp.svg?branch=master)](https://travis-ci.org/scalalandio/pulp)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/pulp_2.12.svg)](http://search.maven.org/#search%7Cga%7C1%7Cpulp)
[![Maven Central](https://img.shields.io/maven-central/v/io.scalaland/pulp_2.12.svg)](https://central.sonatype.com/search?q=pulp)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![License](https://img.shields.io/:license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)

0 comments on commit 3ec9960

Please sign in to comment.