From ed56567195926da9c73b8894d60dec31930d72aa Mon Sep 17 00:00:00 2001 From: Loy Date: Fri, 10 May 2019 15:12:04 +0200 Subject: [PATCH] Remove 0 in front of http://... URL to publication Hopefully, this makes the link correctly click-able when rendered to HTML --- docs/MigrationGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MigrationGuide.md b/docs/MigrationGuide.md index 3dcd32851..0d71e0477 100644 --- a/docs/MigrationGuide.md +++ b/docs/MigrationGuide.md @@ -273,7 +273,7 @@ By "reactive" we mean that: The main concern of the original author of this library was to build reactive -Behavior Trees (see for reference this [publication](0https://arxiv.org/abs/1709.00084)). +Behavior Trees (see for reference this [publication](https://arxiv.org/abs/1709.00084)). I share this goal, but I prefer to have more explicit names, because reactive ControlNodes are useful but hard to reason about sometimes.