Skip to content

Commit efc4b81

Browse files
authored
Merge pull request #287 from starphys/link-fixes
Nine links fixed and minor tone fixes
2 parents 80261f0 + 4c5134a commit efc4b81

File tree

7 files changed

+15
-15
lines changed
  • 02.create-and-explore
    • 03.start-working-in-your-sandbox
      • 11.restoring-sandbox-content/01.backup-entities
      • 14.streaming
    • 09.extras/03.syncing-services
  • 03.learn-with-us
    • 03.all-about-entity-scripts
    • 07.create-your-own-attachments
  • 04.build-guide/05.android

7 files changed

+15
-15
lines changed

02.create-and-explore/03.start-working-in-your-sandbox/11.restoring-sandbox-content/01.backup-entities/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ taxonomy:
1010

1111
Your domain server makes regular archives of the content in your domain. Content archives include Models.json, content settings, and assets in [ATP](https://docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/assignment-clients). You can upload and download content archives onto your computer. From **Content Archives** in the **Content** dropdown menu, you can see and download all of your backups of domain content and content settings. These backups can be used to restore your domain to a previous version or to share your archive and settings info with another user. ![](content-archive-list.PNG)
1212

13-
To manage automatic content archive intervals, go to **Automatic Content Archives** in the **Settings** dropdown menu or follow the link provided. For more information, see [Automatic Content Archives](https:://docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/server-settings-for-your-domain#access-your-server-settings).
13+
To manage automatic content archive intervals, go to **Automatic Content Archives** in the **Settings** dropdown menu or follow the link provided. For more information, see [Automatic Content Archives](https://docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/server-settings-for-your-domain#access-your-server-settings).
1414

1515
You can create a content archive manually by clicking **Generate New Archive**. You should see a "Generate a content archive" pop-up window. Type in a name for your new archive, then click **Generate Archive**. ![](generate-content-archive.PNG)
1616

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Broadcasting Audio and Video In World
2+
title: Streaming Audio and Video In World
33
taxonomy:
44
category: docs
55
---
6-
Learn how to stream audio with Stereo Mix [here](docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/streaming/streaming-audio).
6+
Learn how to stream audio with Stereo Mix [here](https://docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/streaming/streaming-audio).
77

8-
Learn how to stream video with ScreenLeap [here](docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/streaming/streaming-video).
8+
Learn how to stream video with ScreenLeap [here](https://docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/streaming/streaming-video).
99

1010
Follow both tutorials to broadcast audio and video at the same time.
1111

12-
To learn how to live stream from High Fidelity, go [here](docs.highfidelity.com/create-and-explore/live-streaming/intro-to-live-streaming).
12+
To learn how to live stream from High Fidelity, go [here](https://docs.highfidelity.com/create-and-explore/live-streaming/intro-to-live-streaming).

02.create-and-explore/09.extras/03.syncing-services/01.video-syncing/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ taxonomy:
77
*Learn how you can share a synced video and watch videos at the same time as your friends (in High Fidelity).*
88

99
##Introduction
10-
If you've ever wanted to watch a video simultaneously with your friends, you can now do that in High Fidelity using a syncing service called [Sync Video](http://sync-video.com/). Additionally, you can follow [these instructions](docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/streaming/streaming-video) to stream using Screenleap.
10+
If you've ever wanted to watch a video simultaneously with your friends, you can now do that in High Fidelity using a syncing service called [Sync Video](http://sync-video.com/). Additionally, you can follow [these instructions](https://docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/streaming/streaming-video) to stream using Screenleap.
1111

1212

1313
###Syncing and Sharing Videos

02.create-and-explore/09.extras/03.syncing-services/02.slide-syncing/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ taxonomy:
77
*Learn how you can share a synced presentation and watch it at the same time as other users, in High Fidelity.*
88

99
##Introduction
10-
If you've ever wanted to share a presentation to other users in High Fidelity, you can now do so using a syncing service called [Slides](https://slides.com/). Additionally, you can follow [these instructions](docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/streaming/streaming-video) to stream using Screenleap.
10+
If you've ever wanted to share a presentation to other users in High Fidelity, you can now do so using a syncing service called [Slides](https://slides.com/). Additionally, you can follow [these instructions](https://docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/streaming/streaming-video) to stream using Screenleap.
1111

1212

1313
###Syncing and Sharing Presentation

03.learn-with-us/03.all-about-entity-scripts/docs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Entities.addEntity({
356356

357357
```
358358

359-
In the same way that we use `Entities.addEntity `in our cube spawning object to make new cubes, we also use the [Entity Functions API](https://wiki.highfidelity.com/wiki/Entity_Functions_API) to add our spawner when we launch the createCubeSpawner script. We added one additional entity property, ‘dimensions’, which will make our spawner a little bit longer than the other cubes. We also gave it a name to make it easier to find in our entity list.
359+
In the same way that we use `Entities.addEntity `in our cube spawning object to make new cubes, we also use the Entity Functions API to add our spawner when we launch the createCubeSpawner script. We added one additional entity property, ‘dimensions’, which will make our spawner a little bit longer than the other cubes. We also gave it a name to make it easier to find in our entity list.
360360

361361
Cleaning up our Cubes If you click around on your spawner a lot, you’ll generate a pretty large number of cubes quickly, which can be a pain to clean up! We’re going to change our code in our cube spawner to delete all of the cubes we’ve made when we delete the spawner, so we can remove all of them with one deletion.
362362

@@ -452,13 +452,13 @@ What we’ve done is build up our system to allow us to run a single script in o
452452

453453
### Additional Resources for Chapter 2
454454

455-
- [Entity Functions API](https://wiki.highfidelity.com/wiki/Entity_Functions_API)
455+
- [Entity Functions API](https://docs.highfidelity.com/api-reference/namespaces/entities)
456456
- [JavaScript Array Reference](https://www.w3schools.com/js/js_arrays.asp)
457457
- [JavaScript While Loops](https://www.w3schools.com/js/js_loop_while.asp)
458-
- [Creating Client Entity Scripts](https://wiki.highfidelity.com/wiki/Creating_Client_Entity_Scripts)
459-
- [Creating Server Entity Scripts](https://wiki.highfidelity.com/wiki/Creating_Server_Entity_Scripts)
460-
- [Attaching Entity Scripts](https://wiki.highfidelity.com/wiki/Attaching_Entity_Scripts)
461-
- [Script Types Overview](https://wiki.highfidelity.com/wiki/Script_Types_Overview)
458+
- [Creating Client Entity Scripts](https://docs.highfidelity.com/create-and-explore/all-about-scripting/attach-entity-scripts/client-entity-scripts)
459+
- [Creating Server Entity Scripts](https://docs.highfidelity.com/create-and-explore/all-about-scripting/attach-entity-scripts/server-entity-scripts)
460+
- [Attaching Entity Scripts](https://docs.highfidelity.com/create-and-explore/all-about-scripting/attach-entity-scripts)
461+
- [Script Types Overview](https://docs.highfidelity.com/create-and-explore/all-about-scripting)
462462
- [Entity script examples](https://github.com/highfidelity/hifi/tree/master/script-archive/entityScripts)
463463

464464
## Chapter 3: Moving & Equipping our Spawner

03.learn-with-us/07.create-your-own-attachments/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Congratulations! You’ve learnt how to add a viking helmet avatar attachment an
121121

122122
## Related Pages
123123

124-
* [3D Models](../../create-and-explore/3d-modelling)
124+
* [3D Models](https://docs.highfidelity.com/create-and-explore/3d-modeling)
125125
* [Marketplace Submission Guidelines](../../create-and-explore/marketplace/submission-guidelines)
126126
* [All About Scripting](../../create-and-explore/all-about-scripting)
127127
* [Avatar Standards](../../create-and-explore/avatars/avatar-standards)

04.build-guide/05.android/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ taxonomy:
88

99
## Overview
1010

11-
Please read the [general build guide](../build-guide) for information on dependencies required for all platforms. Only Android specific instructions are found in this file.
11+
Please read the [general build guide](https://docs.highfidelity.com/build-guide/basic-build-guide) for information on dependencies required for all platforms. This guide only contains Android specific instructions.
1212

1313
### Android Dependencies
1414

0 commit comments

Comments
 (0)