Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05fbf6 commit 267f93eCopy full SHA for 267f93e
mkdocs.yml
@@ -17,8 +17,8 @@ theme:
17
text: Ubuntu
18
code: Roboto Mono
19
20
-repo_name: 'Eurecat/BehaviorTree.CPP'
21
-repo_url: 'https://github.com/Eurecat/BehaviorTree.CPP'
+repo_name: 'BehaviorTreeCPP'
+repo_url: 'https://github.com/BehaviorTree/BehaviorTreeCPP'
22
23
markdown_extensions:
24
- admonition
@@ -34,7 +34,7 @@ pages:
34
- Introduction: BT_basics.md
35
- Sequence Nodes: SequenceNode.md
36
- Fallback Nodes: FallbackNode.md
37
- - Decorators Nodes: DecoratorNode.md
+ - Decorators Nodes: DecoratorNode.md
38
- Tutorials:
39
- Getting started: getting_started.md
40
- Create a Tree: tutorial_A_create_trees.md
0 commit comments