Skip to content

Commit 175e3a7

Browse files
committed
Replace plaintext links to www.dspace.org
I used this command to find and replace all occurrences: $ grep -rl 'http://www.dspace.org' * \ | xargs sed -i 's_http://www.dspace.org_https://www.dspace.org_'
1 parent 67a17e4 commit 175e3a7

File tree

134 files changed

+138
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+138
-138
lines changed

README.md

Lines changed: 3 additions & 3 deletions

docker/cli.assetstore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# detailed in the LICENSE and NOTICE files at the root of the source
44
# tree and available online at
55
#
6-
# http://www.dspace.org/license/
6+
# https://www.dspace.org/license/
77
#
88

99
#

docker/cli.ingest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# detailed in the LICENSE and NOTICE files at the root of the source
44
# tree and available online at
55
#
6-
# http://www.dspace.org/license/
6+
# https://www.dspace.org/license/
77
#
88

99
#

docker/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# detailed in the LICENSE and NOTICE files at the root of the source
44
# tree and available online at
55
#
6-
# http://www.dspace.org/license/
6+
# https://www.dspace.org/license/
77
#
88

99
#

docker/db.entities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# detailed in the LICENSE and NOTICE files at the root of the source
44
# tree and available online at
55
#
6-
# http://www.dspace.org/license/
6+
# https://www.dspace.org/license/
77
#
88

99
#

docker/docker-compose-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# detailed in the LICENSE and NOTICE files at the root of the source
44
# tree and available online at
55
#
6-
# http://www.dspace.org/license/
6+
# https://www.dspace.org/license/
77
#
88

99
# Docker Compose for running the DSpace backend for e2e testing in a CI environment

docker/docker-compose-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# detailed in the LICENSE and NOTICE files at the root of the source
44
# tree and available online at
55
#
6-
# http://www.dspace.org/license/
6+
# https://www.dspace.org/license/
77
#
88

99
# Docker Compose for running the DSpace Angular UI dist build

docker/docker-compose-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# detailed in the LICENSE and NOTICE files at the root of the source
44
# tree and available online at
55
#
6-
# http://www.dspace.org/license/
6+
# https://www.dspace.org/license/
77
#
88

99
# Docker Compose for running the DSpace backend for testing/development

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# detailed in the LICENSE and NOTICE files at the root of the source
44
# tree and available online at
55
#
6-
# http://www.dspace.org/license/
6+
# https://www.dspace.org/license/
77
#
88

99
# Docker Compose for running the DSpace Angular UI for testing/development

lint/generate-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* detailed in the LICENSE and NOTICE files at the root of the source
44
* tree and available online at
55
*
6-
* http://www.dspace.org/license/
6+
* https://www.dspace.org/license/
77
*/
88

99
import {

0 commit comments

Comments
 (0)