From f70958d045b4564974878ff0dcb87f2a7797ffaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ka=C4=9Fan=20Can=20=C5=9Eit?= Date: Wed, 19 Jun 2024 11:04:47 +0300 Subject: [PATCH] Broken links removed --- README.md | 1 - app/views/pages/irc.html.erb | 1 - public/robots.txt | 2 +- spec/controllers/pages_controller_spec.rb | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9da8487..45c6139 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # [![Ruby Türkiye](./public/ruby_turkiye.png)][website] ![](https://github.com/rubytr/ruby-tr/workflows/Test/badge.svg) -![](https://github.com/rubytr/ruby-tr/workflows/Deployment/badge.svg) Bu repo [Ruby Türkiye][website] sitesinin kaynak kodunu barındırmaktadır. diff --git a/app/views/pages/irc.html.erb b/app/views/pages/irc.html.erb index af896ca..df388d0 100644 --- a/app/views/pages/irc.html.erb +++ b/app/views/pages/irc.html.erb @@ -5,7 +5,6 @@

Ruby Türkiye IRC Kanalı

- diff --git a/public/robots.txt b/public/robots.txt index 1a3a5e4..f7be52d 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,4 @@ -# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file +# See http://www.robotstxt.org for documentation on how to use the robots.txt file # # To ban all spiders from the entire site uncomment the next two lines: # User-agent: * diff --git a/spec/controllers/pages_controller_spec.rb b/spec/controllers/pages_controller_spec.rb index 11662de..d08aed6 100644 --- a/spec/controllers/pages_controller_spec.rb +++ b/spec/controllers/pages_controller_spec.rb @@ -27,7 +27,7 @@ 'local_time' => '20:00', 'waitlist_count' => 0, 'yes_rsvp_count' => 50, - 'link' => 'https://www.meetup.com/Ruby-Turkiye/events/21312932/', + 'link' => '#', 'description' => '

Bu etkinliği kaçırmayın.

', 'how_to_find_us' => 'https://www.youtube.com/watch?v=jNQXAC9IVRw', 'visibility' => 'public',