File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4040 export GIT_TAG=`git describe`
4141 echo $GIT_TAG
42- export TAG_MESSAGE=`git tag -n 0.2.0rc0 | awk '{$1=""; print}' | cut -c 2-`
42+ export TAG_MESSAGE=`git tag -n 0.2.0 | awk '{$1=""; print}' | cut -c 2-`
4343 echo $TAG_MESSAGE
4444
4545 git config --global user.name "CI Builder"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ principles with [MONAI](https://github.com/Project-MONAI).
1313
1414[ Brief Demo] ( https://youtu.be/gzAR-Ix31Gs )
1515
16- ![ DEMO] ( docs/images/demo.png )
16+ ![ DEMO] ( https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/ docs/images/demo.png)
1717
1818## Features
1919
@@ -70,7 +70,7 @@ MONAI Label comes with [pre-built plugin](plugins/ohif) for [OHIF Viewer](https:
7070
7171> OHIF Viewer will be accessible at http://127.0.0.1:8000/ohif/
7272
73- ![ OHIF] ( docs/images/ohif.png )
73+ ![ OHIF] ( https://raw.githubusercontent.com/Project-MONAI/MONAILabel/main/ docs/images/ohif.png)
7474
7575> ** _ NOTE:_ ** OHIF does not yet support Scribbles-based annotations.
7676
You can’t perform that action at this time.
0 commit comments