Skip to content

Commit 097282b

Browse files
authored
Update URLs in README
1 parent bc053dc commit 097282b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ It leverages the [dicomweb-client](https://github.com/dcmjs-org/dicomweb-client)
2121

2222
## Documentation
2323

24-
Documentation of the JavaScript Application Programming Interface (API) is available online at [herrmannlab.github.io/dicom-microscopy-viewer](https://herrmannlab.github.io/dicom-microscopy-viewer/).
24+
Documentation of the JavaScript Application Programming Interface (API) is available online at [imagingdatacommons.github.io/dicom-microscopy-viewer](https://imagingdatacommons.github.io/dicom-microscopy-viewer/).
2525

2626
## Getting started
2727

2828
Note that the *dicom-microscopy-viewer* package is **not** a viewer application, it is a library to build viewer applications.
2929

3030
Below is an example for the most basic usage: a web page that displays a collection of DICOM VL Whole Slide Microscopy Image instances of a digital slide.
31-
For more advanced usage, take a look at the [Slim](https://github.com/herrmannlab/slim) viewer.
31+
For more advanced usage, take a look at the [Slim](https://github.com/imagingdatacommons/slim) viewer.
3232

3333
### Basic usage
3434

3535
The viewer can be embedded in any website, one only needs to
3636

37-
* Create an instance of [VolumeImageViewer](https://herrmannlab.github.io/dicom-microscopy-viewer/viewer.VolumeImageViewer.html). The constructor requires an instance of `DICOMwebClient` for retrieving frames from the archive as well as the metadata for each DICOM image as an instance of [VLWholeSlideMicroscopyImage](https://herrmannlab.github.io/dicom-microscopy-viewer/metadata.VLWholeSlideMicroscopyImage.html).
37+
* Create an instance of [VolumeImageViewer](https://imagingdatacommons.github.io/dicom-microscopy-viewer/viewer.VolumeImageViewer.html). The constructor requires an instance of `DICOMwebClient` for retrieving frames from the archive as well as the metadata for each DICOM image as an instance of [VLWholeSlideMicroscopyImage](https://imagingdatacommons.github.io/dicom-microscopy-viewer/metadata.VLWholeSlideMicroscopyImage.html).
3838

3939
* Call the `render()` method, passing it the HTML element (or the name of the element), which shall contain the viewport.
4040

0 commit comments

Comments
 (0)