Skip to content

Commit e47e016

Browse files
authored
Merge pull request #9068 from bencomp/https-in-docs
Update HTTP URL to HTTPS URL
2 parents daff188 + c24907e commit e47e016

34 files changed

Lines changed: 123 additions & 125 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Dataverse®
22
===============
33

4-
Dataverse is an [open source][] software platform for sharing, finding, citing, and preserving research data (developed by the [Dataverse team](https://dataverse.org/about) at the [Institute for Quantitative Social Science](http://iq.harvard.edu/) and the [Dataverse community][]).
4+
Dataverse is an [open source][] software platform for sharing, finding, citing, and preserving research data (developed by the [Data Science and Products team](https://www.iq.harvard.edu/people/people/data-science-products) at the [Institute for Quantitative Social Science](https://iq.harvard.edu/) and the [Dataverse community][]).
55

66
[dataverse.org][] is our home on the web and shows a map of Dataverse installations around the world, a list of [features][], [integrations][] that have been made possible through [REST APIs][], our development [roadmap][], and more.
77

@@ -26,15 +26,15 @@ Dataverse is a trademark of President and Fellows of Harvard College and is regi
2626
[dataverse.org]: https://dataverse.org
2727
[demo.dataverse.org]: https://demo.dataverse.org
2828
[Dataverse community]: https://dataverse.org/developers
29-
[Installation Guide]: http://guides.dataverse.org/en/latest/installation/index.html
29+
[Installation Guide]: https://guides.dataverse.org/en/latest/installation/index.html
3030
[latest release]: https://github.com/IQSS/dataverse/releases
3131
[features]: https://dataverse.org/software-features
3232
[roadmap]: https://www.iq.harvard.edu/roadmap-dataverse-project
3333
[integrations]: https://dataverse.org/integrations
34-
[REST APIs]: http://guides.dataverse.org/en/latest/api/index.html
34+
[REST APIs]: https://guides.dataverse.org/en/latest/api/index.html
3535
[Contributing Guide]: CONTRIBUTING.md
3636
[mailing list]: https://groups.google.com/group/dataverse-community
3737
[community call]: https://dataverse.org/community-calls
38-
[chat.dataverse.org]: http://chat.dataverse.org
38+
[chat.dataverse.org]: https://chat.dataverse.org
3939
[Dataverse Community Meeting]: https://dataverse.org/events
4040
[open source]: LICENSE.md

doc/sphinx-guides/source/_static/navbarscroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Use to fix hidden section headers behind the navbar when using links with targets
3-
See: http://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header
3+
See: https://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header
44
*/
55
$jqTheme(document).ready(function() {
66
$jqTheme('a[href*="#"]:not([href="#"])').on('click', function() {

doc/sphinx-guides/source/_templates/navbar.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<span class="icon-bar"></span>
1616
<span class="icon-bar"></span>
1717
</button>
18-
<a class="navbar-brand" href="http://dataverse.org" id="dataverse-org-homepage-url">Dataverse Project</a>
18+
<a class="navbar-brand" href="https://dataverse.org" id="dataverse-org-homepage-url">Dataverse Project</a>
1919
</div>
2020
<!-- Collect the nav links, forms, and other content for toggling -->
2121

@@ -24,15 +24,15 @@
2424
<li class="dropdown">
2525
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
2626
<ul class="dropdown-menu">
27-
<li><a target="_blank" href="http://dataverse.org/about">About the Project</a></li>
28-
<li><a target="_blank" href="http://dataverse.org/add-data">Add Data</a></li>
29-
<li><a target="_blank" href="http://dataverse.org/blog">Blog</a></li>
30-
<li><a target="_blank" href="http://dataverse.org/presentations">Presentations</a></li>
31-
<li><a target="_blank" href="http://dataverse.org/publications">Publications</a></li>
27+
<li><a target="_blank" href="https://dataverse.org/about">About the Project</a></li>
28+
<li><a target="_blank" href="https://dataverse.org/add-data">Add Data</a></li>
29+
<li><a target="_blank" href="https://dataverse.org/blog">Blog</a></li>
30+
<li><a target="_blank" href="https://dataverse.org/presentations">Presentations</a></li>
31+
<li><a target="_blank" href="https://dataverse.org/publications">Publications</a></li>
3232
</ul>
3333
</li>
3434
<li>
35-
<a target="_blank" href="http://dataverse.org/">
35+
<a target="_blank" href="https://dataverse.org/">
3636
Community
3737
</a>
3838
</li>
@@ -49,18 +49,18 @@
4949
<li>
5050
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Software <span class="caret"></span></a>
5151
<ul class="dropdown-menu">
52-
<li><a target="_blank" href="http://dataverse.org/software-features">Features</a></li>
53-
<li><a target="_blank" href="http://github.com/IQSS/dataverse">Source Code</a></li>
54-
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/user/index.html">User Guide</a></li>
55-
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/installation/index.html">Installation Guide</a></li>
56-
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/api/index.html">API Guide</a></li>
57-
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/developers/index.html">Developer Guide</a></li>
58-
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/style/index.html">Style Guide</a></li>
59-
<li><a target="_blank" href="http://guides.dataverse.org/en/latest/admin/index.html">Admin Guide</a></li>
52+
<li><a target="_blank" href="https://dataverse.org/software-features">Features</a></li>
53+
<li><a target="_blank" href="https://github.com/IQSS/dataverse">Source Code</a></li>
54+
<li><a target="_blank" href="https://guides.dataverse.org/en/latest/user/index.html">User Guide</a></li>
55+
<li><a target="_blank" href="https://guides.dataverse.org/en/latest/installation/index.html">Installation Guide</a></li>
56+
<li><a target="_blank" href="https://guides.dataverse.org/en/latest/api/index.html">API Guide</a></li>
57+
<li><a target="_blank" href="https://guides.dataverse.org/en/latest/developers/index.html">Developer Guide</a></li>
58+
<li><a target="_blank" href="https://guides.dataverse.org/en/latest/style/index.html">Style Guide</a></li>
59+
<li><a target="_blank" href="https://guides.dataverse.org/en/latest/admin/index.html">Admin Guide</a></li>
6060
</ul>
6161
</li>
6262
<li>
63-
<a target="_blank" href="http://dataverse.org/">
63+
<a target="_blank" href="https://dataverse.org/">
6464
Contact
6565
</a>
6666
</li>

doc/sphinx-guides/source/admin/monitoring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In production you'll want to monitor the usual suspects such as CPU, memory, fre
1414
Munin
1515
+++++
1616

17-
http://munin-monitoring.org says, "A default installation provides a lot of graphs with almost no work." From RHEL or CentOS 7, you can try the following steps.
17+
https://munin-monitoring.org says, "A default installation provides a lot of graphs with almost no work." From RHEL or CentOS 7, you can try the following steps.
1818

1919
Enable the EPEL yum repo (if you haven't already):
2020

doc/sphinx-guides/source/api/client-libraries.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Java
2424

2525
https://github.com/IQSS/dataverse-client-java is the official Java library for Dataverse APIs.
2626

27-
`Richard Adams <http://www.researchspace.com/electronic-lab-notebook/about_us_team.html>`_ from `ResearchSpace <http://www.researchspace.com>`_ created and maintains this library.
27+
`Richard Adams <https://www.researchspace.com/electronic-lab-notebook/about_us_team.html>`_ from `ResearchSpace <https://www.researchspace.com>`_ created and maintains this library.
2828

2929
Javascript
3030
----------
@@ -54,7 +54,7 @@ There are multiple Python modules for interacting with Dataverse APIs.
5454

5555
`python-dvuploader <https://github.com/gdcc/python-dvuploader>`_ implements Jim Myers' excellent `dv-uploader <https://github.com/GlobalDataverseCommunityConsortium/dataverse-uploader>`_ as a Python module. It offers parallel direct uploads to Dataverse backend storage, streams files directly instead of buffering them in memory, and supports multi-part uploads, chunking data accordingly.
5656

57-
`pyDataverse <https://github.com/gdcc/pyDataverse>`_ primarily allows developers to manage Dataverse collections, datasets and datafiles. Its intention is to help with data migrations and DevOps activities such as testing and configuration management. The module is developed by `Stefan Kasberger <http://stefankasberger.at>`_ from `AUSSDA - The Austrian Social Science Data Archive <https://aussda.at>`_.
57+
`pyDataverse <https://github.com/gdcc/pyDataverse>`_ primarily allows developers to manage Dataverse collections, datasets and datafiles. Its intention is to help with data migrations and DevOps activities such as testing and configuration management. The module is developed by `Stefan Kasberger <https://stefankasberger.at>`_ from `AUSSDA - The Austrian Social Science Data Archive <https://aussda.at>`_.
5858

5959
`UBC's Dataverse Utilities <https://ubc-library-rc.github.io/dataverse_utils/>`_ are a set of Python console utilities which allow one to upload datasets from a tab-separated-value spreadsheet, bulk release multiple datasets, bulk delete unpublished datasets, quickly duplicate records. replace licenses, and more. For additional information see their `PyPi page <https://pypi.org/project/dataverse-utils/>`_.
6060

@@ -68,8 +68,7 @@ R
6868
https://github.com/IQSS/dataverse-client-r is the official R package for Dataverse APIs. The latest release can be installed from `CRAN <https://cran.r-project.org/package=dataverse>`_.
6969
The R client can search and download datasets. It is useful when automatically (instead of manually) downloading data files as part of a script. For bulk edit and upload operations, we currently recommend pyDataverse.
7070

71-
The package is currently maintained by `Shiro Kuriwaki <https://github.com/kuriwaki>`_. It was originally created by `Thomas Leeper <http://thomasleeper.com>`_ and then formerly maintained by `Will Beasley <https://github.com/wibeasley>`_.
72-
71+
The package is currently maintained by `Shiro Kuriwaki <https://github.com/kuriwaki>`_. It was originally created by `Thomas Leeper <https://thomasleeper.com>`_ and then formerly maintained by `Will Beasley <https://github.com/wibeasley>`_.
7372

7473
Ruby
7574
----

doc/sphinx-guides/source/api/external-tools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Introduction
1111

1212
External tools are additional applications the user can access or open from your Dataverse installation to preview, explore, and manipulate data files and datasets. The term "external" is used to indicate that the tool is not part of the main Dataverse Software.
1313

14-
Once you have created the external tool itself (which is most of the work!), you need to teach a Dataverse installation how to construct URLs that your tool needs to operate. For example, if you've deployed your tool to fabulousfiletool.com your tool might want the ID of a file and the siteUrl of the Dataverse installation like this: https://fabulousfiletool.com?fileId=42&siteUrl=http://demo.dataverse.org
14+
Once you have created the external tool itself (which is most of the work!), you need to teach a Dataverse installation how to construct URLs that your tool needs to operate. For example, if you've deployed your tool to fabulousfiletool.com your tool might want the ID of a file and the siteUrl of the Dataverse installation like this: https://fabulousfiletool.com?fileId=42&siteUrl=https://demo.dataverse.org
1515

1616
In short, you will be creating a manifest in JSON format that describes not only how to construct URLs for your tool, but also what types of files your tool operates on, where it should appear in the Dataverse installation web interfaces, etc.
1717

@@ -102,7 +102,7 @@ Terminology
102102

103103
httpMethod Either ``GET`` or ``POST``.
104104

105-
queryParameters **Key/value combinations** that can be appended to the toolUrl. For example, once substitution takes place (described below) the user may be redirected to ``https://fabulousfiletool.com?fileId=42&siteUrl=http://demo.dataverse.org``.
105+
queryParameters **Key/value combinations** that can be appended to the toolUrl. For example, once substitution takes place (described below) the user may be redirected to ``https://fabulousfiletool.com?fileId=42&siteUrl=https://demo.dataverse.org``.
106106

107107
query parameter keys An **arbitrary string** to associate with a value that is populated with a reserved word (described below). As the author of the tool, you have control over what "key" you would like to be passed to your tool. For example, if you want to have your tool receive and operate on the query parameter "dataverseFileId=42" instead of just "fileId=42", that's fine.
108108

doc/sphinx-guides/source/api/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you are a researcher or curator who wants to automate parts of your workflow,
99
Servers You Can Test With
1010
-------------------------
1111

12-
Rather than using a production Dataverse installation, API users are welcome to use http://demo.dataverse.org for testing. You can email support@dataverse.org if you have any trouble with this server.
12+
Rather than using a production Dataverse installation, API users are welcome to use https://demo.dataverse.org for testing. You can email support@dataverse.org if you have any trouble with this server.
1313

1414
If you would rather have full control over your own test server, deployments to AWS, Docker, and more are covered in the :doc:`/developers/index` and the :doc:`/installation/index`.
1515

doc/sphinx-guides/source/api/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Dataverse Software API questions are on topic in all the usual places:
237237

238238
- The dataverse-community Google Group: https://groups.google.com/forum/#!forum/dataverse-community
239239
- The Dataverse Project community calls: https://dataverse.org/community-calls
240-
- The Dataverse Project chat room: http://chat.dataverse.org
240+
- The Dataverse Project chat room: https://chat.dataverse.org
241241
- The Dataverse Project ticketing system: support@dataverse.org
242242

243243
After your question has been answered, you are welcome to help improve the :doc:`faq` section of this guide.

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Dataverse Software exposes most of its GUI functionality via a REST-based AP
99

1010
.. _CORS: https://www.w3.org/TR/cors/
1111

12-
.. warning:: The Dataverse Software's API is versioned at the URI - all API calls may include the version number like so: ``http://server-address/api/v1/...``. Omitting the ``v1`` part would default to the latest API version (currently 1). When writing scripts/applications that will be used for a long time, make sure to specify the API version, so they don't break when the API is upgraded.
12+
.. warning:: The Dataverse Software's API is versioned at the URI - all API calls may include the version number like so: ``https://server-address/api/v1/...``. Omitting the ``v1`` part would default to the latest API version (currently 1). When writing scripts/applications that will be used for a long time, make sure to specify the API version, so they don't break when the API is upgraded.
1313

1414
.. contents:: |toctitle|
1515
:local:
@@ -503,7 +503,7 @@ The fully expanded example above (without environment variables) looks like this
503503
504504
curl -H "X-Dataverse-key:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -X PUT "https://demo.dataverse.org/api/dataverses/root/metadatablocks/isRoot"
505505
506-
.. note:: Previous endpoints ``$SERVER/api/dataverses/$id/metadatablocks/:isRoot`` and ``POST http://$SERVER/api/dataverses/$id/metadatablocks/:isRoot?key=$apiKey`` are deprecated, but supported.
506+
.. note:: Previous endpoints ``$SERVER/api/dataverses/$id/metadatablocks/:isRoot`` and ``POST https://$SERVER/api/dataverses/$id/metadatablocks/:isRoot?key=$apiKey`` are deprecated, but supported.
507507

508508

509509
.. _create-dataset-command:
@@ -795,7 +795,7 @@ Getting its draft version:
795795
export SERVER_URL=https://demo.dataverse.org
796796
export PERSISTENT_IDENTIFIER=doi:10.5072/FK2/J8SJZB
797797
798-
curl -H "X-Dataverse-key:$API_TOKEN" "http://$SERVER/api/datasets/:persistentId/versions/:draft?persistentId=$PERSISTENT_IDENTIFIER"
798+
curl -H "X-Dataverse-key:$API_TOKEN" "https://$SERVER/api/datasets/:persistentId/versions/:draft?persistentId=$PERSISTENT_IDENTIFIER"
799799
800800
The fully expanded example above (without environment variables) looks like this:
801801

@@ -2857,7 +2857,7 @@ The fully expanded example above (without environment variables) looks like this
28572857
Currently the following methods are used to detect file types:
28582858
28592859
- The file type detected by the browser (or sent via API).
2860-
- JHOVE: http://jhove.openpreservation.org
2860+
- JHOVE: https://jhove.openpreservation.org
28612861
- The file extension (e.g. ".ipybn") is used, defined in a file called ``MimeTypeDetectionByFileExtension.properties``.
28622862
- The file name (e.g. "Dockerfile") is used, defined in a file called ``MimeTypeDetectionByFileName.properties``.
28632863
@@ -3202,7 +3202,7 @@ The fully expanded example above (without environment variables) looks like this
32023202
32033203
curl -H "X-Dataverse-key:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -X POST \
32043204
-F 'jsonData={"description":"My description bbb.","provFreeform":"Test prov freeform","categories":["Data"],"dataFileTags":["Survey"],"restrict":false}' \
3205-
"http://demo.dataverse.org/api/files/24/metadata"
3205+
"https://demo.dataverse.org/api/files/24/metadata"
32063206
32073207
A curl example using a ``PERSISTENT_ID``
32083208

0 commit comments

Comments
 (0)