app/views/_footer.html.erb in curate-0.3.2 vs app/views/_footer.html.erb in curate-0.4.2

- old
+ new

@@ -1,12 +1,12 @@ <footer id="footer" class="container"> <div class="row"> <div class="span12"> <p> - Powered by <a href="https://github.com/ndlib/curate">Sufia</a> and <a href="https://github.com/curationexperts/sufia">Sufia</a>, a <a href="http://projecthydra.org">Hydra</a> project. + Powered by <a href="https://github.com/ndlib/curate">Curate</a> and <a href="https://github.com/projecthydra/sufia">Sufia</a>, a <a href="http://projecthydra.org">Hydra</a> project. </p> <p> - Build: <%= Rails.configuration.build_identifier %> + Build: <%= Curate.configuration.build_identifier %> </p> </div> </div> </footer>