Skip to content

Commit d7c9340

Browse files
committed
Fix link to drag and drop designer help
1 parent 13a127e commit d7c9340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsaddtaborgroup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ void QgsAddTabOrGroup::mTabButton_toggled( bool checked )
115115

116116
void QgsAddTabOrGroup::showHelp()
117117
{
118-
QgsHelp::openHelp( QStringLiteral( "working_with_vector/vector_properties.html#customize-a-form-for-your-data" ) );
118+
QgsHelp::openHelp( QStringLiteral( "working_with_vector/vector_properties.html#the-drag-and-drop-designer" ) );
119119
}

0 commit comments

Comments
 (0)