Skip to content

Commit c0eb5c7

Browse files
committed
docs: added some missing links
1 parent 68bc0b2 commit c0eb5c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See upcoming features and development progress on the [Trello Board](https://tre
2020

2121
## Getting Started
2222

23-
Fluid Behavior Tree is used through [Unity's Package Manager](). In order to use it you'll need to add the following two lines to your `Packages/manifest.json` file. After that you'll be able to visually control what specific version of Fluid Behavior Tree you're using from the package manager window in Unity.
23+
Fluid Behavior Tree is used through [Unity's Package Manager](https://docs.unity3d.com/Manual/CustomPackages.html). In order to use it you'll need to add the following two lines to your `Packages/manifest.json` file. After that you'll be able to visually control what specific version of Fluid Behavior Tree you're using from the package manager window in Unity.
2424

2525
```json
2626
{
@@ -561,7 +561,7 @@ public static class BehaviorTreeBuilderExtensions {
561561

562562
## Development Environment
563563

564-
If you wish to run to run the development environment you'll need to install [node.js](#). Then run the following from the root once.
564+
If you wish to run to run the development environment you'll need to install [node.js](https://nodejs.org/en/). Then run the following from the root once.
565565

566566
`npm install`
567567

0 commit comments

Comments
 (0)