Update links to https

This commit is contained in:
Peter Kokot
2023-01-18 18:27:18 +01:00
parent df119b0631
commit 49cadd2a4f
11 changed files with 27 additions and 27 deletions

View File

@@ -14,8 +14,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
<p><img src="/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="http://www.phptherightway.com">
<img src="http://www.phptherightway.com/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/>
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/btn1-120x90.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
@@ -24,8 +24,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
<p><img src="/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="http://www.phptherightway.com">
<img src="http://www.phptherightway.com/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/>
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/btn2-120x60.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
@@ -34,8 +34,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
<p><img src="/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="http://www.phptherightway.com">
<img src="http://www.phptherightway.com/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/>
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/leaderboard-728x90.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
@@ -44,8 +44,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
<p><img src="/images/banners/lg-rect-386x280.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="http://www.phptherightway.com">
<img src="http://www.phptherightway.com/images/banners/lg-rect-386x280.png" alt="PHP: The Right Way"/>
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/lg-rect-386x280.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
@@ -54,8 +54,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
<p><img src="/images/banners/med-rect-300x250.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="http://www.phptherightway.com">
<img src="http://www.phptherightway.com/images/banners/med-rect-300x250.png" alt="PHP: The Right Way"/>
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/med-rect-300x250.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
@@ -64,8 +64,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
<p><img src="/images/banners/rect-180x150.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="http://www.phptherightway.com">
<img src="http://www.phptherightway.com/images/banners/rect-180x150.png" alt="PHP: The Right Way"/>
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/rect-180x150.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
@@ -74,8 +74,8 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
<p><img src="/images/banners/sq-btn-125x125.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="http://www.phptherightway.com">
<img src="http://www.phptherightway.com/images/banners/sq-btn-125x125.png" alt="PHP: The Right Way"/>
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/sq-btn-125x125.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}
@@ -84,7 +84,7 @@ Spread the word with _PHP: The Right Way_ banner images! Show new PHP developers
<p><img src="/images/banners/vert-rect-240x400.png" alt="PHP: The Right Way"/></p>
{% highlight html %}
<a href="http://www.phptherightway.com">
<img src="http://www.phptherightway.com/images/banners/vert-rect-240x400.png" alt="PHP: The Right Way"/>
<a href="https://www.phptherightway.com">
<img src="https://www.phptherightway.com/images/banners/vert-rect-240x400.png" alt="PHP: The Right Way"/>
</a>
{% endhighlight %}