diff options
| author | Rémi Verschelde | 2018-06-13 14:29:45 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-13 14:29:45 +0200 |
| commit | f0fa5902100b5b2a6207b1656cf90af3c36bd213 (patch) | |
| tree | b901e9760a7bade5ad0c0c48d55c21e5c1c7d39f /doc/classes/RichTextLabel.xml | |
| parent | 62b75a94ec9c746aa6f58dad39ca2917428a38f1 (diff) | |
| parent | 98b59cf2a387e469851eee137cc6310cfc4b2a6d (diff) | |
| download | godot-f0fa5902100b5b2a6207b1656cf90af3c36bd213.tar.gz godot-f0fa5902100b5b2a6207b1656cf90af3c36bd213.tar.zst godot-f0fa5902100b5b2a6207b1656cf90af3c36bd213.zip | |
Merge pull request #19526 from robojumper/fix_tutorials
Add support for tutorial links to makerst.py
Diffstat (limited to 'doc/classes/RichTextLabel.xml')
| -rw-r--r-- | doc/classes/RichTextLabel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 4ec4bbee4..618f2f42b 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -8,7 +8,7 @@ Note that assignments to [member bbcode_text] clear the tag stack and reconstruct it from the property's contents. Any edits made to [member bbcode_text] will erase previous edits made from other manual sources such as [method append_bbcode] and the [code]push_*[/code] / [method pop] methods. </description> <tutorials> - http://docs.godotengine.org/en/3.0/tutorials/gui/bbcode_in_richtextlabel.html + <link>http://docs.godotengine.org/en/3.0/tutorials/gui/bbcode_in_richtextlabel.html</link> </tutorials> <demos> </demos> |
