Skip to content

Commit

Permalink
Update openeo.org links to use HTTPS (#59)
Browse files Browse the repository at this point in the history
We should lead by example!
  • Loading branch information
christophfriedrich committed Sep 4, 2020
1 parent daef6da commit 6c64fdf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# openEO Hub
This repository contains the source code for [openEO Hub](http://hub.openeo.org), a centralized platform to explore openEO back-end providers.
This repository contains the source code for [openEO Hub](https://hub.openeo.org), a centralized platform to explore openEO back-end providers.

**It is currently in a rather early stage of development.**

Expand All @@ -14,7 +14,7 @@ openEO Hub tries to implement some ambitious ideas. It is aimed to be a platform
* explore publicly available containers to run UDFs

## Public API endpoints
The Hub provides its data via a RESTful API under http://hub.openeo.org/api. The following endpoints are intended to be used by the public:
The Hub provides its data via a RESTful API under https://hub.openeo.org/api. The following endpoints are intended to be used by the public:

* Metadata about the API
* `GET /api` -- capabilities document compliant to openEO API v0.4.2.
Expand All @@ -30,7 +30,7 @@ The Hub provides its data via a RESTful API under http://hub.openeo.org/api. The
* `POST /process_graphs` -- add a new process graph to the Hub's repository (note that there's NO update or delete functionality!)

## Getting started
This app is deployed at http://hub.openeo.org/.
This app is deployed at https://hub.openeo.org/.

If you want to set it up yourself, follow these steps:

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<body>
<div id="app"></div>
<noscript>Sorry, the <a href="http://www.openeo.org">openEO</a> Hub requires JavaScript to be enabled!</noscript>
<noscript>Sorry, the <a href="https://openeo.org/">openEO</a> Hub requires JavaScript to be enabled!</noscript>
</body>

</html>
2 changes: 1 addition & 1 deletion src/Hub.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</main>

<footer>
This is <strong>openEO Hub</strong>, a discovery and exchange platform for the <a href="http://openeo.org/">openEO</a> community.
This is <strong>openEO Hub</strong>, a discovery and exchange platform for the <a href="https://openeo.org/">openEO</a> community.
</footer>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/AboutSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<section id="about">
<p><strong>openEO hub</strong> is a tool to discover backends that support the openEO API. It is also an exchange platform to share process graphs among the openEO community.</p>
<p>The data is crawled from the backends and then cached, so may lag behind reality.</p>
<p>For more information on openEO, visit the project's homepage: <a href="http://openeo.org/">http://openeo.org/</a></p>
<p>For more information on openEO, visit the project's homepage: <a href="https://openeo.org/">https://openeo.org/</a></p>
<p>The source code of this website is available <a href="https://github.com/Open-EO/openeo-hub">on GitHub</a>.</p>
</section>
</template>

0 comments on commit 6c64fdf

Please sign in to comment.