From e86cdc335b6a60c6e25bfb0f095eb4b2fd28b0ce Mon Sep 17 00:00:00 2001 From: Daniel Molnar Date: Mon, 2 May 2022 18:53:07 +0200 Subject: [PATCH] fix: example urls in READMEs --- ARDrivingCar/README.md | 6 +++--- ARReticle/README.md | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ARDrivingCar/README.md b/ARDrivingCar/README.md index 9d31e32..d08e985 100644 --- a/ARDrivingCar/README.md +++ b/ARDrivingCar/README.md @@ -1,7 +1,7 @@ # AR Driving Car -Adapted from original code from here: -https://github.com/viromedia/viro/tree/master/js/ARDrivingCarDemo +Adapted from original code from here: +https://github.com/viromedia/viro/tree/master/code-samples/js/ARDrivingCarDemo ## Installation @@ -18,4 +18,4 @@ NOTE: The variant arguments are not needed for debug or release. Mulit-touch is not working on Android, so you can't control the steering wheel and the pedals at the same time. Also has a yellow console warning: -Warning: Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state. \ No newline at end of file +Warning: Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state. diff --git a/ARReticle/README.md b/ARReticle/README.md index df042f7..2589b7c 100644 --- a/ARReticle/README.md +++ b/ARReticle/README.md @@ -2,8 +2,8 @@ Example code for using a reticle for object placement. The reticle is a quad in the center of the field of view which uses camera hit testing to find the horizontal plane. Press the reticle to place the object. -Adapted from original code from here: -https://github.com/viromedia/viro/tree/master/js/ARDrivingCarDemo +Adapted from original code from here: +https://github.com/viromedia/viro/tree/master/code-samples/js/ARDrivingCarDemo ## Installation @@ -14,4 +14,3 @@ https://github.com/viromedia/viro/tree/master/js/ARDrivingCarDemo 5. `npx react-native run-android` or `npx react-native run-ios` NOTE: The variant arguments are not needed for debug or release. -