Skip to content

Commit

Permalink
Fix missing https:// links.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Jan 8, 2024
1 parent 6c5840f commit 8b2efa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- Modernizr -->
<script src="{{ site.url }}/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>

<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>

<!-- Icons -->
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
Expand Down
2 changes: 1 addition & 1 deletion downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ image:

* Java implementation

[http://undertow.io/downloads.html](http://undertow.io/downloads.html)
[https://undertow.io/downloads.html](https://undertow.io/downloads.html)

2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ implementation, whereas the C implementation is now in a separate repository as
mod_proxy_cluster.

A pure-Java load balancer implementation is available as part of
[Undertow](http://undertow.io/). Container integration modules are available
[Undertow](https://undertow.io/). Container integration modules are available
for [WildFly](https://wildfly.org) (formerly known as JBoss AS), JBoss EAP and
Apache [Tomcat](https://tomcat.apache.org).

Expand Down

0 comments on commit 8b2efa3

Please sign in to comment.