Skip to content

Commit

Permalink
Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ authored Sep 5, 2024
1 parent ffbb310 commit 85a932e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reality Toolkit Documentation

This repository contains the Reality Toolkit documentation website found at [https://www.realitytoolkit.io](https://www.realitytoolkit.io).
This repository contains the Reality Toolkit documentation website found at [https://realitytoolkit.realitycollective.net](https://realitytoolkit.realitycollective.net).

![main](https://github.com/realitycollective/com.realitytoolkit.docs/actions/workflows/deploy.yml/badge.svg?branch=main)
[![Discord](https://img.shields.io/discord/597064584980987924.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/hF7TtRCFmB)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ These are other interaction behaviours that you can add to your interactable obj

Use the `GrabHandPoseBehaviour` to specify a hand pose to use when grabbing the lever. While optional, this can greatly improve your users immersion in the experience.

[Visit Documentation](https://www.realitytoolkit.io/docs/interactions/interaction-behaviours/default-behaviours/grab-hand-pose-behaviour)
[Visit Documentation](https://realitytoolkit.realitycollective.net/docs/interactions/interaction-behaviours/default-behaviours/grab-hand-pose-behaviour)

### LockControllerVisualizerBehaviour

Use the `LockControllerVisualizerBehaviour` to lock the visualized controller or hand to the lever while being operatored. While optional, this can greatly improve your users immersion in the experience.

[Visit Documentation](https://www.realitytoolkit.io/docs/interactions/interaction-behaviours/default-behaviours/lock-controller-visualizer-behaviour)
[Visit Documentation](https://realitytoolkit.realitycollective.net/docs/interactions/interaction-behaviours/default-behaviours/lock-controller-visualizer-behaviour)
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Config = {
title: 'Reality Toolkit',
tagline: 'Official documentation for the Reality Toolkit by the Reality Collective',
favicon: 'img/favicon.ico',
url: 'https://www.realitytoolkit.io',
url: 'https://realitytoolkit.realitycollective.net',
baseUrl: '/',
organizationName: 'realitycollective',
projectName: 'com.realitytoolkit.docs',
Expand Down

0 comments on commit 85a932e

Please sign in to comment.