Skip to content

Commit

Permalink
docs: update a-frame links to 1.4.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Mar 10, 2023
1 parent 38fd9d3 commit b3ee05e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
@@ -1,3 +1,3 @@
# Contribution Guide

The Contribution Guide for all ARENA projects can be found [here](https://arena.conix.io/content/contributing.html).
The Contribution Guide for all ARENA projects can be found [here](https://docs.arenaxr.org/content/contributing.html).
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@ Draw objects and run programs in the ARENA using Python!

## Documentation
The ARENA Python library user guide and tutorials:
[ARENA Documentation: Python](https://arena.conix.io/content/python/).
[ARENA Documentation: Python](https://docs.arenaxr.org/content/python/).

## Setup
Install package using pip:
Expand Down Expand Up @@ -80,7 +80,7 @@ Changelog can be found [here](https://github.com/conix-center/ARENA-py/tree/mast
## ARENA-py Repository Files
- [arena/](https://github.com/conix-center/ARENA-py/tree/master/arena/): The ARENA Python library.

- [examples/](https://github.com/conix-center/ARENA-py/tree/master/examples/): Canonical examples of ARENA functions from the [documentation](https://arena.conix.io/content/python/).
- [examples/](https://github.com/conix-center/ARENA-py/tree/master/examples/): Canonical examples of ARENA functions from the [documentation](https://docs.arenaxr.org/content/python/).
- [examples/objects](https://github.com/conix-center/ARENA-py/tree/master/examples/objects): Examples on how to create various ARENA-py objects.
- [examples/attributes](https://github.com/conix-center/ARENA-py/tree/master/examples/attributes): Examples on how to declare an add various ARENA-py object attributes.

Expand Down
2 changes: 1 addition & 1 deletion examples/objects/text.py
Expand Up @@ -8,7 +8,7 @@ def make_text():
object_id="my_text",
text="Hello World!",
align="center",
font="mozillavr", # https://aframe.io/docs/1.2.0/components/text.html#stock-fonts
font="mozillavr", # https://aframe.io/docs/1.4.0/components/text.html#stock-fonts
position=(0,2,-3),
scale=(1.5,1.5,1.5),
color=(100,255,255),
Expand Down
2 changes: 1 addition & 1 deletion tools/arb/README.md
Expand Up @@ -2,7 +2,7 @@
An AR/VR capable editing tool to create/manipulate/delete ARENA objects.

## Documentation
The ARENA AR Builder user guide and tutorials: [ARENA Documentation: Authoring Tool](https://arena.conix.io/content/tools/authoring.html).
The ARENA AR Builder user guide and tutorials: [ARENA Documentation: Authoring Tool](https://docs.arenaxr.org/content/tools/authoring.html).

## Requirements
See top-level python documentation for [Python requirements](https://github.com/conix-center/arena-py). This tool uses the [ARENA Persistence Database](https://github.com/conix-center/arena-persist), so all changes are persisted.
Expand Down

0 comments on commit b3ee05e

Please sign in to comment.