diff options
author | Kai <2644614+Schweinepriester@users.noreply.github.com> | 2022-07-03 21:36:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 21:36:27 +0200 |
commit | 8f50c67eae5956723972ff5aec4f3b72ad9fb052 (patch) | |
tree | 6da11ce9227dd4c87cd5d394c6da300c25652c8b /README.md | |
parent | Merge pull request #42095 from thotz/rgwvaultdocupdate (diff) | |
download | ceph-8f50c67eae5956723972ff5aec4f3b72ad9fb052.tar.xz ceph-8f50c67eae5956723972ff5aec4f3b72ad9fb052.zip |
README.md: HTTP => HTTPS
Switching the link http://ceph.com/ from HTTP to HTTPS, so https://ceph.com/, to skip the redirect when opening it.
(http://ceph.com/ is being redirected to https://ceph.com/)
Signed-off-by: Kai Hollberg <kai.hollberg@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 96f2c6aff28..90814229b72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ceph - a scalable distributed storage system -Please see http://ceph.com/ for current info. +Please see https://ceph.com/ for current info. ## Contributing Code |