diff --git a/Documentation~/com.realitycollective.service-framework.md b/Documentation~/com.realitycollective.service-framework.md index 1d91248..8078daa 100644 --- a/Documentation~/com.realitycollective.service-framework.md +++ b/Documentation~/com.realitycollective.service-framework.md @@ -1,6 +1,6 @@ # Service Framework -The Service Framework package by the [Reality Collective](https://www.realityCollective.io). This package is an extensible service framework to build highly performant components for your Unity projects. +The Service Framework package by the [Reality Collective](https://www.realitycollective.net/). This package is an extensible service framework to build highly performant components for your Unity projects. ## Overview @@ -26,7 +26,7 @@ The simplest way to getting started using the utilities package in your project ## Use cases -The service framework has been the foundation behind such toolkit's as Microsoft's MRTK and open source projects like the XRTK and newly formed [Reality Toolkit](https://www.realitytoolkit.io/). These utilise the framework to enable such use cases as: +The service framework has been the foundation behind such toolkit's as Microsoft's MRTK and open source projects like the XRTK and newly formed [Reality Toolkit](https://realitytoolkit.realitycollective.net/). These utilise the framework to enable such use cases as: - A platform independent input system - A single service able to route input data from multiple controllers on various platforms, each controller only activates on the platform it was designed for. - An Authentication service - Able to integrate with multiple authentication providers as needed through a single interface. @@ -84,10 +84,10 @@ Please feel free to provide feedback via the [Reality Toolkit dev channel here]( ## Related Articles -- [Welcome to the Service Framework](https://service-framework.realitycollective.io/docs/get-started) -- [Introduction](https://service-framework.realitycollective.io/docs/basics/introduction) -- [Creating your first service](https://service-framework.realitycollective.io/docs/basics/getting_started) -- [Roadmap](https://service-framework.realitycollective.io/docs/basics/roadmap) +- [Welcome to the Service Framework](https://serviceframework.realitycollective.net/docs/get-started) +- [Introduction](https://serviceframework.realitycollective.net/docs/basics/introduction) +- [Creating your first service](https://serviceframework.realitycollective.net/docs/basics/getting_started) +- [Roadmap](https://https://serviceframework.realitycollective.net/docs/basics/roadmap) --- diff --git a/README.md b/README.md index 751187c..b8bc950 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![com.realitycollective.service-framework](https://github.com/realitycollective/realitycollective.logo/raw/main/RealityCollective/RepoBanners/com.realitycollective.service-framework.png?raw=true) -The Service Framework package by the [Reality Collective](https://www.realityCollective.io). This package is an extensible service framework to build highly performant components for your Unity projects. +The Service Framework package by the [Reality Collective](https://www.realitycollective.net/). This package is an extensible service framework to build highly performant components for your Unity projects. [![openupm](https://img.shields.io/npm/v/com.realitycollective.service-framework?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.realitycollective.service-framework/) [![Discord](https://img.shields.io/discord/597064584980987924.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/hF7TtRCFmB) @@ -47,7 +47,7 @@ This option will be available soon. ## Use cases -The service framework has been the foundation behind such toolkit's as Microsoft's MRTK and open source projects like the XRTK and newly formed [Reality Toolkit](https://www.realitytoolkit.io/). These utilise the framework to enable such use cases as: +The service framework has been the foundation behind such toolkit's as Microsoft's MRTK and open source projects like the XRTK and newly formed [Reality Toolkit](https://realitytoolkit.realitycollective.net/). These utilise the framework to enable such use cases as: - A platform independent input system - A single service able to route input data from multiple controllers on various platforms, each controller only activates on the platform it was designed for. - An Authentication service - Able to integrate with multiple authentication providers as needed through a single interface. @@ -107,10 +107,10 @@ Please feel free to provide feedback via the [Reality Toolkit dev channel here]( ## Related Articles -- [Welcome to the Service Framework](https://service-framework.realitycollective.io/docs/get-started) -- [Introduction](https://service-framework.realitycollective.io/docs/basics/introduction) -- [Creating your first service](https://service-framework.realitycollective.io/docs/basics/getting_started) -- [Roadmap](https://service-framework.realitycollective.io/docs/basics/roadmap) +- [Welcome to the Service Framework](https://serviceframework.realitycollective.net/docs/get-started) +- [Introduction](https://serviceframework.realitycollective.net/docs/basics/introduction) +- [Creating your first service](https://serviceframework.realitycollective.net/docs/basics/getting_started) +- [Roadmap](https://https://serviceframework.realitycollective.net/docs/basics/roadmap) --- diff --git a/package.json b/package.json index 67301a6..7856916 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "version": "1.0.8-pre.7", "unity": "2020.3", - "homepage": "https://realitycollective.io", + "homepage": "https://serviceframework.realitycollective.net/", "bugs": { "url": "https://github.com/realitycollective/com.realitycollective.service-framework/issues" }, @@ -26,7 +26,7 @@ }, "dependencies": { "com.unity.ugui": "1.0.0", - "com.realitycollective.utilities": "1.0.12", + "com.realitycollective.utilities": "1.0.13", "com.unity.test-framework": "1.1.33" } }