aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/CHANGELOG1
-rw-r--r--railties/html/index.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index fb58a0a761..ddaf36483b 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -15,6 +15,7 @@
This can be used by deployment managers to set the asset id by application revision
+
*1.12.0* (March 27th, 2005)
* Add documentation for respond_to. [Jamis Buck]
diff --git a/railties/html/index.html b/railties/html/index.html
index 0d34eac1ef..a2daab72b7 100644
--- a/railties/html/index.html
+++ b/railties/html/index.html
@@ -244,7 +244,7 @@
</div>
<div id="about">
- <h3><a href="rails_info/properties" onclick="about(); return false">About your application&rsquo;s environment</a></h3>
+ <h3><a href="rails/info/properties" onclick="about(); return false">About your application&rsquo;s environment</a></h3>
<div id="about-content" style="display: none"></div>
</div>