Skip to content

Commit

Permalink
Email updates (#146)
Browse files Browse the repository at this point in the history
* update emails in terms, citing, and contact
* update pdfproxyhandler to use new PDFs
* update site PDFs with new contact email
  • Loading branch information
kirschbombe authored Dec 4, 2023
1 parent d1bd751 commit bdc725c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ public PDFProxyHandler(final Configuration aConfig) {
public void handle(final RoutingContext aContext) {
switch (aContext.normalisedPath()) {
case "/terms-of-use/please-read":
aContext.reroute("/pdfs/A-1_Terms-of-Use_20180711.pdf");
aContext.reroute("/pdfs/A-1-Terms-of-Use_20231129.pdf");
break;
case "/terms-of-use/contributors":
aContext.reroute("/pdfs/A-2_Citing-Contributors_20180711.pdf");
aContext.reroute("/pdfs/A-2_Citing-Contributors_20231129.pdf");
break;
case "/user-guide":
aContext.reroute("/pdfs/B-0_Contents_20180712.pdf");
Expand All @@ -50,7 +50,7 @@ public void handle(final RoutingContext aContext) {
aContext.reroute("/pdfs/C-1_Publications_20180711.pdf");
break;
case "/contacts":
aContext.reroute("/pdfs/C-2_Contact-Us_20180711.pdf");
aContext.reroute("/pdfs/C-2_Contact-Us_20231129.pdf");
break;
default:
aContext.put(ERROR_HEADER, "Bad Request");
Expand Down
Binary file removed src/main/webapp/pdfs/A-1_Terms-of-Use_20180711.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/main/webapp/pdfs/C-2_Contact-Us_20180711.pdf
Binary file not shown.
Binary file added src/main/webapp/pdfs/C-2_Contact-Us_20231129.pdf
Binary file not shown.

0 comments on commit bdc725c

Please sign in to comment.