We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56deb33 commit 13e43c0Copy full SHA for 13e43c0
1 file changed
terraform/lambdas/redirect-spa.js
@@ -7,7 +7,7 @@ function handler(event) {
7
8
var redirectMap = {
9
"/platforms": "/subhub/research-platforms",
10
- "/article/share": "subhub/research-platforms",
+ "/article/share": "/subhub/research-platforms",
11
"/researcher-profiles-and-ids/discovery-profiles-research-outputs": "/subhub/discovery-profiles-research-outputs",
12
"/researcher-profiles-and-ids/discovery-profiles-research-outputs/add-research-discovery-profile-and-researchspace": "/subhub/add-research-discovery-profile-and-researchspace",
13
"/open-access/open-access-publishing-agreements": "/article/open-access-publishing-agreements",
0 commit comments