Skip to content

Commit 13e43c0

Browse files
author
Lynette Nguyen
committed
Add missing /
1 parent 56deb33 commit 13e43c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/lambdas/redirect-spa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function handler(event) {
77

88
var redirectMap = {
99
"/platforms": "/subhub/research-platforms",
10-
"/article/share": "subhub/research-platforms",
10+
"/article/share": "/subhub/research-platforms",
1111
"/researcher-profiles-and-ids/discovery-profiles-research-outputs": "/subhub/discovery-profiles-research-outputs",
1212
"/researcher-profiles-and-ids/discovery-profiles-research-outputs/add-research-discovery-profile-and-researchspace": "/subhub/add-research-discovery-profile-and-researchspace",
1313
"/open-access/open-access-publishing-agreements": "/article/open-access-publishing-agreements",

0 commit comments

Comments
 (0)