From d9d43ef9c1317d6c6f2e61dfe989d6274394b0e8 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 26 Aug 2025 09:37:39 +0300 Subject: [PATCH 1/3] README.md: replace links to http://www.dspace.org --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 878a31754f..391e6b7c37 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Overview DSpace open source software is a turnkey repository application used by more than 2,000 organizations and institutions worldwide to provide durable access to digital resources. -For more information, visit http://www.dspace.org/ +For more information, visit https://www.dspace.org/ DSpace consists of both a Java-based backend and an Angular-based frontend. @@ -552,7 +552,7 @@ Additional support options are at https://wiki.lyrasis.org/display/DSPACE/Suppor DSpace also has an active service provider network. If you'd rather hire a service provider to install, upgrade, customize or host DSpace, then we recommend getting in touch with one of our -[Registered Service Providers](http://www.dspace.org/service-providers). +[Registered Service Providers](https://www.dspace.org/service-providers). Issue Tracker @@ -565,7 +565,7 @@ DSpace uses GitHub to track issues: License ------- DSpace source code is freely available under a standard [BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause). -The full license is available in the [LICENSE](LICENSE) file or online at http://www.dspace.org/license/ +The full license is available in the [LICENSE](LICENSE) file or online at https://www.dspace.org/license/ DSpace uses third-party libraries which may be distributed under different licenses. Those licenses are listed in the [LICENSES_THIRD_PARTY](LICENSES_THIRD_PARTY) file. From 0bdb8ec7f2fe481b704aecb2ec8a49dfda6b8134 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 26 Aug 2025 09:37:54 +0300 Subject: [PATCH 2/3] src/app/footer: use https for dspace.org link --- src/app/footer/footer.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/footer/footer.component.html b/src/app/footer/footer.component.html index 297a300d95..b4461df18a 100644 --- a/src/app/footer/footer.component.html +++ b/src/app/footer/footer.component.html @@ -53,7 +53,7 @@

{{ 'footer.link.dspace' | translate}} + href="https://www.dspace.org/" role="link" tabindex="0">{{ 'footer.link.dspace' | translate}} {{ 'footer.copyright' | translate:{year: dateObj | date:'y'} }} {{ 'footer.link.lyrasis' | translate}} From 287347b764876bcff1eb4ded8b49c2871fe3e997 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 28 Aug 2025 06:25:33 +0300 Subject: [PATCH 3/3] README.md: fix link to service providers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 391e6b7c37..789197d78b 100644 --- a/README.md +++ b/README.md @@ -552,7 +552,7 @@ Additional support options are at https://wiki.lyrasis.org/display/DSPACE/Suppor DSpace also has an active service provider network. If you'd rather hire a service provider to install, upgrade, customize or host DSpace, then we recommend getting in touch with one of our -[Registered Service Providers](https://www.dspace.org/service-providers). +[Registered Service Providers](https://dspace.org/registered-service-providers/). Issue Tracker