Fixed the broken links in the template widgets to the UI tools documentation

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2022-02-17 15:34:24 -06:00
parent 8685be877b
commit 26190a47eb
2 changed files with 2 additions and 2 deletions
@@ -22,7 +22,7 @@ class ${SanitizedCppName}Dialog(QDialog):
self.mainLayout.addWidget(self.introLabel, 0, Qt.AlignCenter)
self.helpText = str("For help getting started,"
"visit the <a href=\"https://o3de.org/docs/tools-ui/ui-dev-intro/\">UI Development</a> documentation<br/>"
"visit the <a href=\"https://o3de.org/docs/tools-ui/\">UI Development</a> documentation<br/>"
"or come ask a question in the <a href=\"https://discord.gg/R77Wss3kHe\">sig-ui-ux channel</a> on Discord")
self.helpLabel = QLabel()