Skip to content

Commit

Permalink
Merge pull request #38 from NESCent/fix-mou-link
Browse files Browse the repository at this point in the history
Changes link to MOU.
  • Loading branch information
ryanhardy committed Jun 6, 2015
2 parents dcf0db2 + 3503c88 commit d268c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/nescent/plhdb/spring/SecurityServlet.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected void doService(HttpServletRequest request,
super.doService(request, response);
}else if (uri.indexOf("MOU") > -1)
// FIXME: needs to be config parameter!
response.sendRedirect("https://docs.google.com/file/d/0B90egqjmH23uaFlLRWpsXzhFVWM/");
response.sendRedirect("https://goo.gl/qYU9lx");
else if (uri.indexOf("Acknowledgments") > -1)
// FIXME: needs to be a config parameter!
response.sendRedirect("https://docs.google.com/document/pub?id=1rjUon48QburrO-xHd_2qxiC9wMQwZf4fZQ9RdbalYtU");
Expand Down

0 comments on commit d268c98

Please sign in to comment.