From b71db7607d95705f2c099f767e22914507eb9b1d Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Mon, 20 Feb 2012 16:06:28 +0100 Subject: [PATCH] [docs] fix smarty source reference --- doc/04-schema.md | 2 +- doc/05-repositories.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 2c9383ee3..9660584ba 100644 --- a/doc/04-schema.md +++ b/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/" } } } diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 6b6a60f84..cd577dbf7 100644 --- a/doc/05-repositories.md +++ b/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/" } } }