Skip to content

Commit cfd36be

Browse files
authored
💬 Change docs & license links to https (#4320)
1 parent 8a318f3 commit cfd36be

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ following section *completely* and also follow the instructions in the
9797
**safe mode**, either by selecting "Restart OctoPrint in safe mode" from
9898
the "System" menu, or by starting OctoPrint from the command line with
9999
`octoprint serve --safe`. Then try to reproduce your issue. Find out
100-
more about safe mode in the [docs](http://docs.octoprint.org/en/master/features/safemode.html).
100+
more about safe mode in the [docs](https://docs.octoprint.org/en/master/features/safemode.html).
101101

102102
You might also want to try the current development version of OctoPrint
103103
(if you aren't already). Refer to the [FAQ](https://faq.octoprint.org)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</p>
1818

1919
OctoPrint provides a snappy web interface for controlling consumer 3D printers. It is Free Software
20-
and released under the [GNU Affero General Public License V3](http://www.gnu.org/licenses/agpl.html).
20+
and released under the [GNU Affero General Public License V3](https://www.gnu.org/licenses/agpl-3.0.html).
2121

2222
Its website can be found at [octoprint.org](https://octoprint.org/?utm_source=github&utm_medium=readme).
2323

@@ -27,7 +27,7 @@ An invite to the Discord server can be found at [discord.octoprint.org](https://
2727

2828
The FAQ can be accessed by following [faq.octoprint.org](https://faq.octoprint.org/?utm_source=github&utm_medium=readme).
2929

30-
The documentation is located at [docs.octoprint.org](http://docs.octoprint.org).
30+
The documentation is located at [docs.octoprint.org](https://docs.octoprint.org).
3131

3232
The official plugin repository can be reached at [plugins.octoprint.org](https://plugins.octoprint.org/?utm_source=github&utm_medium=readme).
3333

@@ -38,14 +38,14 @@ If you enjoy OctoPrint, please consider becoming a regular supporter!**
3838

3939
You are currently looking at the source code repository of OctoPrint. If you already installed it
4040
(e.g. by using the Raspberry Pi targeted distribution [OctoPi](https://github.com/guysoft/OctoPi)) and only
41-
want to find out how to use it, [the documentation](http://docs.octoprint.org/) might be of more interest for you. You might also want to subscribe to join
41+
want to find out how to use it, [the documentation](https://docs.octoprint.org/) might be of more interest for you. You might also want to subscribe to join
4242
[the community forum at community.octoprint.org](https://community.octoprint.org) where there are other active users who might be
4343
able to help you with any questions you might have.
4444

4545
## Contributing
4646

4747
Contributions of all kinds are welcome, not only in the form of code but also with regards to the
48-
[official documentation](http://docs.octoprint.org/), debugging help
48+
[official documentation](https://docs.octoprint.org/), debugging help
4949
in the [bug tracker](https://github.com/OctoPrint/OctoPrint/issues), support of other users on
5050
[the community forum at community.octoprint.org](https://community.octoprint.org) or
5151
[the official discord at discord.octoprint.org](https://discord.octoprint.org)
@@ -140,7 +140,7 @@ which is located at `~/.octoprint` on Linux, at `%APPDATA%/OctoPrint` on Windows
140140
at `~/Library/Application Support/OctoPrint` on MacOS.
141141

142142
A comprehensive overview of all available configuration settings can be found
143-
[in the docs](http://docs.octoprint.org/en/master/configuration/config_yaml.html).
143+
[in the docs](https://docs.octoprint.org/en/master/configuration/config_yaml.html).
144144
Please note that the most commonly used configuration settings can also easily
145145
be edited from OctoPrint's settings dialog.
146146

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to OctoPrint's documentation!
77
:align: right
88

99
OctoPrint provides a snappy web interface for controlling consumer 3D printers. It is Free Software
10-
and released under the `GNU Affero General Public License V3 <http://www.gnu.org/licenses/agpl.html>`_.
10+
and released under the `GNU Affero General Public License V3 <https://www.gnu.org/licenses/agpl-3.0.html>`_.
1111

1212
Its website can be found at `octoprint.org <https://octoprint.org/>`_.
1313

src/octoprint/plugins/discovery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def get_interface_addresses(self):
819819

820820
__plugin_name__ = "Discovery"
821821
__plugin_author__ = "Gina Häußge"
822-
__plugin_url__ = "http://docs.octoprint.org/en/master/bundledplugins/discovery.html"
822+
__plugin_url__ = "https://docs.octoprint.org/en/master/bundledplugins/discovery.html"
823823
__plugin_description__ = (
824824
"Makes the OctoPrint instance discoverable via Bonjour/Avahi/Zeroconf and uPnP"
825825
)

src/octoprint/plugins/pluginmanager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2155,7 +2155,7 @@ def _register_custom_events(*args, **kwargs):
21552155

21562156
__plugin_name__ = "Plugin Manager"
21572157
__plugin_author__ = "Gina Häußge"
2158-
__plugin_url__ = "http://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html"
2158+
__plugin_url__ = "https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html"
21592159
__plugin_description__ = "Allows installing and managing OctoPrint plugins"
21602160
__plugin_license__ = "AGPLv3"
21612161
__plugin_pythoncompat__ = ">=2.7,<4"

src/octoprint/plugins/softwareupdate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@ def _register_custom_events(*args, **kwargs):
24272427

24282428
__plugin_name__ = "Software Update"
24292429
__plugin_author__ = "Gina Häußge"
2430-
__plugin_url__ = "http://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html"
2430+
__plugin_url__ = "https://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html"
24312431
__plugin_description__ = "Allows receiving update notifications and performing updates of OctoPrint and plugins"
24322432
__plugin_disabling_discouraged__ = gettext(
24332433
"Without this plugin OctoPrint will no longer be able to "

src/octoprint/plugins/softwareupdate/templates/softwareupdate_settings.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
If you have a local OctoPrint checkout folder switched to another branch,
1313
<strong>simply switching over to "Commit" tracking</strong> will already
1414
take care of that. Otherwise please take a look at the
15-
<a href="http://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html" target="_blank">Documentation</a>.
15+
<a href="https://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html" target="_blank">Documentation</a>.
1616
</p>
1717
{% endtrans %}</div>
1818
<div class="alert" data-bind="visible: !environmentSupported()">{% trans %}

src/octoprint/templates/dialogs/about/about.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<li><i class="fa-li fab fa-discourse"></i> Community Forum: <a href="https://community.octoprint.org" target="_blank" rel="noreferrer noopener">community.octoprint.org</a></li>
1010
<li><i class="fa-li fab fa-discord"></i> Discord Server: <a href="https://discord.octoprint.org" target="_blank" rel="noreferrer noopener">discord.octoprint.org</a></li>
1111
<li><i class="fa-li fas fa-question-circle"></i> FAQ: <a href="https://faq.octoprint.org" target="_blank" rel="noreferrer noopener">faq.octoprint.org</a></li>
12-
<li><i class="fa-li fas fa-book"></i> Documentation: <a href="http://docs.octoprint.org" target="_blank" rel="noreferrer noopener">docs.octoprint.org</a></li>
12+
<li><i class="fa-li fas fa-book"></i> Documentation: <a href="https://docs.octoprint.org" target="_blank" rel="noreferrer noopener">docs.octoprint.org</a></li>
1313
<li><i class="fa-li fab fa-github"></i> Source Code: <a href="https://github.com/OctoPrint/OctoPrint" target="_blank" rel="noreferrer noopener">github.com/OctoPrint/OctoPrint</a></li>
1414
<li><i class="fa-li fas fa-code-branch"></i> Changelog: <a href="https://github.com/OctoPrint/OctoPrint/releases" target="_blank" rel="noreferrer noopener">github.com/OctoPrint/OctoPrint/releases</a></li>
1515
<li><i class="fa-li fas fa-heart"></i> Financial Support: <a href="https://support.octoprint.org" target="_blank" rel="noreferrer noopener">support.octoprint.org</a></li>

src/octoprint/translations/de/LC_MESSAGES/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3367,7 +3367,7 @@ msgid ""
33673367
"will already\n"
33683368
" take care of that. Otherwise please take a look at the\n"
33693369
" <a "
3370-
"href=\"http://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html\""
3370+
"href=\"https://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html\""
33713371
" target=\"_blank\">Documentation</a>.\n"
33723372
" </p>\n"
33733373
msgstr ""
@@ -3379,7 +3379,7 @@ msgstr ""
33793379
"Checkoutverzeichnis auf einen anderen Branch gewechselt hast, dann "
33803380
"<strong>wechsle das Tracking einfach auf \"Commit\"</strong>. Ansonsten "
33813381
"wirf einen Blick in die <a "
3382-
"href=\"http://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html\""
3382+
"href=\"https://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html\""
33833383
" target=\"_blank\">Dokumentation</a>. </p>\n"
33843384

33853385
#: src/octoprint/plugins/softwareupdate/templates/softwareupdate_settings.jinja2:18

translations/de/LC_MESSAGES/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3367,7 +3367,7 @@ msgid ""
33673367
"will already\n"
33683368
" take care of that. Otherwise please take a look at the\n"
33693369
" <a "
3370-
"href=\"http://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html\""
3370+
"href=\"https://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html\""
33713371
" target=\"_blank\">Documentation</a>.\n"
33723372
" </p>\n"
33733373
msgstr ""
@@ -3379,7 +3379,7 @@ msgstr ""
33793379
"Checkoutverzeichnis auf einen anderen Branch gewechselt hast, dann "
33803380
"<strong>wechsle das Tracking einfach auf \"Commit\"</strong>. Ansonsten "
33813381
"wirf einen Blick in die <a "
3382-
"href=\"http://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html\""
3382+
"href=\"https://docs.octoprint.org/en/master/bundledplugins/softwareupdate.html\""
33833383
" target=\"_blank\">Dokumentation</a>. </p>\n"
33843384

33853385
#: src/octoprint/plugins/softwareupdate/templates/softwareupdate_settings.jinja2:18

0 commit comments

Comments
 (0)