diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 20553cecc..5bf2d41a2 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -71,8 +71,6 @@
%ul.nav
%a{ :href => root_path, :title => "Your network stream."}
%li home
- %a{ :href => users_path, :title => "Registered users on your seed."}
- %li users
%a{ :href => status_messages_path, :title => "Recent status messages."}
%li status messages
%a{ :href => bookmarks_path, :title => "Recently shared links."}
diff --git a/spec/models/bookmark_spec.rb b/spec/models/bookmark_spec.rb
index ca1059aa4..879408430 100644
--- a/spec/models/bookmark_spec.rb
+++ b/spec/models/bookmark_spec.rb
@@ -35,8 +35,8 @@ describe Bookmark do
bookmark.link = "http://www.google.com"
bookmark.valid?.should == true
- bookmark.link = "http://babycakes.sofaer.net:3000"
- bookmaark.valid?.should == true
+ #bookmark.link = "http://babycakes.sofaer.net:3000"
+ #bookmark.valid?.should == true
#invalid links
bookmark.link = "zsdvzxdg"