Skip to content

Commit 2453658

Browse files
authored
a batch of https url changes (#672)
* a batch of https url chnages * another small batch
1 parent f5b2bdb commit 2453658

Some content is hidden

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

61 files changed

+983
-983
lines changed

content/ads/ApacheCon/images-readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(If you are looking for instructions about how to use the Ads server
2-
to help promote ApacheCon, then see http://apache.org/ads/adserver.txt)
2+
to help promote ApacheCon, then see https://apache.org/ads/adserver.txt)
33

44
-------------------------------------------------
55
How to generate the images for future conferences

content/ads/bannerbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- ads start -->
22
<div id="adcontainer">
3-
<a href="http://events.apache.org/" target="_blank">
3+
<a href="https://events.apache.org/" target="_blank">
44
<img src="/events/current-event-234x60.png" border="0" width="234" height="60" alt="Apache Events" title="Apache Events" style="margin: 3px; display: block" /></a>
55
</div>
66
<!-- ads end -->

content/ads/button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<!-- ads start -->
2-
<a href="http://events.apache.org/" target="_blank">
2+
<a href="https://events.apache.org/" target="_blank">
33
<img src="/events/current-event-125x125.png" border="0" width="125" height="125" title="Apache Events" alt="Apache Events" /></a>
44
<!-- ads end -->

content/ads/buttonbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- ads start -->
22
<div id="adcontainer">
3-
<a href="http://events.apache.org/" target="_blank">
3+
<a href="https://events.apache.org/" target="_blank">
44
<img src="/events/current-event-125x125.png" border="0" width="125" height="125" title="Apache Events" alt="Apache Events" style="margin: 3px; display: block" /></a>
55
</div>
66
<!-- ads end -->

content/ads/halfbanner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ads start -->
22
<!-- Unfortunately there is no image 234x78 -->
3-
<a href="http://www.apachecon.com/" target="_blank">
3+
<a href="https://www.apachecon.com/" target="_blank">
44
<img src="/events/current-event-234x60.png" border="0" width="234" height="60" title="ApacheCon" alt="ApacheCon" style="margin: 3px; display: block" /></a>
55
<!-- ads end -->

content/dev/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: https://www.apache.org/licenses/LICENSE-2.0
55

66
Here are resources pertinent to developers, committers, release managers and Project Management Committee (PMC) members contributing to any Apache project.
77

8-
If you can't find information here, ask on your project's mailing list, or contact the [Community Development](http://community.apache.org/) project's mailing list for more general questions. There are many experienced ASF people ready to help.
8+
If you can't find information here, ask on your project's mailing list, or contact the [Community Development](https://community.apache.org/) project's mailing list for more general questions. There are many experienced ASF people ready to help.
99

1010
- [Infrastructure](#infrastructure)
1111
- [Committers and Contributors](#committers)
@@ -43,7 +43,7 @@ If you cannot find the resource or guidance you need, <a href="https://infra.apa
4343
- [Email etiquette tips for contributors](contrib-email-tips.html)
4444
- [Guide for new project committers](https://infra.apache.org/new-committers-guide.html)
4545
- General [Committers FAQ](https://infra.apache.org/committers.html)
46-
- Crowd funding [Community funding disclaimer](http://community.apache.org/committers/funding-disclaimer.html)
46+
- Crowd funding [Community funding disclaimer](https://community.apache.org/committers/funding-disclaimer.html)
4747

4848
## Project Management Committees (PMCs) {#pmc}
4949

@@ -95,13 +95,13 @@ How to
9595
- <a href="https://infra.apache.org/release-signing.html" target="_blank">Signing releases</a>
9696
- How to <a href="https://infra.apache.org/openpgp.html" target="_blank">Use OpenPGP for key management</a>
9797
- How to <a href="https://infra.apache.org/key-transition.html" target="_blank">transition to a longer key</a>
98-
- [Releases from Incubating projects](http://incubator.apache.org/policy/incubation.html#releases)
98+
- [Releases from Incubating projects](https://incubator.apache.org/policy/incubation.html#releases)
9999

100100
## Issue and Bug Tracking {#issues}
101101

102102
Each project uses an <a href="https://issues.apache.org/" target="_blank">issue tracker</a> of their choice to
103103
track bugs, enhancement requests, and other action items - typically GitHub Issues, Jira, or BugZilla.
104-
Check the <a href="http://projects.apache.org/indexes/quick.html" target="_blank">website of the project in which you are interested to learn what they use.
104+
Check the <a href="https://projects.apache.org/indexes/quick.html" target="_blank">website of the project in which you are interested to learn what they use.
105105

106106
## Mailing Lists {#mail}
107107

content/dev/infrastructure.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ Infra is responsible for the management and day-to-day system administration of
2525

2626
Infra uses many Apache software applications, including:
2727

28-
- [HTTP Server (httpd)](http://httpd.apache.org/)
28+
- [HTTP Server (httpd)](https://httpd.apache.org/)
2929
- [Subversion](http://subversion.apache.org/)
30-
- [SpamAssassin](http://spamassassin.apache.org/)
31-
- [Tomcat](http://tomcat.apache.org/)
32-
- [Creadur](http://creadur.apache.org/)
33-
- [Gump](http://gump.apache.org/)
34-
- [Continuum](http://continuum.apache.org/)
35-
- [STeVe](http://steve.apache.org/)
36-
- [Directory Studio](http://directory.apache.org/studio/)
30+
- [SpamAssassin](https://spamassassin.apache.org/)
31+
- [Tomcat](https://tomcat.apache.org/)
32+
- [Creadur](https://creadur.apache.org/)
33+
- [Gump](https://gump.apache.org/)
34+
- [Continuum](https://continuum.apache.org/)
35+
- [STeVe](https://steve.apache.org/)
36+
- [Directory Studio](https://directory.apache.org/studio/)
3737

3838
Infra also uses and maintains a selection of [in-house projects](https://svn.apache.org/repos/infra/infrastructure/trunk/projects/),
39-
including the [committers index](http://people.apache.org/committer-index.html) and the [committers' URL Shortener](http://s.apache.org/).
39+
including the [committers index](https://people.apache.org/committer-index.html) and the [committers' URL Shortener](http://s.apache.org/).
4040

4141

4242
## Useful links {#infra}
4343

4444
- <a href="https://twitter.com/infrabot" target="_blank">Infrabot on Twitter</a>
4545

46-
- <a href="http://blogs.apache.org/infra/" target="_blank">Infra's blog</a>
46+
- <a href="https://blogs.apache.org/infra/" target="_blank">Infra's blog</a>
4747

4848
- <a href="https://infra.apache.org/infra-volunteer.html" target="_blank">Become an Infra volunteer</a>
4949

content/dyn/include/archive.ezt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<code>md5sum</code>
7474
is included in many unix distributions. It
7575
is also available as part of
76-
<a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>
76+
<a href="https://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>
7777
.
7878
Windows users can get binary md5 programs from
7979
<a href="http://www.fourmilab.ch/md5/">here</a>

content/events/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if you have other events you think we should list!
1313
ApacheCon is the main community event of the Apache Software Foundation,
1414
where developers from our many projects gather to teach, learn,
1515
and strengthen their communities. Find out more about ApacheCon at
16-
[ApacheCon.com](http://apachecon.com/)
16+
[ApacheCon.com](https://apachecon.com/)
1717

1818
## Meetups
1919

@@ -25,7 +25,7 @@ can be found by searching on meetup.com
2525

2626
In addition to ApacheCon, many of our project communities put on events
2727
covering single projects, or groups of related projects. These are listed
28-
in the [community calendar](http://community.apache.org/calendars/). If you
28+
in the [community calendar](https://community.apache.org/calendars/). If you
2929
want to put on an event using Apache brands, the first step is to look at
3030
the [event branding policy document](/foundation/marks/events.html).
3131

content/foundation/board/reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ As you can see, ensuring we receive your report on time, that it includes all ne
329329

330330

331331
[1]: /foundation/marks/pmcs#naming
332-
[2]: http://community.apache.org/
332+
[2]: https://community.apache.org/
333333
[3]: /foundation/marks/reporting
334334
[4]: /foundation/marks/pmcs#checklist
335335
[5]: https://agenda.apache.org/

0 commit comments

Comments
 (0)