diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e3e1b5f..d9192c33 100644 --- a/CONTRIBUTING.md +++ b/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). diff --git a/README.md b/README.md index f1ab318a..9a5d7cea 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. diff --git a/examples/objects/text.py b/examples/objects/text.py index 87e23b2f..c370c0d8 100644 --- a/examples/objects/text.py +++ b/examples/objects/text.py @@ -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), diff --git a/tools/arb/README.md b/tools/arb/README.md index e2427e3e..35e04315 100644 --- a/tools/arb/README.md +++ b/tools/arb/README.md @@ -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.