From 1e4664a7ca2282451975174c4043bdd3a523079f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 26 Nov 2024 14:44:54 -0500 Subject: [PATCH] Fill in URLs in the README.md Otherwise github does not render them nicely and people might not know where to go --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8b53ea80..5b8a8c6a 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -85,4 +85,4 @@ The command to compile a dereferenced schema is `bst -v export --output src/sche ## Documentation -The BIDS validator documentation is available on [Read the Docs](https://bids-validator.readthedocs.io/en/latest/). \ No newline at end of file +The BIDS validator documentation is available on [Read the Docs](https://bids-validator.readthedocs.io/en/latest/).