Skip to content

Commit

Permalink
refactor: Changed link styling in URL spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrimpCryptid committed Jan 23, 2025
1 parent 9d9d946 commit 2837a7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions documentation/URL_SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ For example, the following query parameters enable the volume on the first and
third channels (`c0=ven:1` and `c2=ven:1`), and sets the initial view to show an XY
slice along the Z axis (`view=Z`).

`https://volumeviewer.allencell.org/viewer`**`?url={some-data}&c0=ven:1&c2=ven:1&view=Z`**
`https://volumeviewer.allencell.org/viewer?url={some-data}&c0=ven:1&c2=ven:1&view=Z`

If you are using our public build, set
`https://volumeviewer.allencell.org/viewer` as the base address, but if you are
running locally you can substitute this for a `localhost` address.
[`https://volumeviewer.allencell.org/viewer`](https://volumeviewer.allencell.org/viewer)
as the base address. If you are running Vol-E locally, you can substitute this
for a `localhost` address.

## Common Examples

Expand Down

0 comments on commit 2837a7d

Please sign in to comment.