Skip to content

Commit

Permalink
[SHIP] change bucket_url to demo_url
Browse files Browse the repository at this point in the history
  • Loading branch information
jachan committed Apr 11, 2024
1 parent 2cc8bd3 commit d5b63ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ github:
url: http://localhost:4000
repository_url: https://github.com/newjersey/taxation-mef-viewer

bucket_url: https://jachan-test-cors-public.s3.amazonaws.com
demo_url: https://newjersey.github.io/taxation-mef-viewer/Sample1120.xml
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude: [
]

repository: newjersey/taxation-mef-viewer
bucket_url: https://jachan-test-cors-public.s3.amazonaws.com
demo_url: https://newjersey.github.io/taxation-mef-viewer/Sample1120.xml
github:
url: https://newjersey.github.io/taxation-mef-viewer
repository_url: https://github.com/newjersey/taxation-mef-viewer
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ <h2>Select an XML form to visualize. Supported tax years: 2008 - 2021</h2>
</svg>
</button>
<p id="url-error"></p>
<p>Demo URL: <a href="{{ site.bucket_url }}/Sample1120.xml">{{ site.bucket_url
}}/Sample1120.xml</a></p>
<p>Demo URL: <a href="{{ site.demo_url }}">{{ site.demo_url }}</a></p>
</form>
<div class="file-upload">
<h2>OR</h2>
Expand Down

0 comments on commit d5b63ef

Please sign in to comment.