Skip to content

Commit 486a546

Browse files
committed
Updated github links
1 parent 1bf509d commit 486a546

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The library is intended to provide a lightweight and standard-compliant viewer for microscopy images in DICOM format.
66

7-
The viewer relies on [Openlayers](http://openlayers.org/) for rendering pyramid images and dynamically retrieves pyramid tiles (image frames) via [DICOMweb WADO-RS](https://www.dicomstandard.org/dicomweb/retrieve-wado-rs-and-wado-uri/) using [dicomweb-client](https://github.com/mghcomputationalpathology/dicomweb-client).
7+
The viewer relies on [Openlayers](http://openlayers.org/) for rendering pyramid images and dynamically retrieves pyramid tiles (image frames) via [DICOMweb WADO-RS](https://www.dicomstandard.org/dicomweb/retrieve-wado-rs-and-wado-uri/) using [dicomweb-client](https://github.com/herrmannlab/dicomweb-client).
88
However, the viewer API fully abstracts the underlying rendering library and doesn't expose the lower level Openlayers API directly, such that another rendering library could in principle be used in the future if this would be of advantage.
99

1010
A central design choice was to not expose any Openlayers objects or functions via the public API, but always provide an abstraction layer.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ npm install dicom-microscopy-viewer
114114
Build code locally:
115115

116116
```None
117-
git clone https://github.com/mghcomputationalpathology/dicom-microscopy-viewer ~/dicom-microscopy-viewer
117+
git clone https://github.com/herrmannlab/dicom-microscopy-viewer ~/dicom-microscopy-viewer
118118
cd ~/dicom-microscopy-viewer
119119
npm install
120120
npm run build
@@ -123,7 +123,7 @@ npm run build
123123
test code locally:
124124

125125
```None
126-
git clone https://github.com/mghcomputationalpathology/dicom-microscopy-viewer ~/dicom-microscopy-viewer
126+
git clone https://github.com/herrmannlab/dicom-microscopy-viewer ~/dicom-microscopy-viewer
127127
cd ~/dicom-microscopy-viewer
128128
npm install
129129
npm test

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "git+https://github.com/mghcomputationalpathology/dicom-microscopy-viewer.git"
35+
"url": "git+https://github.com/herrmannlab/dicom-microscopy-viewer.git"
3636
},
3737
"keywords": [
3838
"dicom",
@@ -43,9 +43,9 @@
4343
"author": "Markus D. Herrmann",
4444
"license": "MIT",
4545
"bugs": {
46-
"url": "https://github.com/mghcomputationalpathology/dicom-microscopy-viewer/issues"
46+
"url": "https://github.com/herrmannlab/dicom-microscopy-viewer/issues"
4747
},
48-
"homepage": "https://github.com/mghcomputationalpathology/dicom-microscopy-viewer#readme",
48+
"homepage": "https://github.com/herrmannlab/dicom-microscopy-viewer#readme",
4949
"devDependencies": {
5050
"@babel/core": "7.17",
5151
"@babel/preset-env": "7.16",
@@ -70,4 +70,4 @@
7070
"mathjs": "^10.1",
7171
"ol": "^6.13"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)