From 7f9bc6d789aa19d61315d1ff836922397756835e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=BCnther?= Date: Wed, 8 Mar 2023 20:13:33 +0100 Subject: [PATCH] Fix broken links --- README.md | 12 ++++++------ doc/documentation.md | 6 +++--- doc/links.md | 2 +- scripts/tests/README | 3 ++- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4a7fa25220..23b64fc1b4 100644 --- a/README.md +++ b/README.md @@ -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 ========== diff --git a/doc/documentation.md b/doc/documentation.md index a4d17c678c..82f6a1fd0a 100644 --- a/doc/documentation.md +++ b/doc/documentation.md @@ -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. diff --git a/doc/links.md b/doc/links.md index 40436bc5d0..995a266c04 100644 --- a/doc/links.md +++ b/doc/links.md @@ -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 diff --git a/scripts/tests/README b/scripts/tests/README index 115d019439..fa847fd4bc 100644 --- a/scripts/tests/README +++ b/scripts/tests/README @@ -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/.