Skip to content

Commit

Permalink
Merge pull request #120 from yarikoptic/bf-README
Browse files Browse the repository at this point in the history
Fill in URLs in the README.md
  • Loading branch information
rwblair authored Dec 9, 2024
2 parents d6fae6a + 1e4664a commit 6eceef3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

The BIDS Validator is a web application, command-line utility,
and Javascript/Typescript library for assessing compliance with the
[Brain Imaging Data Structure][BIDS] standard.
[Brain Imaging Data Structure (BIDS)](https://bids.neuroimaging.io/) standard.

## Getting Started

In most cases,
the simplest way to use the validator is to browse to the [BIDS Validator][] web page:
the simplest way to use the validator is to browse to the [BIDS Validator][https://bids-standard.github.io/bids-validator/] web page:

![The web interface to the BIDS Validator with the "Select Dataset Files" button highlighted.
(Dark theme)](docs/_static/web_entrypoint_dark.png#gh-dark-mode-only)
Expand All @@ -23,8 +23,8 @@ The web validator runs in-browser, and does not transfer data to any remote serv

In some contexts, such as when working on a remote server,
it may be easier to use the command-line.
The BIDS Validator can be run with the [Deno] runtime
(see [Deno - Installation][] for detailed installation instructions):
The BIDS Validator can be run with the [Deno](https://deno.com/) runtime
(see [Deno - Installation](https://docs.deno.com/runtime/getting_started/installation/) for detailed installation instructions):

```shell
deno run -ERN jsr:@bids/validator
Expand Down

0 comments on commit 6eceef3

Please sign in to comment.