diff --git a/Documentation.html b/Documentation.html index 8731708b0..affe1992a 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4352,7 +4352,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal'); Documentation is being translated using po4a and gettext (see documentation for existing translations). To start, checkout - localized_docs/po + localized_docs/po from Git, or just go to the translation server and translate it online. If your language is missing, just contact Michal Čihař; he will add it. If @@ -4367,8 +4367,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');

The following method is preferred for new developers:

  1. fetch the current git repository over anonymous git:
    - git clone - git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
    + git clone git://github.com/phpmyadmin/phpmyadmin.git
  2. add your stuff
  3. generate patch with your changes: