diff app/views/tweets/show.atom.erb @ 257:c6a50441a58d

It's now X
author nanaya <me@nanaya.net>
date Sun, 15 Dec 2024 22:48:25 +0900
parents 7a773720d81f
children
line wrap: on
line diff
--- a/app/views/tweets/show.atom.erb	Sun Dec 15 22:48:13 2024 +0900
+++ b/app/views/tweets/show.atom.erb	Sun Dec 15 22:48:25 2024 +0900
@@ -2,7 +2,7 @@
 <feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
   <id><%= atom_id(@user[:id]) %></id>
 
-  <link rel="alternate" type="text/html" href="https://twitter.com/<%= @user[:username] %>" />
+  <link rel="alternate" type="text/html" href="https://x.com/<%= @user[:username] %>" />
   <link rel="self" type="application/atom+xml" href="<%= request.url %>" />
 
   <title><%= "#{@user[:name].printable} (#{@user[:username]})" %></title>