aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rdoc2
-rw-r--r--railties/guides/source/initialization.textile2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc
index 9784f6dfe4..7ca376d492 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -60,7 +60,7 @@ more separate. Each of these packages can be used independently outside of
== Contributing
We encourage you to contribute to Ruby on \Rails! Please check out the {Contributing to Rails
-guide}[http://guides.rubyonrails.org/contributing_to_rails.html] for guidelines about how
+guide}[http://edgeguides.rubyonrails.org/contributing_to_rails.html] for guidelines about how
to proceed. {Join us}[http://contributors.rubyonrails.org]!
== License
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile
index f8f9209b62..486142ea4b 100644
--- a/railties/guides/source/initialization.textile
+++ b/railties/guides/source/initialization.textile
@@ -1437,7 +1437,7 @@ Afterwards this includes the +ActiveSupport::Benchmarkable+ which is used for be
end
</ruby>
-The "documentation":http://api.rails.info/classes/ActiveSupport/Benchmarkable.html#M000607 is great about explaining what precisely this does. (TODO: replace link with real documentation link when it becomes available.)
+The "documentation":http://api.rubyonrails.org/classes/ActiveSupport/Benchmarkable.html is great about explaining what precisely this does.
This module is also included into Active Record and +AbstractController+, meaning you can also use the +benchmark+ method in these methods.