diff --git a/CHANGELOG b/CHANGELOG
index b54b0c0..f1cab33 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update README to reflect new URLs, update LICENSE copyright years. Closes #7426. [Tobie Langel]
+
* Array.prototype.uniq optimization. Closes #7417. [Christophe Porteneuve]
* String.prototype.endsWith should not fail on multiple occurrences. Closes #7416. [Christophe Porteneuve]
diff --git a/LICENSE b/LICENSE
index 45ac250..3bb8df2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2005 Sam Stephenson
+Copyright (c) 2005-2007 Sam Stephenson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README b/README
index 65bf740..96ffab7 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ Prototype currently targets the following platforms:
== Using Prototype
To use Prototype in your application, download the latest release from the
-Prototype web site (http://prototype.conio.net/) and copy
+Prototype web site (http://prototypejs.org/download) and copy
dist/prototype.js to a suitable location. Then include it in your HTML
like so:
@@ -43,13 +43,13 @@ From the root Prototype directory,
== Contributing to Prototype
Check out the Prototype source with
- $ svn co http://dev.rubyonrails.org/svn/rails/spinoffs/prototype/
+ $ svn co http://svn.rubyonrails.org/rails/spinoffs/prototype/trunk/ prototype
-Modify the files in src/, add tests in test/ if possible,
-and post a patch to http://dev.rubyonrails.org/newticket (please make sure
-to pick "Prototype" as the component).
+Find out how to contribute:
+ http://prototypejs.org/contribute
== Documentation
-Please see the Prototype documentation on the script.aculo.us wiki:
- http://wiki.script.aculo.us/scriptaculous/show/Prototype
+Please see the online Prototype API:
+ http://prototypejs.org/api
+