File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88The BIDS Validator is a web application, command-line utility,
99and Javascript/Typescript library for assessing compliance with the
10- [ Brain Imaging Data Structure] [ BIDS ] standard.
10+ [ Brain Imaging Data Structure ( BIDS) ] ( https://bids.neuroimaging.io/ ) standard.
1111
1212## Getting Started
1313
1414In most cases,
15- the simplest way to use the validator is to browse to the [ BIDS Validator] [ ] web page:
15+ the simplest way to use the validator is to browse to the [ BIDS Validator] [ https://bids-standard.github.io/bids-validator/ ] web page:
1616
1717![ The web interface to the BIDS Validator with the "Select Dataset Files" button highlighted.
1818(Dark theme)] ( docs/_static/web_entrypoint_dark.png#gh-dark-mode-only )
@@ -23,8 +23,8 @@ The web validator runs in-browser, and does not transfer data to any remote serv
2323
2424In some contexts, such as when working on a remote server,
2525it may be easier to use the command-line.
26- The BIDS Validator can be run with the [ Deno] runtime
27- (see [ Deno - Installation] [ ] for detailed installation instructions):
26+ The BIDS Validator can be run with the [ Deno] ( https://deno.com/ ) runtime
27+ (see [ Deno - Installation] ( https://docs.deno.com/runtime/getting_started/installation/ ) for detailed installation instructions):
2828
2929``` shell
3030deno run -ERN jsr:@bids/validator
You can’t perform that action at this time.
0 commit comments