From 0748f82ee07777c6a7b04355d77c1c35b254471a Mon Sep 17 00:00:00 2001 From: agirbau Date: Tue, 6 Apr 2021 17:50:00 +0200 Subject: [PATCH] Update README.md Updated documentation links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39e884ff..5f93e9e3 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ To learn more about Scanner, see the documentation at [scanner.run](http://scann Scanner's documentation is hosted at [scanner.run](http://scanner.run). Here are a few links to get you started: -* [Installation](http://scanner.run/installation.html) -* [Getting Started](http://scanner.run/getting-started.html) -* [Programming Handbook](http://scanner.run/programming-handbook.html) -* [API Reference](http://scanner.run/api.html) -* [SIGGRAPH 2018 Technical Paper](http://graphics.stanford.edu/papers/scanner/scanner_sig18.pdf) +* [Quickstart](https://scanner.run/guide/quickstart.html#quickstart) +* [Installation](https://scanner.run/guide/getting-started.html#getting-started) +* [Walkthroughs](https://scanner.run/guide/walkthrough.html#walkthrough) +* [API Reference](https://scanner.run/api.html) +* [SIGGRAPH 2018 Technical Paper](http://graphics.stanford.edu/papers/scanner/poms18_scanner.pdf) * [Scanner Examples](https://github.com/scanner-research/scanner/tree/master/examples) ## Contributing