Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix RIA URL spec #1209

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading