diff options
-rw-r--r-- | conf/license.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/license.php b/conf/license.php index 9a753baa7..af8c77f79 100644 --- a/conf/license.php +++ b/conf/license.php @@ -23,7 +23,7 @@ $license['cc-by-nc-sa'] = array( ); $license['cc-by-nd'] = array( 'name' => 'CC Attribution-No Derivative Works 3.0 Unported', - 'url' => 'cc-by-nd', + 'url' => 'http://creativecommons.org/licenses/by-nd/3.0/', ); $license['cc-by-sa'] = array( 'name' => 'CC Attribution-Share Alike 3.0 Unported', |