You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
</p>
18
18
19
19
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).
21
21
22
22
Its website can be found at [octoprint.org](https://octoprint.org/?utm_source=github&utm_medium=readme).
23
23
@@ -27,7 +27,7 @@ An invite to the Discord server can be found at [discord.octoprint.org](https://
27
27
28
28
The FAQ can be accessed by following [faq.octoprint.org](https://faq.octoprint.org/?utm_source=github&utm_medium=readme).
29
29
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).
31
31
32
32
The official plugin repository can be reached at [plugins.octoprint.org](https://plugins.octoprint.org/?utm_source=github&utm_medium=readme).
33
33
@@ -38,14 +38,14 @@ If you enjoy OctoPrint, please consider becoming a regular supporter!**
38
38
39
39
You are currently looking at the source code repository of OctoPrint. If you already installed it
40
40
(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
42
42
[the community forum at community.octoprint.org](https://community.octoprint.org) where there are other active users who might be
43
43
able to help you with any questions you might have.
44
44
45
45
## Contributing
46
46
47
47
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
49
49
in the [bug tracker](https://github.com/OctoPrint/OctoPrint/issues), support of other users on
50
50
[the community forum at community.octoprint.org](https://community.octoprint.org) or
51
51
[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
140
140
at `~/Library/Application Support/OctoPrint` on MacOS.
141
141
142
142
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).
144
144
Please note that the most commonly used configuration settings can also easily
Copy file name to clipboardExpand all lines: src/octoprint/templates/dialogs/about/about.jinja2
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<li><iclass="fa-li fab fa-discourse"></i> Community Forum: <ahref="https://community.octoprint.org"target="_blank"rel="noreferrer noopener">community.octoprint.org</a></li>
10
10
<li><iclass="fa-li fab fa-discord"></i> Discord Server: <ahref="https://discord.octoprint.org"target="_blank"rel="noreferrer noopener">discord.octoprint.org</a></li>
0 commit comments