Skip to content

Commit

Permalink
fixed redirection URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Conal-Tuohy committed Aug 6, 2018
1 parent 533c4a4 commit 2f30ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xproc/signup.xpl
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
<p:input port="source">
<p:inline>
<c:response status="303">
<c:header name="location" value="http://www.nma.gov.au/api/thankyou"/>
<c:header name="location" value="http://www.nma.gov.au/collections/api/thankyou"/>
</c:response>
</p:inline>
</p:input>
Expand Down
2 changes: 1 addition & 1 deletion xproc/xproc-z.xpl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ version="1.0" name="main" xmlns:nma="tag:conaltuohy.com,2018:nma">
<p:input port="source">
<p:inline>
<c:response status="303">
<c:header name="location" value="http://www.nma.gov.au/api/landing"/>
<c:header name="location" value="http://www.nma.gov.au/collections/api/landing"/>
</c:response>
</p:inline>
</p:input>
Expand Down

0 comments on commit 2f30ecb

Please sign in to comment.