Skip to content

Commit 858701a

Browse files
Secure links should be standard, where available. (openhab#1354)
Signed-off-by: Jerome Luckenbach <[email protected]>
1 parent 41f0a66 commit 858701a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+173
-173
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; This file is for unifying the coding style for different editors and IDEs.
2-
; More information at http://EditorConfig.org
2+
; More information at https://EditorConfig.org
33

44
root = true
55

.vuepress/public/cookieinfo.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The sign-off is a simple line at the end of the explanation for the
3434
patch, which certifies that you wrote it or otherwise have the right to
3535
pass it on as an open-source patch. The rules are pretty simple: if you
3636
can certify the below (from
37-
[developercertificate.org](http://developercertificate.org/)):
37+
[developercertificate.org](https://developercertificate.org/)):
3838

3939
```
4040
Developer Certificate of Origin

addons/actions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ then
177177
end
178178
```
179179

180-
For information on making use of the [openHAB Cloud service](https://github.com/openhab/openhab-cloud/blob/master/README.md) hosted by the [openHAB Foundation e.V.](https://www.openhabfoundation.org/), visit the [myopenhab.org website](http://www.myopenhab.org).
180+
For information on making use of the [openHAB Cloud service](https://github.com/openhab/openhab-cloud/blob/master/README.md) hosted by the [openHAB Foundation e.V.](https://www.openhabfoundation.org/), visit the [myopenhab.org website](https://www.myopenhab.org).
181181

182182
## Ephemeris
183183

@@ -275,8 +275,8 @@ The following is an example listing a few custom days.
275275
```xml
276276
<?xml version="1.0" encoding="UTF-8"?>
277277
<tns:Configuration hierarchy="us" description="United States"
278-
xmlns:tns="http://www.example.org/Holiday" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
279-
xsi:schemaLocation="http://www.example.org/Holiday /Holiday.xsd">
278+
xmlns:tns="https://www.example.org/Holiday" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
279+
xsi:schemaLocation="https://www.example.org/Holiday /Holiday.xsd">
280280
<tns:Holidays>
281281
<tns:Fixed month="MARCH" day="20" descriptionPropertiesKey="Rich Birthday" />
282282
<tns:Fixed month="MARCH" day="27" descriptionPropertiesKey="Son's Birthday" />

addons/io.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Detailed instructions and requirements may be found in the corresponding documen
2323
</td>
2424
<td>
2525
<p>
26-
Some openHAB 1 service modules have not yet completed validation for inclusion in the distribution; however, they may indeed work properly under openHAB 2.
26+
Some openHAB 1 service modules have not yet completed validation for inclusion in the distribution; however, they may indeed work properly under openHAB 2.
2727
All openHAB 1 addons can be downloaded in a <a href="https://bintray.com/openhab/mvn/download_file?file_path=org%2Fopenhab%2Fdistro%2Fopenhab%2F1.9.0%2Fopenhab-1.9.0-addons.zip">zip file</a>.
2828
We need your help testing them so that they may be easily installed in a future distribution.
2929
Please see the <a href="{{base}}/developers/development/compatibilitylayer.html#how-to-use-openhab-1x-add-ons-that-are-not-part-of-the-distribution">compatibility layer documentation</a> and
@@ -54,13 +54,13 @@ Detailed instructions and requirements may be found in the corresponding documen
5454
{% endfor %}
5555
<tr>
5656
<td>
57-
<h4><a href="http://www.myopenhab.org/" target="_blank"><img class="logo" src="{{base}}/images/addons/ifttt.png" title="IFTTT" alt="IFTTT" /></a></h4>
57+
<h4><a href="https://www.myopenhab.org/" target="_blank"><img class="logo" src="{{base}}/images/addons/ifttt.png" title="IFTTT" alt="IFTTT" /></a></h4>
5858
</td>
5959
<td>
6060
<p>
6161
Activating <a href="https://ifttt.com" target="_blank">IFTTT</a> integration is easy.
6262
Just log in to your IFTTT account and activate the openHAB channel.
63-
You will be forwarded to the <a href="http://www.myopenhab.org/" target="_blank">myopenHAB website</a> to authorize the IFTTT channel connection.
63+
You will be forwarded to the <a href="https://www.myopenhab.org/" target="_blank">myopenHAB website</a> to authorize the IFTTT channel connection.
6464
Before you start creating IFTTT recipes you need to make sure that you have your runtime configured to expose certain items to myopenHAB.
6565
Only those items will be visible to IFTTT.
6666
You will also be able to send commands to those items from IFTTT Applets.

addons/uis/apps/ios.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To view and control your own devices, navigate to the Settings page, then disabl
4242
In the "Local URL" field enter the base URL to your openHAB webinterface, either using its IP address (e.g. `http://192.168.1.125:8080`) or hostname (e.g. `http://openhabianpi:8080`).
4343

4444
You can also connect to openHAB remotely, using either a direct connection or an openHAB Cloud instance like myopenHAB.
45-
Please see the [article on secure remote access](http://docs.openhab.org/installation/security.html) for more details.
45+
Please see the [article on secure remote access](https://docs.openhab.org/installation/security.html) for more details.
4646
Simply enter your "Remote URL" in the respective Settings field.
4747
The openHAB app will henceforth first try connecting to the local URL, then fall back to the remote URL.
4848

0 commit comments

Comments
 (0)