Skip to content

Commit 195d787

Browse files
jbamptondhslove
authored andcommitted
chore(markdown): use https on links (apache#11676)
1 parent 8e906a0 commit 195d787

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,12 +644,12 @@ Bug ID | Description
644644
Version 4.2.1
645645
-------------
646646

647-
Release notes contain the list of [bug fixes](http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.1/html/Release_Notes/version-4.2.html#issues-fixed-4.2.1)
647+
Release notes contain the list of [bug fixes](https://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.1/html/Release_Notes/version-4.2.html#issues-fixed-4.2.1)
648648

649649
Version 4.2.0
650650
-------------
651651
Released on October 1 2013.
652-
Release notes contain the list of [bug fixes](http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Release_Notes/index.html)
652+
Release notes contain the list of [bug fixes](https://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Release_Notes/index.html)
653653

654654
Version 4.1.0
655655
-------------

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Apache CloudStack Installation basics
22

33
This document describes how to develop, build, package and install Apache
4-
CloudStack. For more information please refer to the official [documentation](http://docs.cloudstack.apache.org)
4+
CloudStack. For more information please refer to the official [documentation](https://docs.cloudstack.apache.org)
55
or the developer [wiki](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Home).
66

77
Apache CloudStack developers use various platforms for development, this guide
@@ -41,7 +41,7 @@ Start the MySQL service:
4141

4242
### Using jenv and/or pyenv for Version Management
4343

44-
CloudStack is built using Java and Python. To make selection of these tools versions more consistent and ease installation for developers, optional support for [jenv](http://www.jenv.be/) and [pyenv](https://github.com/yyuu/pyenv) with [virtualenv]|(https://github.com/yyuu/pyenv-virtualenv) is provided. jenv installation instructions are available here and pyenv installation instructions are available here. For users of [oh-my-zsh](http://ohmyz.sh/) there is a pyenv plugin available to trigger configuration of pyenv in a shell session.
44+
CloudStack is built using Java and Python. To make selection of these tools versions more consistent and ease installation for developers, optional support for [jenv](http://www.jenv.be/) and [pyenv](https://github.com/yyuu/pyenv) with [virtualenv]|(https://github.com/yyuu/pyenv-virtualenv) is provided. jenv installation instructions are available here and pyenv installation instructions are available here. For users of [oh-my-zsh](https://ohmyz.sh/) there is a pyenv plugin available to trigger configuration of pyenv in a shell session.
4545

4646
Following installation, execute the following commands to configure jenv and pyenv for use with CloudStack development:
4747

@@ -171,7 +171,7 @@ All the rpm packages will be created in `dist/rpmbuild/RPMS/x86_64` directory.
171171

172172
## Notes
173173

174-
If you will be using Xen as your hypervisor, please download [vhd-util](http://download.cloudstack.org/tools/vhd-util)
174+
If you will be using Xen as your hypervisor, please download [vhd-util](https://download.cloudstack.org/tools/vhd-util)
175175

176176
If management server is installed on RHEL/CentOS, then copy vhd-util into:
177177

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ OVM and LXC containers.
2121
Users can manage their cloud with an easy to use Web interface, command line
2222
tools, and/or a full-featured query based API.
2323

24-
For more information on Apache CloudStack, please visit the [website](http://cloudstack.apache.org)
24+
For more information on Apache CloudStack, please visit the [website](https://cloudstack.apache.org)
2525

2626
## Who Uses CloudStack?
2727

@@ -78,10 +78,10 @@ via GitHub pull requests.
7878
## Getting Involved and Contributing
7979

8080
Interested in helping out with Apache CloudStack? Great! We welcome
81-
participation from anybody willing to work [The Apache Way](http://theapacheway.com) and make a
81+
participation from anybody willing to work [The Apache Way](https://theapacheway.com) and make a
8282
contribution. Note that you do not have to be a developer in order to contribute
8383
to Apache CloudStack. We need folks to help with documentation, translation,
84-
promotion etc. See our contribution [page](http://cloudstack.apache.org/contribute.html).
84+
promotion etc. See our contribution [page](https://cloudstack.apache.org/contribute.html).
8585

8686
If you are a frequent contributors, you can request to be added as collaborators
8787
(see https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-AssigningexternalcollaboratorswiththetriageroleonGitHub)
@@ -92,7 +92,7 @@ You may do so by sharing your GitHub users ID or raise a GitHub issue.
9292

9393
If you're interested in learning more or participating in the Apache CloudStack
9494
project, the mailing lists are the best way to do that. While the project has
95-
several communications channels, the [mailing lists](http://cloudstack.apache.org/mailing-lists.html) are the most active and the
95+
several communications channels, the [mailing lists](https://cloudstack.apache.org/mailing-lists.html) are the most active and the
9696
official channels for making decisions about the project itself.
9797

9898
Mailing lists:
@@ -112,7 +112,7 @@ released version of CloudStack, please report it to `[email protected]` with
112112
details about the vulnerability, how it might be exploited, and any additional
113113
information that might be useful.
114114

115-
For more details, please visit our security [page](http://cloudstack.apache.org/security.html).
115+
For more details, please visit our security [page](https://cloudstack.apache.org/security.html).
116116

117117
## License
118118

tools/devcloud4/advanced/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ vagrant up
5252

5353
```bash
5454
cd /path/to/cloudstack/repo
55-
wget http://download.cloudstack.org/tools/vhd-util -P scripts/vm/hypervisor/xenserver/
55+
wget https://download.cloudstack.org/tools/vhd-util -P scripts/vm/hypervisor/xenserver/
5656
chmod +x scripts/vm/hypervisor/xenserver/vhd-util
5757
```
5858

tools/devcloud4/basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vagrant up
4242

4343
```bash
4444
cd /path/to/cloudstack/repo
45-
wget http://download.cloudstack.org/tools/vhd-util -P scripts/vm/hypervisor/xenserver/
45+
wget https://download.cloudstack.org/tools/vhd-util -P scripts/vm/hypervisor/xenserver/
4646
chmod +x scripts/vm/hypervisor/xenserver/vhd-util
4747
```
4848

ui/docs/full-test-plan.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Note: for User role test exclude after Account/User feature, for DomainAdmin rol
3333
- [ ] Create new instance
3434

3535
**Compute > Kubernetes**
36-
This requires configuring and setting up CKS: http://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html
36+
This requires configuring and setting up CKS: https://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html
3737
- [ ] Basic search
3838
- [ ] Extended search
3939
- [ ] Sort

ui/docs/smoke-test-plan.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Note: for User role test exclude after Account/User feature, for DomainAdmin rol
1717
- [ ] Add/delete secondary IP address
1818

1919
**Compute > Kubernetes**
20-
This requires configuring and setting up CKS: http://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html
20+
This requires configuring and setting up CKS: https://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html
2121
- [ ] Add Kubernetes cluster
2222
- [ ] Start/stop a Kubernetes cluster
2323
- [ ] Scale Kubernetes cluster

0 commit comments

Comments
 (0)