Skip to content

Commit cf45845

Browse files
committed
[Fix] Fixed the broken links
1 parent 8e0014c commit cf45845

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
@@ -327,7 +327,7 @@ the `Internal` Brain mode will only be available once completing these steps.
327327

328328
1. Make sure the TensorFlowSharp plugin is in your `Assets` folder. A Plugins
329329
folder which includes TF# can be downloaded
330-
[here](https://s3.amazonaws.com/unity-agents/0.3/TFSharpPlugin.unitypackage).
330+
[here](https://s3.amazonaws.com/unity-ml-agents/0.3/TFSharpPlugin.unitypackage).
331331
Double click and import it once downloaded. You can see if this was
332332
successfully installed by checking the TensorFlow files in the Project tab
333333
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)