Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
johguenther committed Mar 8, 2023
1 parent cdb39c8 commit 7f9bc6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,19 +389,19 @@ Documentation
=============

The following [API
documentation](http://www.sdvis.org/ospray/download/OSPRay_readme.pdf "OSPRay Documentation")
documentation](https://www.ospray.org/OSPRay_readme.pdf "OSPRay Documentation")
of OSPRay can also be found as a [pdf
document](http://www.sdvis.org/ospray/download/OSPRay_readme.pdf "OSPRay Documentation").
document](https://www.ospray.org/OSPRay_readme.pdf "OSPRay Documentation").

For a deeper explanation of the concepts, design, features and
performance of OSPRay also have a look at the IEEE Vis 2016 paper
[OSPRay – A CPU Ray Tracing Framework for Scientific
Visualization](http://www.sdvis.org/ospray/download/talks/IEEEVis2016_OSPRay_paper.pdf)
Visualization](https://www.ospray.org/talks/IEEEVis2016_OSPRay_paper.pdf)
(49MB, or get the [smaller
version](http://www.sdvis.org/ospray/download/talks/IEEEVis2016_OSPRay_paper_small.pdf)
version](https://www.ospray.org/talks/IEEEVis2016_OSPRay_paper_small.pdf)
1.8MB). The [slides of the
talk](http://www.sdvis.org/ospray/download/talks/IEEEVis2016_OSPRay_talk.pdf)
(5.2MB) are also available.
talk](https://www.ospray.org/talks/IEEEVis2016_OSPRay_talk.pdf) (5.2MB)
are also available.

OSPRay API
==========
Expand Down
6 changes: 3 additions & 3 deletions doc/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ found as a [pdf document][OSPRayReadme].
For a deeper explanation of the concepts, design, features and
performance of OSPRay also have a look at the IEEE Vis 2016 paper
"[OSPRay – A CPU Ray Tracing Framework for Scientific
Visualization](http://www.sdvis.org/ospray/download/talks/IEEEVis2016_OSPRay_paper.pdf)"
Visualization](https://www.ospray.org/talks/IEEEVis2016_OSPRay_paper.pdf)"
(49MB, or get the [smaller
version](http://www.sdvis.org/ospray/download/talks/IEEEVis2016_OSPRay_paper_small.pdf)
version](https://www.ospray.org/talks/IEEEVis2016_OSPRay_paper_small.pdf)
1.8MB). The [slides of the
talk](http://www.sdvis.org/ospray/download/talks/IEEEVis2016_OSPRay_talk.pdf)
talk](https://www.ospray.org/talks/IEEEVis2016_OSPRay_talk.pdf)
(5.2MB) are also available.
2 changes: 1 addition & 1 deletion doc/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[Embree]: https://www.embree.org/
[Intel Embree]: https://www.embree.org/
[Open Image Denoise]: https://openimagedenoise.github.io/
[OSPRayReadme]: http://www.sdvis.org/ospray/download/OSPRay_readme.pdf "OSPRay Documentation"
[OSPRayReadme]: https://www.ospray.org/OSPRay_readme.pdf "OSPRay Documentation"
[doc/ospray2_porting_guide.md]: https://www.ospray.org/ospray2_porting_guide.html

[camera]: documentation.html#cameras
Expand Down
3 changes: 2 additions & 1 deletion scripts/tests/README
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ or do the following steps:
call md5sum on the resulting .png files. Add a .png.md5 file to
tests/baseling/TESTNAME.png.md5 with the value of the checksum. rename
the .png file to be the checksum value, and then send this to OSPRay Devs who
will upload it to sdvis.org under /var/www/html/ospray/download/baseline/benchmark-data/MD5.
will add it to https://github.com/ospray/ospray-test-data /
https://www.ospray.org/ospray-test-data/.

0 comments on commit 7f9bc6d

Please sign in to comment.