Skip to content

Commit c9de9b2

Browse files
committed
Fix links to current documentation
1 parent 32624bb commit c9de9b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

python/console/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ def saveAsScriptFile(self, index=None):
657657
self.updateTabListScript(pathFileName, action='remove')
658658

659659
def openHelp(self):
660-
QgsHelp.openHelp("../pyqgis_developer_cookbook/intro.html#python-console")
660+
QgsHelp.openHelp("plugins/python_console.html")
661661

662662
def openSettings(self):
663663
if optionsDialog(self).exec_():

src/app/qgsfieldcalculator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,5 @@ void QgsFieldCalculator::setPrecisionMinMax()
486486

487487
void QgsFieldCalculator::helpRequest()
488488
{
489-
QgsHelp::openHelp( "working_with_vector/attribute_table.html#field-calculator" );
489+
QgsHelp::openHelp( "working_with_vector/attribute_table.html#editing-attribute-values" );
490490
}

src/gui/qgsnewgeopackagelayerdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,5 +477,5 @@ bool QgsNewGeoPackageLayerDialog::apply()
477477

478478
void QgsNewGeoPackageLayerDialog::helpRequest()
479479
{
480-
QgsHelp::openHelp( "managing_data_source/opening_data.html#loading-a-layer-from-a-file" );
480+
QgsHelp::openHelp( "managing_data_source/create_layers.html#creating-a-new-geopackage-layer" );
481481
}

src/gui/qgsnewhttpconnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,5 +334,5 @@ void QgsNewHttpConnection::accept()
334334

335335
void QgsNewHttpConnection::helpRequest()
336336
{
337-
QgsHelp::openHelp( "managing_data_source/opening_data.html#connecting-to-web-services" );
337+
QgsHelp::openHelp( "working_with_ogc/index.html" );
338338
}

0 commit comments

Comments
 (0)