Skip to content

Commit

Permalink
[ui] Move demo files to public/demo and update links in getting start…
Browse files Browse the repository at this point in the history
…ed and import
  • Loading branch information
hhssb committed Nov 1, 2024
1 parent 843f746 commit bb7a9dc
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function UploadCustomActivityCategoryCodesPage() {
how the file should be structured:
</p>
<a
href="/activity_custom_isic_demo.csv"
href="/demo/activity_custom_isic_demo.csv"
download="custom_activity_categories.example.csv"
className="underline"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function UploadCustomSectorsPage() {
business environments.
</p>
<a
href="/legal_forms_demo.csv"
href="/demo/legal_forms_demo.csv"
download="legal_form.example.csv"
className="underline"
>
Expand Down
2 changes: 1 addition & 1 deletion app/src/app/getting-started/upload-custom-sectors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function UploadCustomSectorsPage() {
using international standards.
</p>
<a
href="/sectors_demo.csv"
href="/demo/sectors_demo.csv"
download="sectors.example.csv"
className="underline"
>
Expand Down
2 changes: 1 addition & 1 deletion app/src/app/getting-started/upload-regions/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function UploadRegionsPage() {
in order to be processed correctly.
</p>
<a
href="/regions_demo.csv"
href="/demo/regions_demo.csv"
download="regions.example.csv"
className="underline"
>
Expand Down
4 changes: 2 additions & 2 deletions app/src/app/import/establishments-without-legal-unit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export default function UploadEstablishmentsWithoutLegalUnitPage() {
structured:
</p>
<a
href="/informal_establishments_units_demo.csv"
download="informalestablishments.example.csv"
href="/demo/informal_establishments_units_demo.csv"
download="informal_establishments.example.csv"
className="underline"
>
Download example CSV file
Expand Down
4 changes: 2 additions & 2 deletions app/src/app/import/establishments/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export default function UploadEstablishmentsPage() {
should be structured:
</p>
<a
href="/formal_establishments_units_demo.csv"
download="formalestablishments.example.csv"
href="/demo/formal_establishments_units_demo.csv"
download="formal_establishments.example.csv"
className="underline"
>
Download example CSV file
Expand Down
4 changes: 2 additions & 2 deletions app/src/app/import/legal-units/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export default function UploadLegalUnitsPage() {
structured:
</p>
<a
href="/legal_units_demo.csv"
download="legalunits.example.csv"
href="/demo/legal_units_demo.csv"
download="legal_units.example.csv"
className="underline"
>
Download example CSV file
Expand Down

0 comments on commit bb7a9dc

Please sign in to comment.