Updated http links to https

Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
Adithya Krishna
2023-05-21 13:11:52 +05:30
parent 80fc603446
commit 50bdb229dc
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
## Feature Request
1. Please go through the 3Dmol.js [js documentation](http://3dmol.org/doc/index.html) to check whether the feature is already present.
1. Please go through the 3Dmol.js [js documentation](https://3dmol.org/doc/index.html) to check whether the feature is already present.
2. Ensure that the feature request is new and is not already proposed.
3. If the feature request is new, follow the feature request template to submit an issue.
4. Please close your issue when you think it has been adequately resolved.

View File

@@ -48,7 +48,7 @@ view
API
---
The returned view object has the exact same API as [$3Dmol.GLViewer](http://3dmol.org/doc/GLViewer.html)
The returned view object has the exact same API as [$3Dmol.GLViewer](https://3dmol.org/doc/GLViewer.html)
with the exception that functions return None.

View File

@@ -52,7 +52,7 @@ class view(object):
The API for the created object is exactly that for $3Dmol.GLViewer, with
the exception that the functions all return None.
http://3dmol.org/doc/GLViewer.html
https://3dmol.org/doc/GLViewer.html
'''
def __init__(self,query='',width=640,height=480,viewergrid=None,data=None,style=None,linked=True,options=dict(),js='https://cdnjs.cloudflare.com/ajax/libs/3Dmol/2.0.3/3Dmol-min.js'):
'''Create a 3Dmol.js view.

View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<script src="http://3dmol.org/build/3Dmol-min.js"></script>
<script src="https://3dmol.org/build/3Dmol-min.js"></script>
</head>
<body style="height: 100%">

View File

@@ -5515,7 +5515,7 @@ ATOM 5103 HH21 ARG A 335 11.915 24.054 0.728 1.00 40.31 H
ATOM 5104 HH22 ARG A 335 11.725 25.718 0.286 1.00 40.31 H
END
</textarea>
<script src="http://3dmol.org/build/3Dmol.js"></script>
<script src="https://3dmol.org/build/3Dmol.js"></script>
</body>
</html>