diff --git a/src/environments/environment.beta.ts b/src/environments/environment.beta.ts index e92a594..c52de83 100644 --- a/src/environments/environment.beta.ts +++ b/src/environments/environment.beta.ts @@ -23,7 +23,7 @@ export let properties: EnvProperties = { searchDataciteAPIURL: "https://api.datacite.org/works", searchOrcidURL: "https://pub.orcid.org/v2.1/", orcidURL: "https://orcid.org/", - doiURL: "https://dx.doi.org/", + doiURL: "https://doi.org/", pmcURL: "http://europepmc.org/articles/", pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/", handleURL: "http://hdl.handle.net/", @@ -94,9 +94,7 @@ export let properties: EnvProperties = { searchLinkToOrganizations: "/search/find/organizations", searchLinkToCompatibleDataProviders: "/search/content-providers", searchLinkToEntityRegistriesDataProviders: "/search/entity-registries", - searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table", searchLinkToJournals: "/search/journals", - searchLinkToJournalsTable: "/search/journals-table", searchLinkToAdvancedResults: "/search/advanced/research-outcomes", searchLinkToAdvancedPublications: "/search/advanced/publications", searchLinkToAdvancedProjects: "/search/advanced/projects", diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index a2e009c..cc82cc9 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -23,7 +23,7 @@ export let properties: EnvProperties = { searchDataciteAPIURL: "https://api.datacite.org/works", searchOrcidURL: "https://pub.orcid.org/v2.1/", orcidURL: "https://orcid.org/", - doiURL: "https://dx.doi.org/", + doiURL: "https://doi.org/", pmcURL: "http://europepmc.org/articles/", pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/", handleURL: "http://hdl.handle.net/", @@ -95,9 +95,7 @@ export let properties: EnvProperties = { searchLinkToOrganizations: "/search/find/organizations", searchLinkToCompatibleDataProviders: "/search/content-providers", searchLinkToEntityRegistriesDataProviders: "/search/entity-registries", - searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table", searchLinkToJournals: "/search/journals", - searchLinkToJournalsTable: "/search/journals-table", searchLinkToAdvancedResults: "/search/advanced/research-outcomes", searchLinkToAdvancedPublications: "/search/advanced/publications", searchLinkToAdvancedProjects: "/search/advanced/projects", diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 28e10cf..c4075db 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -30,7 +30,7 @@ export let properties: EnvProperties = { searchDataciteAPIURL: "https://api.datacite.org/works", searchOrcidURL: "https://pub.orcid.org/v2.1/", orcidURL: "https://orcid.org/", - doiURL: "https://dx.doi.org/", + doiURL: "https://doi.org/", pmcURL: "http://europepmc.org/articles/", pmidURL: "https://www.ncbi.nlm.nih.gov/pubmed/", handleURL: "http://hdl.handle.net/", @@ -94,9 +94,7 @@ export let properties: EnvProperties = { searchLinkToOrps: '/search/find/research-outcomes?type="other"', searchLinkToCompatibleDataProviders: "/search/content-providers", searchLinkToEntityRegistriesDataProviders: "/search/entity-registries", - searchLinkToEntityRegistriesDataProvidersTable: "/search/entity-registries-table", searchLinkToJournals: "/search/journals", - searchLinkToJournalsTable: "/search/journals-table", searchLinkToAdvancedResults: "/search/advanced/research-outcomes", searchLinkToAdvancedProjects: "/search/advanced/projects", searchLinkToAdvancedDataProviders: "/search/advanced/dataproviders",