Skip to content

Commit 18622c1

Browse files
authored
image link fixes (#429)
1 parent 0b4bdab commit 18622c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)