diff --git a/doc/CODING.t2t b/doc/CODING.t2t index cf214697cd4..38fd8221fa5 100644 --- a/doc/CODING.t2t +++ b/doc/CODING.t2t @@ -421,10 +421,10 @@ deal with the patches that are sent to use easily. === Patch file naming === If the patch is a fix for a specific bug, please name the file with the bug number in it e.g. -**bug777fix.diff**, and attach it to the original bug report in trac (https://svn.qgis.org/trac). +**bug777fix.diff**, and attach it to the original bug report in trac (https://trac.osgeo.org/qgis/). If the bug is an enhancement or new feature, its usually a good idea to create a ticket in -trac (https://svn.qgis.org/trac) first and then attach you +trac (https://trac.osgeo.org/qgis/) first and then attach you === Create your patch in the top level QGIS source dir ===