Skip to content

Commit 8503172

Browse files
committed
Update DSDOC references to DSDOC9
Use latest version of DSDOC page referenced, if it is available.
1 parent 334a264 commit 8503172

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DSpace is a community built and supported project. We do not have a centralized
1010
## Contribute new code via a Pull Request
1111

1212
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.
13-
Contributors to each release are recognized in our [Release Notes](https://wiki.lyrasis.org/display/DSDOC8x/Release+Notes).
13+
Contributors to each release are recognized in our [Release Notes](https://wiki.lyrasis.org/display/DSDOC9x/Release+Notes).
1414

1515
Code Contribution Checklist
1616
- [ ] PRs _should_ be smaller in size (ideally less than 1,000 lines of code, not including comments & tests)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Prior versions of DSpace (v6.x and below) used two different UIs (XMLUI and JSPU
3333
Documentation for each release may be viewed online or downloaded via our [Documentation Wiki](https://wiki.lyrasis.org/display/DSDOC/).
3434

3535
The latest DSpace Installation instructions are available at:
36-
https://wiki.lyrasis.org/display/DSDOC8x/Installing+DSpace
36+
https://wiki.lyrasis.org/display/DSDOC9x/Installing+DSpace
3737

3838
Please be aware that, as a Java web application, DSpace requires a database (PostgreSQL)
3939
and a servlet container (usually Tomcat) in order to function.

dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Please see the Flyway Documentation for more information: http://flywaydb.org/
2323
The `update-sequences.sql` script in this directory may still be used to update
2424
your internal database counts if you feel they have gotten out of "sync". This
2525
may sometimes occur after large restores of content (e.g. when using the DSpace
26-
[AIP Backup and Restore](https://wiki.lyrasis.org/display/DSDOC7x/AIP+Backup+and+Restore)
26+
[AIP Backup and Restore](https://wiki.lyrasis.org/display/DSDOC9x/AIP+Backup+and+Restore)
2727
feature).
2828

2929
This `update-sequences.sql` script can be executed by running

dspace-api/src/test/java/org/dspace/app/itemexport/ItemExportCLIIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
/**
4242
* Basic integration testing for the SAF Export feature via CLI {@link ItemExportCLI}.
43-
* https://wiki.lyrasis.org/display/DSDOC7x/Importing+and+Exporting+Items+via+Simple+Archive+Format
43+
* https://wiki.lyrasis.org/display/DSDOC9x/Importing+and+Exporting+Items+via+Simple+Archive+Format
4444
*
4545
* @author Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
4646
*/

dspace-api/src/test/java/org/dspace/app/itemimport/ItemImportCLIIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
/**
4343
* Basic integration testing for the SAF Import feature via CLI {@link ItemImportCLI}.
44-
* https://wiki.lyrasis.org/display/DSDOC7x/Importing+and+Exporting+Items+via+Simple+Archive+Format
44+
* https://wiki.lyrasis.org/display/DSDOC9x/Importing+and+Exporting+Items+via+Simple+Archive+Format
4545
*
4646
* @author Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
4747
*/

dspace-api/src/test/java/org/dspace/content/packager/ITDSpaceAIP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
/**
7373
* Basic integration testing for the AIP Backup and Restore feature
74-
* https://wiki.lyrasis.org/display/DSDOC5x/AIP+Backup+and+Restore
74+
* https://wiki.lyrasis.org/display/DSDOC9x/AIP+Backup+and+Restore
7575
*
7676
* @author Tim Donohue
7777
*/

dspace-server-webapp/src/test/java/org/dspace/app/itemexport/ItemExportIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
/**
5858
* Basic integration testing for the SAF Export feature via UI {@link ItemExport}.
59-
* https://wiki.lyrasis.org/display/DSDOC7x/Importing+and+Exporting+Items+via+Simple+Archive+Format
59+
* https://wiki.lyrasis.org/display/DSDOC9x/Importing+and+Exporting+Items+via+Simple+Archive+Format
6060
*
6161
* @author Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
6262
*/

dspace-server-webapp/src/test/java/org/dspace/app/itemimport/ItemImportIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
/**
6464
* Basic integration testing for the SAF Import feature via UI {@link ItemImport}.
65-
* https://wiki.lyrasis.org/display/DSDOC7x/Importing+and+Exporting+Items+via+Simple+Archive+Format
65+
* https://wiki.lyrasis.org/display/DSDOC9x/Importing+and+Exporting+Items+via+Simple+Archive+Format
6666
*
6767
* @author Francesco Pio Scognamiglio (francescopio.scognamiglio at 4science.com)
6868
*/

dspace/config/dspace.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ identifier.doi.namespaceseparator = dspace/
290290
# [dspace]/config/spring/api/discovery.xml
291291
#
292292
# See also the Discovery Documentation:
293-
# https://wiki.lyrasis.org/display/DSDOC7x/Discovery
293+
# https://wiki.lyrasis.org/display/DSDOC9x/Discovery
294294

295295
##### Handle settings ######
296296

dspace/src/main/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ docker push dspace/dspace-postgres-pgcrypto:latest-loadsql
122122

123123
This is a test / demo image which provides an Apache HTTPD proxy (in front of Tomcat)
124124
with `mod_shib` & Shibboleth installed based on the
125-
[DSpace Shibboleth configuration instructions](https://wiki.lyrasis.org/display/DSDOC7x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication).
125+
[DSpace Shibboleth configuration instructions](https://wiki.lyrasis.org/display/DSDOC9x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication).
126126
It is primarily for usage for testing DSpace's Shibboleth integration.
127127
It uses https://samltest.id/ as the Shibboleth IDP
128128

0 commit comments

Comments
 (0)