Skip to content

Commit 76acfcc

Browse files
Update .io to .net (#147)
1 parent 3a11aea commit 76acfcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![com.realitytoolkit.core](https://github.com/realitycollective/realitycollective.logo/blob/main/RealityToolkit/RepoBanners/com.realitytoolkit.core.png?raw=true)
44

5-
The core module of the [Reality Toolkit](https://www.realitytoolkit.io/) contains base implementations used across toolkit modules and is mandatory in any project using the toolkit.
5+
The core module of the [Reality Toolkit](https://realitytoolkit.realitycollective.net/) contains base implementations used across toolkit modules and is mandatory in any project using the toolkit.
66

77
[![openupm](https://img.shields.io/npm/v/com.realitytoolkit.core?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.realitytoolkit.core/) [![Discord](https://img.shields.io/discord/597064584980987924.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/hF7TtRCFmB)
88
[![Publish main branch and increment version](https://github.com/realitycollective/com.realitytoolkit.core/actions/workflows/main-publish.yml/badge.svg)](https://github.com/realitycollective/com.realitytoolkit.core/actions/workflows/main-publish.yml)
@@ -59,4 +59,4 @@ We are working on making the Reality Toolkit available via the Unity asset store
5959

6060
## Getting Started
6161

62-
Check the ["Getting Started"](https://www.realitytoolkit.io/) documentation for the Reality Toolkit and to learn more about this module.
62+
Check the ["Getting Started"](https://realitytoolkit.realitycollective.net/docs/get-started) documentation for the Reality Toolkit and to learn more about this module.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "RealityToolkit.Core",
44
"description": "The core framework of the Reality Toolkit by the Reality Collective.",
55
"version": "1.0.0-pre.71",
6-
"documentationUrl": "https://realitytoolkit.io",
6+
"documentationUrl": "https://realitytoolkit.realitycollective.net/docs/get-started/",
77
"changelogUrl": "https://github.com/realitycollective/com.realitytoolkit.core/releases",
88
"licensesUrl": "https://github.com/realitycollective/com.realitytoolkit.core/blob/main/LICENSE.md",
99
"keywords": [
@@ -13,7 +13,7 @@
1313
"Mixed Reality"
1414
],
1515
"unity": "2022.3",
16-
"homepage": "https://realitytoolkit.io",
16+
"homepage": "https://realitytoolkit.realitycollective.net/",
1717
"bugs": {
1818
"url": "https://github.com/realitycollective/com.realitytoolkit.core/issues"
1919
},

0 commit comments

Comments
 (0)