diff --git a/README.md b/README.md index ae9c808..771cbe4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![com.realitytoolkit.devicesimulation](https://github.com/realitycollective/realitycollective.logo/blob/main/RealityToolkit/RepoBanners/com.realitytoolkit.devicesimulation.png?raw=true) -A collection of services, utilities and tools for simulating XR devices when working in the Unity editor using the [Reality Toolkit](https://www.realitytoolkit.io/). +A collection of services, utilities and tools for simulating XR devices when working in the Unity editor using the [Reality Toolkit](https://realitytoolkit.realitycollective.net/). [![openupm](https://img.shields.io/npm/v/com.realitytoolkit.devicesimulation?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.realitytoolkit.devicesimulation/) [![Discord](https://img.shields.io/discord/597064584980987924.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/hF7TtRCFmB) [![Publish main branch and increment version](https://github.com/realitycollective/com.realitytoolkit.devicesimulation/actions/workflows/main-publish.yml/badge.svg)](https://github.com/realitycollective/com.realitytoolkit.devicesimulation/actions/workflows/main-publish.yml) @@ -59,4 +59,4 @@ We are working on making the Reality Toolkit available via the Unity asset store ## Getting Started -Check the ["Getting Started"](https://www.realitytoolkit.io/) documentation for the Reality Toolkit and to learn more about this module. \ No newline at end of file +Check the ["Getting Started"](https://realitytoolkit.realitycollective.net/) documentation for the Reality Toolkit and to learn more about this module. \ No newline at end of file diff --git a/package.json b/package.json index 9db1621..7966708 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "RealityToolkit.DeviceSimulation", "description": "Development extnsion for the Reality Toolkit implementing simulated controller devices and headsets for faster iteration.", "version": "1.0.0-pre.12", - "documentationUrl": "https://realitytoolkit.io", + "documentationUrl": "https://realitytoolkit.realitycollective.net/", "changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.devicesimulation/releases", "licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.devicesimulation/blob/main/LICENSE.md", "keywords": [ @@ -13,7 +13,7 @@ "Mixed Reality" ], "unity": "2022.3", - "homepage": "https://realitytoolkit.io", + "homepage": "https://realitytoolkit.realitycollective.net/", "bugs": { "url": "https://github.com/realitycollective/com.realitytoolkit.devicesimulation/issues" },