Browse Source

[docs] fix smarty source reference

Igor Wiedler 13 years ago
parent
commit
b71db7607d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/04-schema.md
  2. 1 1
      doc/05-repositories.md

+ 1 - 1
doc/04-schema.md

@@ -288,7 +288,7 @@ Example:
                 "source": {
                     "url": "http://smarty-php.googlecode.com/svn/",
                     "type": "svn",
-                    "reference": "trunk"
+                    "reference": "tags/Smarty_3_1_7/distribution/"
                 }
             }
         }

+ 1 - 1
doc/05-repositories.md

@@ -202,7 +202,7 @@ Here is an example for the smarty template engine:
                 "source": {
                     "url": "http://smarty-php.googlecode.com/svn/",
                     "type": "svn",
-                    "reference": "trunk"
+                    "reference": "tags/Smarty_3_1_7/distribution/"
                 }
             }
         }