Browse Source

Fix variant class link

As reported on https://github.com/godotengine/godot/issues/3488
Rémi Verschelde 9 years ago
parent
commit
4e4e80742f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reference/variant_class.rst

+ 1 - 1
reference/variant_class.rst

@@ -37,7 +37,7 @@ of C++ with little effort. Become a friend of Variant today.
 References:
 ~~~~~~~~~~~
 
--  `core/variant.h <https://github.com/godotengine/godotengine/godot/blob/master/core/variant.h>`__
+-  `core/variant.h <https://github.com/godotengine/godot/blob/master/core/variant.h>`__
 
 Dictionary and Array
 --------------------