Skip to content

Commit a08a2a9

Browse files
Merge pull request datacite#921 from datacite/subjects-link
Use valid link for OECD subjects
2 parents 05f6cb5 + 5c2a620 commit a08a2a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components/doi-subject.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="help-block">
3131
The default subject scheme is provided by the
3232
<a
33-
target="_blank" rel="noopener noreferrer" href="https://www.oecd.org/science/inno/38235147.pdf"
33+
target="_blank" rel="noopener noreferrer" href="https://web-archive.oecd.org/2012-06-15/138575-38235147.pdf"
3434
>
3535
OECD Fields of Science and Technology (FOS)
3636
</a>

app/utils/fos-mappings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const OECD_SCHEME = 'Fields of Science and Technology (FOS)';
2-
const OECD_SCHEME_URI = 'http://www.oecd.org/science/inno/38235147.pdf';
2+
const OECD_SCHEME_URI = 'https://web-archive.oecd.org/2012-06-15/138575-38235147.pdf';
33
const MAPPING = {
44
mappingListVersion: '1.0',
5-
originalUrl: 'https://www.oecd.org/science/inno/38235147.pdf',
5+
originalUrl: 'https://web-archive.oecd.org/2012-06-15/138575-38235147.pdf',
66
fosFields: [
77
{
88
fosId: '1',

0 commit comments

Comments
 (0)