Skip to content

Commit

Permalink
Simplify links
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Sep 16, 2024
1 parent 23d803e commit be0ce3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# dwv-angular project

Medical viewer using [DWV](https://github.com/ivmartel/dwv) (DICOM Web Viewer) and [Angular](https://angular.io/):
- [dwv-angular](https://github.com/ivmartel/dwv-angular/tree/main/projects/dwv-angular): Angular component
- [dwv-angular-app](https://github.com/ivmartel/dwv-angular/tree/main/projects/dwv-angular-app): example Angular application integrating the dwv-angular compoment
- [dwv-angular](./projects/dwv-angular): Angular component
- [dwv-angular-app](./projects/dwv-angular-app): example Angular application integrating the dwv-angular compoment

All coding/implementation contributions and comments are welcome. Releases should be ready for deployment otherwise download the code and install dependencies with a `yarn` or `npm` `install`.

Expand Down
2 changes: 1 addition & 1 deletion projects/dwv-angular-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Medical viewer using the [dwv-angular](https://github.com/ivmartel/dwv-angular/t

All coding/implementation contributions and comments are welcome.

dwv-angular is not certified for diagnostic use. Released under GNU GPL-3.0 license (see [license.txt](license.txt)).
dwv-angular is not certified for diagnostic use. Released under GNU GPL-3.0 license (see [license.txt](../../license.txt)).
2 changes: 1 addition & 1 deletion projects/dwv-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Medical viewer [Angular](https://angular.io/) component using [DWV](https://gith

All coding/implementation contributions and comments are welcome.

dwv-angular is not certified for diagnostic use. Released under GNU GPL-3.0 license (see [license.txt](license.txt)).
dwv-angular is not certified for diagnostic use. Released under GNU GPL-3.0 license (see [license.txt](../../license.txt)).

0 comments on commit be0ce3b

Please sign in to comment.