Skip to content

Commit a452dc6

Browse files
authored
chore(markdown): use https on links (#11676)
1 parent 8eb6ddd commit a452dc6

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
@@ -31,7 +31,7 @@ OVM and LXC containers.
3131
Users can manage their cloud with an easy to use Web interface, command line
3232
tools, and/or a full-featured query based API.
3333

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

3636
## Who Uses CloudStack?
3737

@@ -88,10 +88,10 @@ via GitHub pull requests.
8888
## Getting Involved and Contributing
8989

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

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

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

108108
Mailing lists:
@@ -122,7 +122,7 @@ released version of CloudStack, please report it to `[email protected]` with
122122
details about the vulnerability, how it might be exploited, and any additional
123123
information that might be useful.
124124

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

127127
## License
128128

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)