Skip to content

Commit

Permalink
chore: update xsd links
Browse files Browse the repository at this point in the history
  • Loading branch information
lekotros committed May 4, 2022
1 parent 0565fdf commit 2312ffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/ValidationConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ const ValidationConfig = (props: ValidationConfigProps) => {
<Typography><b>1.</b> Begin by selecting which schema to validate against</Typography>
<Typography>
<ul style={{ marginTop: 0 }}>
<li>NeTEx - The full NeTEx schema (<Link href="https://netex-cen.eu/"><a target="_blank">more info</a></Link>)</li>
<li>NeTEx Light - NeTEx schema without constraint (<Link href="https://netex-cen.eu/"><a target="_blank">more info</a></Link>)</li>
<li>EPIP - NeTEx European Passenger Information Profile (<Link href="https://data4pt-project.eu/providing-netex-as-open-data-on-a-national-access-point-nap/"><a target="_blank">more info</a></Link>)</li>
<li>NeTEx - The full NeTEx schema (<Link href="https://github.com/NeTEx-CEN/NeTEx"><a target="_blank">more info</a></Link>)</li>
<li>NeTEx Light - NeTEx schema without constraint (<Link href="https://data4pt.org/wiki/NeTEX#NeTEx-Light"><a target="_blank">more info</a></Link>)</li>
<li>EPIP - NeTEx European Passenger Information Profile (<Link href="https://data4pt.org/NeTEx/GraphicKit/Documention_of_XSD_for_EPIP.html"><a target="_blank">more info</a></Link>)</li>
</ul>
</Typography>
<FormControl>
Expand Down

0 comments on commit 2312ffc

Please sign in to comment.