diff --git a/README.md b/README.md index bcfaaa8..57c13b5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Just put the records as XML files in the data directory, adjust a few configurat A demo installation can be found [here](https://demo.opencultureconsulting.com/oai_pmh/?verb=Identify). -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7a12022611d047ad9ef9a0c3aadb986a)](https://www.codacy.com/gh/opencultureconsulting/oai_pmh) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7a12022611d047ad9ef9a0c3aadb986a)](https://www.codacy.com/gh/opencultureconsulting/simple-oai-pmh) ## Installation diff --git a/Resources/Stylesheet.xsl b/Resources/Stylesheet.xsl index 116375d..b432597 100644 --- a/Resources/Stylesheet.xsl +++ b/Resources/Stylesheet.xsl @@ -164,7 +164,7 @@

You are viewing an HTML version of the XML OAI-PMH response. To see the underlying XML as it appears to any OAI-PMH harvester use your web browser's view source option or disable XSLT processing.

-

This XSL script was originally written by Christopher Gutteridge at University of Southampton for the EPrints project and was later adapted by Sebastian Meyer at Open Culture Consulting to be more generally applicable to other OAI-PMH interfaces. It is available on GitHub for free!

+

This XSL script was originally written by Christopher Gutteridge at University of Southampton for the EPrints project and was later adapted by Sebastian Meyer at Open Culture Consulting to be more generally applicable to other OAI-PMH interfaces. It is available on GitHub for free!

diff --git a/composer.json b/composer.json index da49535..6b6917e 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "code4lib", "repository" ], - "homepage": "https://github.com/opencultureconsulting/oai_pmh", + "homepage": "https://github.com/opencultureconsulting/simple-oai-pmh", "readme": "README.md", "license": ["GPL-3.0-or-later"], "authors": [ @@ -41,9 +41,9 @@ } ], "support": { - "issues": "https://github.com/opencultureconsulting/oai_pmh/issues", - "source": "https://github.com/opencultureconsulting/oai_pmh", - "docs": "https://github.com/opencultureconsulting/oai_pmh/blob/master/README.md" + "issues": "https://github.com/opencultureconsulting/simple-oai-pmh/issues", + "source": "https://github.com/opencultureconsulting/simple-oai-pmh", + "docs": "https://github.com/opencultureconsulting/simple-oai-pmh/blob/master/README.md" }, "require": { "php": "^7.0|^8.0",