Browse Source

Update GDScript FAQ text to not reference history in link (#4357)

Since GDScript history was moved from scripting guide to FAQ, we want to remove the link back to guide mentioning "history".
Rodrigo Setti 4 years ago
parent
commit
be025d958f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      about/faq.rst

+ 2 - 2
about/faq.rst

@@ -96,8 +96,8 @@ GDScript is Godot's integrated scripting language. It was built from the ground
 up to maximize Godot's potential in the least amount of code, affording both novice
 up to maximize Godot's potential in the least amount of code, affording both novice
 and expert developers alike to capitalize on Godot's strengths as fast as possible.
 and expert developers alike to capitalize on Godot's strengths as fast as possible.
 If you've ever written anything in a language like Python before then you'll feel
 If you've ever written anything in a language like Python before then you'll feel
-right at home. For examples, history, and a complete overview of the power GDScript
-offers you, check out the :ref:`GDScript scripting guide <doc_gdscript>`.
+right at home. For examples and a complete overview of the power GDScript offers
+you, check out the :ref:`GDScript scripting guide <doc_gdscript>`.
 
 
 There are several reasons to use GDScript--especially when you are prototyping, in
 There are several reasons to use GDScript--especially when you are prototyping, in
 alpha/beta stages of your project, or are not creating the next AAA title--but the
 alpha/beta stages of your project, or are not creating the next AAA title--but the