Skip to content

Commit

Permalink
Updated example/index.html to hopefully work with rawgithub to view t…
Browse files Browse the repository at this point in the history
…he examples
  • Loading branch information
chafey committed Mar 19, 2014
1 parent a23a6d9 commit ea46b02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ or medical imaging should not be required
* Medical images - this includes all DICOM image types as well as non DICOM Image types
* Interactive - All rendering is done on the client side including window/level, zoom, pan, etc.

[Click here to see live examples](https://rawgithub.com/chafey/cornerstone/master/example/index.html)

This project was initiated based on the following comp.protocols.dicom discussion:
https://groups.google.com/forum/#!topic/comp.protocols.dicom/_2fMh69GdAM

[Trello](https://trello.com/b/tGTDIyt4/cornerstone)

[Live Examples](https://rawgithub.com/chafey/cornerstone/master/example/index.html)

Vision
======
* Supports all HTML5 based browsers
Expand Down
10 changes: 5 additions & 5 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ <h1>
</h1>

<ul>
<li><a href="minimal">Minimal example using only HTML (start here)</a></li>
<li><a href="jsminimal">Minimal example using javascript</a></li>
<li><a href="changeimage">Changing the image displayed</a></li>
<li><a href="windowlevel">Windowing and leveling</a></li>
<li><a href="zoompan">Zooming and panning</a></li>
<li><a href="minimal/index.html">Minimal example using only HTML (start here)</a></li>
<li><a href="jsminimal/index.html">Minimal example using javascript</a></li>
<li><a href="changeimage/index.html">Changing the image displayed</a></li>
<li><a href="windowlevel/index.html">Windowing and leveling</a></li>
<li><a href="zoompan/index.html">Zooming and panning</a></li>
</ul>


Expand Down

0 comments on commit ea46b02

Please sign in to comment.