Skip to content

Commit 7f95937

Browse files
committed
Fix link to drag and drop designer help
1 parent 223d26b commit 7f95937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsaddtaborgroup.cpp

+1-1
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)