Skip to content

Commit 164e0f4

Browse files
author
Marwan Mattar
authored
Merge pull request #490 from Unity-Technologies/feature/fix-aws-links-again
[Fix] Fixed the broken links
2 parents 44c2134 + cf45845 commit 164e0f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Getting-Started-with-Balance-Ball.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ the `Internal` Brain mode will only be available once completing these steps.
325325

326326
1. Make sure the TensorFlowSharp plugin is in your `Assets` folder. A Plugins
327327
folder which includes TF# can be downloaded
328-
[here](https://s3.amazonaws.com/unity-agents/0.3/TFSharpPlugin.unitypackage).
328+
[here](https://s3.amazonaws.com/unity-ml-agents/0.3/TFSharpPlugin.unitypackage).
329329
Double click and import it once downloaded. You can see if this was
330330
successfully installed by checking the TensorFlow files in the Project tab
331331
under `Assets` -> `ML-Agents` -> `Plugins` -> `Computer`

docs/Using-TensorFlow-Sharp-in-Unity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _Notice: This feature is still experimental. While it is possible to embed train
1515
## Requirements
1616

1717
* Unity 2017.1 or above
18-
* Unity TensorFlow Plugin ([Download here](https://s3.amazonaws.com/unity-agents/0.3/TFSharpPlugin.unitypackage))
18+
* Unity TensorFlow Plugin ([Download here](https://s3.amazonaws.com/unity-ml-agents/0.3/TFSharpPlugin.unitypackage))
1919

2020
# Using TensorFlowSharp with ML-Agents
2121

0 commit comments

Comments
 (0)