Skip to content

Commit

Permalink
#356 replace Travis Badges with GH Workflow-ones and SSL-lize test URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 30, 2021
1 parent 933be4e commit bb9e965
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/geopython/GeoHealthCheck.png)](https://travis-ci.org/geopython/GeoHealthCheck)
[![Join the chat at https://gitter.im/geopython/GeoHealthCheck](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/geopython/GeoHealthCheck)
[![CI Build](https://github.com/geopython/GeoHealthCheck/actions/workflows/main.yml/badge.svg)](https://github.com/geopython/GeoHealthCheck/actions/workflows/main.yml)
[![Docker Build](https://github.com/geopython/GeoHealthCheck/actions/workflows/docker.yml/badge.svg)](https://github.com/geopython/GeoHealthCheck/actions/workflows/docker.yml)
[![Full Documentation](https://img.shields.io/badge/ReadTheDocs-online-green.svg)](http://docs.geohealthcheck.org)
[![Full Documentation](https://img.shields.io/badge/ReadTheDocs-online-green.svg)](https://docs.geohealthcheck.org)
[![Gitter](https://img.shields.io/gitter/room/geopython/GeoHealthCheck.svg?style=flat-square)](https://gitter.im/geopython/GeoHealthCheck)

GeoHealthCheck
==============
Expand Down
4 changes: 2 additions & 2 deletions tests/data/fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resource_type": "OGC:WMS",
"active": true,
"title": "PDOK BAG Web Map Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"url": "https://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"tags": [
"ows",
"pdok"
Expand All @@ -41,7 +41,7 @@
"resource_type": "OGC:WFS",
"active": true,
"title": "PDOK BAG Web Feature Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wfs/v1_1",
"url": "https://geodata.nationaalgeoregister.nl/bag/wfs/v1_1",
"tags": [
"ows",
"pdok"
Expand Down
2 changes: 1 addition & 1 deletion tests/data/minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"resource_type": "OGC:WMS",
"active": true,
"title": "PDOK BAG Web Map Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"url": "https://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"tags": []
}
},
Expand Down
6 changes: 3 additions & 3 deletions tests/data/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"resource_type": "OGC:WMS",
"active": true,
"title": "PDOK BAG Web Map Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"url": "https://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"tags": [
"ows",
"pdok"
Expand All @@ -29,7 +29,7 @@
"resource_type": "OGC:WMS",
"active": true,
"title": "PDOK BAG Web Map Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"url": "https://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"tags": [
"ows",
"pdok"
Expand All @@ -50,7 +50,7 @@
"resource_type": "OGC:WFS",
"active": true,
"title": "PDOK BAG Web Feature Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wfs/v1_1",
"url": "https://geodata.nationaalgeoregister.nl/bag/wfs/v1_1",
"tags": [
"ows",
"pdok"
Expand Down

0 comments on commit bb9e965

Please sign in to comment.