Skip to content

Commit

Permalink
Update old URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
atomarch authored Nov 11, 2019
1 parent 91748e3 commit 67009f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Built entirely using standards-compliant JavaScript and WebGL, 8th Wall Web is a
# Resources

* [Getting Started Guide](https://github.com/8thwall/web/tree/master/gettingstarted)
* [Documentation](https://docs.8thwall.com/web)
* [Documentation](https://www.8thwall.com/docs/web/)
* [8th Wall Website](https://www.8thwall.com)

* [Serving projects locally](https://github.com/8thwall/web/tree/master/serve) - A "serve" script that will run a local https webserver on your development computer. Useful for development and testing of 8th Wall Web projects.
Expand Down
10 changes: 5 additions & 5 deletions gettingstarted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Download and run sample projects

To get started with 8th Wall web development, you will need to:
* Create 8th Wall account at https://console.8thwall.com with a Web Developer workspace (Free or Pro).
* Create an app key that allows access to 8th Wall's Javascript at https://console.8thwall.com/web
* Create 8th Wall account at https://www.8thwall.com
* Create a new project and copy your App Key (see https://www.8thwall.com/docs/web/#start-new-project)
* Download the source code from this repo, and replace the app key in the source with your app key.
* Serve the source code on your local network over https, for example using the provided serve script.
* Authorize access to your app key on your phone with a dev token (Free and Pro) or your domain (Pro only).
* Authorize access to your app key on your phone with via device authorization (Free plan) or your domain (Agency or Business plans).
* Connect to your sever from your phone, accept certificate warnings and camera permissions.

## What you should see
Expand All @@ -22,6 +22,6 @@ or scan on phone:<br> ![QR1](../images/qr-gettingstarted_xr3js.png) | or scan on

## Further reading

For a detailed tutorial on getting started with 8th Wall Web sample projects, please refer to Getting Started section of the 8th Wall Web documentation:
For a detailed tutorial on getting started with 8th Wall Web sample projects, please refer to the Quick Start Guide (Self Hosting) section of the 8th Wall documentation:

https://docs.8thwall.com/web/#tutorial
https://www.8thwall.com/docs/web/#quick-start-guide-self-hosting
7 changes: 4 additions & 3 deletions gettingstarted/arcamera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## Your first AR Camera.

To get started with 8th Wall AR Cameras, you will need to:
* Create 8th Wall account at https://console.8thwall.com with an AR Camera workspace (Free or Pro).
* Create a new camera at https://console.8thwall.com/cameras/new
* Create 8th Wall account at https://www.8thwall.com
* Add an AR Camera workspace: https://www.8thwall.com/docs/web/#create-workspace
* Create a new camera
* Upload your GLB model file (or use one of the ones below).
* Place model as desired and then publish.
* View your camera at the generated link on your mobile phone, or scan the generated QR code on your phone.
Expand All @@ -23,4 +24,4 @@ Preview | File | Link (mobile only) | Scan Link

For detailed instructions on creating or exporting .glb files and their requirements for AR Camera, please see:

https://8thwall.com/glb.html
https://www.8thwall.com/glb.html

0 comments on commit 67009f5

Please sign in to comment.