Skip to content

Commit

Permalink
Merge pull request #1209 from datalad-handbook/ria
Browse files Browse the repository at this point in the history
fix RIA URL spec
  • Loading branch information
adswa authored Dec 18, 2023
2 parents 0030174 + a90cc15 commit 050ff06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/beyond_basics/101-147-riastores.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ on where the RIA store (should) exists, or rather, which file transfer protocol

- A URL to an :term:`SSH`\-accessible server has a ``ria+ssh://`` prefix, followed
by user and hostname specification and an **absolute** path:
``ria+ssh://[user@]hostname:/absolute/path/to/ria-store``
``ria+ssh://[user@]hostname/absolute/path/to/ria-store``
- A URL to a store on a local file system has a ``ria+file://`` prefix,
followed by an **absolute** path: ``ria+file:///absolute/path/to/ria-store``

Expand Down Expand Up @@ -462,7 +462,7 @@ Depending on the protocol being used, the URLs are composed similarly to during
sibling creation:

- A URL to a RIA store on an :term:`SSH`\-accessible server takes the
same format as before: ``ria+ssh://[user@]hostname:/absolute/path/to/ria-store``
same format as before: ``ria+ssh://[user@]hostname/absolute/path/to/ria-store``
- A URL to a RIA store on a local file system also looks like during sibling
creation: ``ria+file:///absolute/path/to/ria-store``
- A URL for read (without annex) access to a store via :term:`http` (e.g., to a RIA store like
Expand Down

0 comments on commit 050ff06

Please sign in to comment.