Skip to content

Commit 1ad9514

Browse files
committed
Using HTTPS for links
Not every link is updated, but should be ok for every internal one.
1 parent 80ce85d commit 1ad9514

12 files changed

+17
-17
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >
66
resource trends and what just happened to kill our performance?
77
problems. It is designed to be very plug and play. A default
88
installation provides a lot of graphs with almost no work.
9-
url: "http://munin-monitoring.org"
9+
url: "https://munin-monitoring.org"
1010

1111
# Force include some files
1212
include:

_pages/community.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ If you use IRC, please join #munin on the OFTC network:
2020
- [irc://irc6.oftc.net/#munin](irc://irc6.oftc.net/#munin)
2121

2222
#### Chat-Meetings
23-
Usually these will be held on Wednesday evenings (starting at 20:30 Europe/Paris time, following the DST). Thanks to [​MeetBot](http://wiki.debian.org/MeetBot),
24-
[​minutes of the meetings](http://meetbot.debian.net/munin/) are written automatically :-)
23+
Usually these will be held on Wednesday evenings (starting at 20:30 Europe/Paris time, following the DST). Thanks to [​MeetBot](https://wiki.debian.org/MeetBot),
24+
[​minutes of the meetings](https://meetbot.debian.net/munin/) are written automatically :-)
2525

2626
### Mailing lists
27-
See in the [Munin Guide](http://munin.readthedocs.org/en/latest/preface/moreinfo.html#mailing-lists)
27+
See in the [Munin Guide](https://munin.readthedocs.org/en/latest/preface/moreinfo.html#mailing-lists)
2828

2929
### Planet Munin
3030
[Planet Munin](http://planet.munin-monitoring.org/) aggregates blog posts and other munin-related information available via RSS.

_pages/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Like this:
133133
address 10.0.0.1
134134
postfix_mailstats.graph_period minute
135135

136-
See [graph_period](http://guide.munin-monitoring.org/en/latest/reference/munin.conf.html?highlight=graph_period#cmdoption-munin-conf-arg-graph-period) for details.
136+
See [graph_period](https://guide.munin-monitoring.org/en/latest/reference/munin.conf.html?highlight=graph_period#cmdoption-munin-conf-arg-graph-period) for details.
137137

138138
### Q: Can I get a graph to show percentages instead of regular values?
139139

_pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>What is Munin?</h2>
1616
<p>In Norse mythology Hugin and Munin are the ravens of the god king Odin. They flew all over Midgard for him,
1717
seeing and remembering, and later telling him. "Munin" means "memory".</p>
1818

19-
<a href="http://demo.munin-monitoring.org" class="button button-elevated"><i class="mdi mdi-play"></i> Check the demo server</a>
19+
<a href="https://demo.munin-monitoring.org" class="button button-elevated"><i class="mdi mdi-play"></i> Check the demo server</a>
2020
</div>
2121
</div>
2222
<div class="row four-parts-part">

_pages/support.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>I need help</h2>
1717
<h4><i class="mdi mdi-help-circle"></i> Read the FAQ</h4>
1818
<p>The FAQ collects answers to Frequently Asked Questions. There are chances that your issue isn't one,
1919
and can be easily fixed.</p>
20-
<a href="http://munin-monitoring.org/faq" class="button pull-right">Read the FAQ</a>
20+
<a href="https://munin-monitoring.org/faq" class="button pull-right">Read the FAQ</a>
2121
</div>
2222

2323
<div class="card card-no-elevation help-means">
@@ -49,8 +49,8 @@ <h2>I found a bug</h2>
4949
<h2>About support</h2>
5050
<p>To ensure proper response and not only guesswork, please include any relevant configuration files and/or
5151
environment files. It also helps if you include output from any debugging sessions (see
52-
<a href="http://guide.munin-monitoring.org/en/latest/tutorial/troubleshooting.html">Debugging Munin</a> and
53-
<a href="http://guide.munin-monitoring.org/en/latest/tutorial/troubleshooting.html#debugging-plugins">Debugging Munin plugins</a>) where
52+
<a href="https://guide.munin-monitoring.org/en/latest/tutorial/troubleshooting.html">Debugging Munin</a> and
53+
<a href="https://guide.munin-monitoring.org/en/latest/tutorial/troubleshooting.html#debugging-plugins">Debugging Munin plugins</a>) where
5454
applicable. Also include relevant information like what operating system is in use, distribution if
5555
applicable, and whether you use SELinux or something similar. Too much information is better than too
5656
little information.</p>

_posts/2017-01-18-latest-stable-release-2.0.30.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ categories: munin release
77
Munin 2.0.30 contains bug fixes.
88

99
[\[see on GitHub\]](https://github.com/munin-monitoring/munin/releases/tag/2.0.30)
10-
[\[download munin 2.0.30\]](http://downloads.munin-monitoring.org/munin/stable/2.0.30/)
10+
[\[download munin 2.0.30\]](https://downloads.munin-monitoring.org/munin/stable/2.0.30/)

_posts/2017-01-21-latest-development-release-2.999.6.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ categories: munin release
77
This is the sixth "alpha" release before munin 3. Most, but not all functionality is implemented.
88

99
[\[see on GitHub\]](https://github.com/munin-monitoring/munin/releases/tag/2.999.6)
10-
[\[download munin 2.0.30\]](http://downloads.munin-monitoring.org/munin/dev/2.999.6/)
10+
[\[download munin 2.0.30\]](https://downloads.munin-monitoring.org/munin/dev/2.999.6/)

_posts/2021-01-22-latest-stable-release-2.0.67.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ categories: munin release
77
Munin 2.0.67 contains bug fixes.
88

99
[\[see on GitHub\]](https://github.com/munin-monitoring/munin/releases/tag/2.0.67)
10-
[\[download munin 2.0.67\]](http://downloads.munin-monitoring.org/munin/stable/2.0.67/)
10+
[\[download munin 2.0.67\]](https://downloads.munin-monitoring.org/munin/stable/2.0.67/)

_posts/2021-03-13-beta-version-new-website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ powered by [Jekyll](https://jekyllrb.com).
88

99
Many wiki pages are removed, since they are totally obsolete, and are replaced by
1010

11-
* [The Munin Guide](http://guide.munin-monitoring.org) for the documentation part of the wiki
11+
* [The Munin Guide](https://guide.munin-monitoring.org) for the documentation part of the wiki
1212
* A direct link to [our repository in GitHub](https://github.com/munin-monitoring/munin) for the source part.
1313

1414
The remaining things are the downloads & the gallery. Those don't have a replacement yet.

_posts/2021-04-17-new-website-is-live.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ powered by [Jekyll](https://jekyllrb.com).
88

99
Many wiki pages are removed, since they are totally obsolete, and are replaced by
1010

11-
* [The Munin Guide](http://guide.munin-monitoring.org) for the documentation part of the wiki
11+
* [The Munin Guide](https://guide.munin-monitoring.org) for the documentation part of the wiki
1212
* A direct link to [our repository in GitHub](https://github.com/munin-monitoring/munin) for the source part.
1313

1414
The remaining things are :
@@ -22,4 +22,4 @@ Updated by some github actions. The download parts is typically best handled by
2222
Remains the demo server. This is the most tricky part, but it makes sense to have it running inside a docker image,
2323
as it would enable us to automatically test and verify the validity of that proposition.
2424

25-
The old, trac based site is still available for now at [www.munin-monitoring.org](http://www.munin-monitoring.org/). Maybe not available yet, as it needs some time for the DNS propagation.
25+
The old, trac based site is still available for now at [www.munin-monitoring.org](https://www.munin-monitoring.org/). Maybe not available yet, as it needs some time for the DNS propagation.

0 commit comments

Comments
 (0)