Update DSDOC references to DSDOC9

Use latest version of DSDOC page referenced, if it is available.
This commit is contained in:
Alan Orth
2025-06-27 13:28:31 +03:00
parent 334a264e61
commit 850317213a
11 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ DSpace is a community built and supported project. We do not have a centralized
## Contribute new code via a Pull Request
We accept [GitHub Pull Requests (PRs)](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) at any time from anyone.
Contributors to each release are recognized in our [Release Notes](https://wiki.lyrasis.org/display/DSDOC8x/Release+Notes).
Contributors to each release are recognized in our [Release Notes](https://wiki.lyrasis.org/display/DSDOC9x/Release+Notes).
Code Contribution Checklist
- [ ] PRs _should_ be smaller in size (ideally less than 1,000 lines of code, not including comments & tests)

View File

@@ -33,7 +33,7 @@ Prior versions of DSpace (v6.x and below) used two different UIs (XMLUI and JSPU
Documentation for each release may be viewed online or downloaded via our [Documentation Wiki](https://wiki.lyrasis.org/display/DSDOC/).
The latest DSpace Installation instructions are available at:
https://wiki.lyrasis.org/display/DSDOC8x/Installing+DSpace
https://wiki.lyrasis.org/display/DSDOC9x/Installing+DSpace
Please be aware that, as a Java web application, DSpace requires a database (PostgreSQL)
and a servlet container (usually Tomcat) in order to function.

View File

@@ -23,7 +23,7 @@ Please see the Flyway Documentation for more information: http://flywaydb.org/
The `update-sequences.sql` script in this directory may still be used to update
your internal database counts if you feel they have gotten out of "sync". This
may sometimes occur after large restores of content (e.g. when using the DSpace
[AIP Backup and Restore](https://wiki.lyrasis.org/display/DSDOC7x/AIP+Backup+and+Restore)
[AIP Backup and Restore](https://wiki.lyrasis.org/display/DSDOC9x/AIP+Backup+and+Restore)
feature).
This `update-sequences.sql` script can be executed by running

View File

@@ -40,7 +40,7 @@ import org.junit.Test;
/**
* Basic integration testing for the SAF Export feature via CLI {@link ItemExportCLI}.
* https://wiki.lyrasis.org/display/DSDOC7x/Importing+and+Exporting+Items+via+Simple+Archive+Format
* https://wiki.lyrasis.org/display/DSDOC9x/Importing+and+Exporting+Items+via+Simple+Archive+Format
*
* @author Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
*/

View File

@@ -41,7 +41,7 @@ import org.junit.Test;
/**
* Basic integration testing for the SAF Import feature via CLI {@link ItemImportCLI}.
* https://wiki.lyrasis.org/display/DSDOC7x/Importing+and+Exporting+Items+via+Simple+Archive+Format
* https://wiki.lyrasis.org/display/DSDOC9x/Importing+and+Exporting+Items+via+Simple+Archive+Format
*
* @author Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
*/

View File

@@ -71,7 +71,7 @@ import org.junit.rules.TemporaryFolder;
/**
* Basic integration testing for the AIP Backup and Restore feature
* https://wiki.lyrasis.org/display/DSDOC5x/AIP+Backup+and+Restore
* https://wiki.lyrasis.org/display/DSDOC9x/AIP+Backup+and+Restore
*
* @author Tim Donohue
*/

View File

@@ -56,7 +56,7 @@ import org.springframework.beans.factory.annotation.Autowired;
/**
* Basic integration testing for the SAF Export feature via UI {@link ItemExport}.
* https://wiki.lyrasis.org/display/DSDOC7x/Importing+and+Exporting+Items+via+Simple+Archive+Format
* https://wiki.lyrasis.org/display/DSDOC9x/Importing+and+Exporting+Items+via+Simple+Archive+Format
*
* @author Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
*/

View File

@@ -62,7 +62,7 @@ import org.springframework.mock.web.MockMultipartFile;
/**
* Basic integration testing for the SAF Import feature via UI {@link ItemImport}.
* https://wiki.lyrasis.org/display/DSDOC7x/Importing+and+Exporting+Items+via+Simple+Archive+Format
* https://wiki.lyrasis.org/display/DSDOC9x/Importing+and+Exporting+Items+via+Simple+Archive+Format
*
* @author Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
*/

View File

@@ -290,7 +290,7 @@ identifier.doi.namespaceseparator = dspace/
# [dspace]/config/spring/api/discovery.xml
#
# See also the Discovery Documentation:
# https://wiki.lyrasis.org/display/DSDOC7x/Discovery
# https://wiki.lyrasis.org/display/DSDOC9x/Discovery
##### Handle settings ######

View File

@@ -122,7 +122,7 @@ docker push dspace/dspace-postgres-pgcrypto:latest-loadsql
This is a test / demo image which provides an Apache HTTPD proxy (in front of Tomcat)
with `mod_shib` & Shibboleth installed based on the
[DSpace Shibboleth configuration instructions](https://wiki.lyrasis.org/display/DSDOC7x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication).
[DSpace Shibboleth configuration instructions](https://wiki.lyrasis.org/display/DSDOC9x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication).
It is primarily for usage for testing DSpace's Shibboleth integration.
It uses https://samltest.id/ as the Shibboleth IDP

View File

@@ -9,7 +9,7 @@
# This will be deployed as dspace/dspace-shibboleth:latest
# Build from Ubuntu as it has easy Apache tooling (e.g. a2enmod script is debian only).
# Apache & mod_shib are required for DSpace to act as an SP
# See also https://wiki.lyrasis.org/display/DSDOC7x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication
# See also https://wiki.lyrasis.org/display/DSDOC9x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication
FROM docker.io/ubuntu:20.04
# Apache ENVs (default values)